Anti Cheat Help
#3

Quote:
Originally Posted by LeXuZ
Посмотреть сообщение
This is a helpful Tutorial on how to make an anti cheat! https://sampforum.blast.hk/showthread.php?tid=220089, and instead of banning them, use this or something
pawn Код:
stock SendMessageToRAdmins(color,const msg[])
{
   for (new i=0; i<MAX_PLAYERS; i++)
   {
      if (IsPlayerConnected(i) && IsPlayerAdmin(i)) SendClientMessage(i,color,msg);
   }
}
change it to your admin code to remove it from rcon only
I am not good in creating anti cheat can u do it for me it will helo me alot
Reply


Messages In This Thread
Anti Cheat Help - by HydraHumza - 27.11.2014, 18:37
Re: Anti Cheat Help - by LeXuZ - 27.11.2014, 18:52
Re: Anti Cheat Help - by HydraHumza - 27.11.2014, 18:56
Re: Anti Cheat Help - by LeXuZ - 27.11.2014, 19:04

Forum Jump:


Users browsing this thread: 3 Guest(s)