05.03.2011, 18:30
Make something like count system...
^This code doesn't work! Edit it as you want, I'm just trying to give you an idea...
Edit: rjjj was faster
pawn Код:
new kicks = 0;//on top of your script
//and the in a command, let's say /kick
CMD:kick()
{
kick(playerid);
kicks++;
format(string,sizeof string,"*There Has Been %d Kicks In Total.",kicks);
SendClientMessageToAll(COLOR_PINK,string);
}
Edit: rjjj was faster

