Health anti-hack
#6

Quote:
Originally Posted by Panormitis
Посмотреть сообщение
?? Answer please? :/
Please wait for people to reply themselfs, we got our own lifes aswell you know..
But uhh, it could be that they will be banned, but you can fixed it easily.. Just use sample

pawn Код:
new IsUsingCheatCMD[MAX_PLAYERS]

CMD:getjetpack(playerid,params[])
{
      if(IsUsingCheatCMD[playerid] == 0)
      {
             bla bla bla for making jetpack etc.
             IsUsingCheatCMD = 1;
      }
      else if(IsUsingCheatCMD[playerid] == 1)
      {
             SendClientMessage(playerid, COLOR_RED, "You can only use 1 cheatcmd at a time")
      }
      return 1;
}

public AutoCheaterBan()
{
     if(IsUsingCheatCMD[playerid] == 0)
     {
          bla bla for banning users who hack without a cheatcmd
     }
}
Reply


Messages In This Thread
Health anti-hack - by Panormitis - 04.05.2011, 20:12
Re: Health anti-hack - by Ironboy - 04.05.2011, 20:14
Re: Health anti-hack - by Stigg - 05.05.2011, 03:24
Re: Health anti-hack - by Panormitis - 05.05.2011, 04:59
Re: Health anti-hack - by Panormitis - 05.05.2011, 09:12
Re: Health anti-hack - by [SFA]SpiRRiT - 05.05.2011, 09:20

Forum Jump:


Users browsing this thread: 1 Guest(s)