16.11.2011, 14:11
Hi,
I want to make a minigame( with checkpoints ) and i want to checkpoint number 15 to put player in vehicle. Now is the problem. When i put on OnPlayerEnterRaceCheckpoint this function to put you in vehicle:
And when i am at 15 Checkpoint, i don't get any car. What is the problem?
I want to make a minigame( with checkpoints ) and i want to checkpoint number 15 to put player in vehicle. Now is the problem. When i put on OnPlayerEnterRaceCheckpoint this function to put you in vehicle:
Код:
if ( CC2 == 15 ) { new GPCar = CreateVehicle( 211, 2454.2190, -1639.2618, 17.9514, 0, 0, 0, 60 ); PutPlayerInVehicle( playerid, GPCar, 0 ); }