29.06.2018, 16:53
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;
}

