05.03.2011, 18:21
Say when I /kicked someone, I want it to show all kicks in total, and if I /ban someone it will show total bans.
Like so:
/kick 0
or something similar to that lol... I also need one for total of bans but I don't know how to format the code for number of kicks and bans.
Thanks.
Like so:
/kick 0
pawn Код:
format(string,sizeof string,"*There Has Been %d Kicks In Total.",kicks);
SendClientMessageToAll(COLOR_PINK,string);
Thanks.