Anticheat idea. - 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: Anticheat idea. (
/showthread.php?tid=71410)
Anticheat idea. -
vovz - 01.04.2009
I have Idea to make Anti vogel and sobiat cheats. They are activate with Key F12 - F10.
if(newkeys == F12|F11|F10)
{
Kick(playerid);
format(string, 256, "AdmWarning: [%d]%s just been kicked, attemt to cheat.",playerid,kickname);
}
How to make it work ?
Re: Anticheat idea. -
Nubotron - 01.04.2009
It cannot detect keyboard keys, only GTA keys. +, you can change the key to open cheat menus..
Re: Anticheat idea. -
kukars22 - 01.04.2009
Maybe its possible to make some plugin :P