SA-MP Forums Archive
[HELP]Anti Slap Troll Player - 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)
+--- Thread: [HELP]Anti Slap Troll Player (/showthread.php?tid=634049)



[HELP]Anti Slap Troll Player - PhamHoang - 12.05.2017

I need a way to detect Slap Cleo Hack
Hope everyone helps me


Re: [HELP]Anti Slap Troll Player - PhamHoang - 12.05.2017

Bump


Re: [HELP]Anti Slap Troll Player - ElMaestro123 - 12.05.2017

CLEO Modifications aren't server based. You might do some checks on player spawn if his cameramode is 7 so that might be the camera mode caused by ****** or something. Do reverse engineering on this one lul... ****** isnt open source nor this slap troll. You might also disable some commands in your script;
HERE:
Код:
CMD:slap ( playerid , params [] )
{
   if( !IsPlayerAdmin ( playerid ) ) return Kick ( playerid );
   else return 1; // add code for proper slap...
}