I have written a plugin wich allows somebody to give a weapon like the Assault Cannon to a player. THis is done with give_item
everythink works fine
then i added a feature that the targetted player (which gets the weapon) also gets the required ammo
this is done by tfc_setbammo & tfc_setweaponbammo
(this is that classes, like the civilian, also gets the ammo because the dont have it by standart)
now, when i start my listen windows server, than everything works fine.
but when i uploaded it to my linux dedicated server it gives the player the weapon but DONT sets the ammo.
so i think its the tfcx module which causes the error because for tfc_setbammo & tfc_setweaponbammo it is required
on both servers (windows listen & linux dedicated) is amxmodx 1.01 and the the tfcx 1.01
have the linux & windows tfcx files different content (except that the one is for linux and the other one for windows) ???