race position counter
#3

Quote:
Originally Posted by Thebest96
Посмотреть сообщение
Dude use SEARCH, use some race filterscripts
Its also very easy to make, lol.

As example:

On declarations:
pawn Код:
new CP_Counter[MAX_PLAYERS]; //make an counter per player.
OnPlayerEnterCheckpoint:
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
Reply


Messages In This Thread
race position counter - by LifeStyle - 29.08.2010, 16:38
Re: race position counter - by Thebest96 - 29.08.2010, 16:40
Re: race position counter - by gamer931215 - 29.08.2010, 16:45
Re: race position counter - by LifeStyle - 29.08.2010, 16:50
Re: race position counter - by Mauzen - 29.08.2010, 16:53
Re: race position counter - by LifeStyle - 29.08.2010, 16:55
Re: race position counter - by gamer931215 - 29.08.2010, 16:58
Re: race position counter - by LifeStyle - 29.08.2010, 17:02
Re: race position counter - by gamer931215 - 29.08.2010, 17:04
Re: race position counter - by Paladin - 29.08.2010, 17:37

Forum Jump:


Users browsing this thread: 1 Guest(s)