How Making Race?
#10

Код:
new cp[MAX_PLAYERS];

cp[playerid] = 1;
SetPlayerRaceCheckpoint( . . . .

public OnPlayerEnterRaceCheckpoint
{
if( IsPlayeIncheckpoint)
{
if(cp[playerid] == 1)
{
DisableRaceCheckpoint(.....
SetPlayerRaceCheckpoint(. . . .
cp[playerid] = 2;
}
else if(cp[playerid] == 2)
{
DisableRaceCheckpoint(....
SetPlayerRaceCheckpoint( .. . 
cp[playerid] = 3l

etc. . .
do you get what im doing? continue it from there.
(not all my functions are spelt correctly :P)

also, those commands you ask for are probably long code
so i doubt it anyone will be willing enough to write long code for you, while there are so many scripts, resources, and applications, than can help / do this for you.
Reply


Messages In This Thread
How Making Race? - by BLACK-RIDER-1692 - 29.06.2009, 17:50
Re: How Making Race? - by James_Alex - 29.06.2009, 17:52
Re: How Making Race? - by BLACK-RIDER-1692 - 29.06.2009, 18:09
Re: How Making Race? - by AiVAMAN - 29.06.2009, 18:31
Re: How Making Race? - by BLACK-RIDER-1692 - 29.06.2009, 18:35
Re: How Making Race? - by BLACK-RIDER-1692 - 29.06.2009, 18:37
Re: How Making Race? - by AiVAMAN - 29.06.2009, 18:41
Re: How Making Race? - by BLACK-RIDER-1692 - 29.06.2009, 18:55
Re: How Making Race? - by BLACK-RIDER-1692 - 29.06.2009, 19:32
Re: How Making Race? - by Yoyoyo - 29.06.2009, 19:59

Forum Jump:


Users browsing this thread: 7 Guest(s)