SA-MP Forums Archive
Help anti Cheat - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help anti Cheat (/showthread.php?tid=101087)



Help anti Cheat - Raizer - 08.10.2009

Hello , i need Anti Cheat gun
plase help me


Re: Help anti Cheat - virspector - 08.10.2009

[PAWNO]
OnPlayerDeath(playerid,killerid,reason)
{
if(reason == <not_allowed_weapon_id>)
}
Kick(killerid)
}
else if(reason == <another_not_allowed_weapon_id>)
{
Kick(killerid)
}
}
[/PAWNO]

So simple, just keep continuing the script!