Player joined counter.
#3

Quote:
Originally Posted by DeathOnaStick
pawn Код:
new jplayas;

OnPlayerConnect(playerid)
{
jplayas++;
new string[128];
format(string, sizeof(string), "%i Players ever connected to this server.", jplayas);
SendClientMessage(playerid, COLOR_GREEN, string);
return 1;
}
Cheers.
Thx!
Reply


Messages In This Thread
Player joined counter. - by Sal_Kings - 14.11.2009, 09:40
Re: Player joined counter. - by DeathOnaStick - 14.11.2009, 09:47
Re: Player joined counter. - by Sal_Kings - 14.11.2009, 09:50

Forum Jump:


Users browsing this thread: 1 Guest(s)