25.11.2010, 21:08
Hello guys,
I want to make some kind of weapon anti cheat but I want it so that if the player tried spawning a gun using the normal:
They would get their weapons reset using:
So I want to know how I can change the normal GivePlayerWeapon to something like GivePlayerWeaponAnti so that they cant spawn the weapons . Please help and thanks a lot! and if it can be made simple I would love it since I am a new pawn learner please help and thanks.
I want to make some kind of weapon anti cheat but I want it so that if the player tried spawning a gun using the normal:
Code:
GivePlayerWeapon(playerid, weaponid, ammo);
Code:
ResetPlayerWeapons(playerid);