08.01.2011, 06:03
Quote:
Wow.. and I need to add this 30 times for 30 levels?. There are more efficent ways, nice tuts.
|
pawn Code:
new LevelPlayer[MAX_PLAYERS];
pawn Code:
public Timer(playerid)
{
LevelPlayer[playerid]++;
new string[50];
format(string, sizeof(string), "You are now level %i.",LevelPlayer[playerid]);
SendClientMessage(playerid, COLOR_, string);
return 1;
}
Get me? Yea and anyway nice tut.