Detection
#1

I have this code. Does it will work if player use cheat and shooting without weapon in his hands ?

Code:
if (weaponid < 22 || weaponid > 38)
{
       Kick(playerid);
       return 0;
}
Reply
#2

you can create loop with GetPlayerWeaponData and check if players has some weapons that doesnдt appear in script.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)