Count cheaters
#1

I'm trying to make count cheaters.

Like:

PHP код:
format(stringsizeof(string), "%s (%d) has been caught by Server Anticheat.",Name[playerid], playerid,);
    
SendClientMessageToAll(COLOR_ADMINstring); 
I am using this ^

PHP код:
format(stringsizeof(string), "%s (%d) has been caught by Server Anticheat. %s Cheaters Caught.",Name[playerid], playerid,);
    
SendClientMessageToAll(COLOR_ADMINstring); 
i want ot make it like this so it count cheaters ^^

Like if a cheaters get banned

PHP код:
format(stringsizeof(string), "%s (%d) has been caught by Server Anticheat. 1 Cheaters Caught.",Name[playerid], playerid,);
    
SendClientMessageToAll(COLOR_ADMINstring); 
if again another cheater gets banned

PHP код:
format(stringsizeof(string), "%s (%d) has been caught by Server Anticheat. 2 Cheaters Caught.",Name[playerid], playerid,);
    
SendClientMessageToAll(COLOR_ADMINstring); 
it goes like this.

hope u understand
Reply


Messages In This Thread
Count cheaters - by ALoX12 - 08.07.2015, 00:12
Re: Count cheaters - by youssefehab500 - 08.07.2015, 00:35
Re: Count cheaters - by bigtigerbeee - 08.07.2015, 00:38
Re: Count cheaters - by ALoX12 - 08.07.2015, 09:20
Re: Count cheaters - by DarkLouis - 08.07.2015, 10:20
Re: Count cheaters - by ALoX12 - 08.07.2015, 10:28
Re: Count cheaters - by rymax99 - 08.07.2015, 10:34
Re: Count cheaters - by Stanford - 08.07.2015, 11:32

Forum Jump:


Users browsing this thread: 2 Guest(s)