10.03.2012, 03:26
You got to be kidding me. There's not an easier way to do this? I have no idea what
is. It loops through all players? Why do I need that?...
And
Gives me errors, saying 'veh' is undefined.
I just want a simple race. Players spawn in a line, in a certain vehicle, a countdown starts, from 3, and then they go. They race through a few checkpoints until the finish, and at the end they are frozen at the last checkpoint.
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
And
pawn Код:
veh[playerid] = CreateVehicle(402,Race1Spawns[rana][0],Race1Spawns[ran][1],Race1Spawns[ran][2],0,0,0);
I just want a simple race. Players spawn in a line, in a certain vehicle, a countdown starts, from 3, and then they go. They race through a few checkpoints until the finish, and at the end they are frozen at the last checkpoint.