22.08.2009, 12:15
im trying to make anti weapon cheat that if someone trying to summon weapon like deagle with cheats he will banned
that what i made but still its not working
that what i made but still its not working
Code:
GetPlayerWeaponData(i, 2, weaponid, ammo); if ((weaponid == 24 || weaponid == 23) && (!SafeGivePlayerWeapon(i,weaponid, ammo)) ) { blablaa..... }