Quote:
Originally Posted by cessil
you can improve on this
pawn Код:
OnPlayerUpdate(playerid) { if(GetPlayerWeapon(playerid) == 38) { SendClientMessage(playerid,0xFFFFFFFF,"OMG PLZ NO CHITTING MINIGUNZ"); ResetPlayerWeapons(playerid); } }
|
if i put this on gamemode, will this work when someone spawn it from hack program?