29.08.2010, 16:45
Its also very easy to make, lol.
As example:
On declarations:
OnPlayerEnterCheckpoint:
As example:
On declarations:
pawn Код:
new CP_Counter[MAX_PLAYERS]; //make an counter per player.
pawn Код:
CP_Counter[playerid]++; //will add +1 to the counter
new string[128];
format(string,sizeof string,"You've entered checkpoint %i.",CP_Counter[playerid]); //preparing text for GameText and filling in the counter.
GameTextForPlayer(playerid,string,5000,6); //show for 5 seconds the text