16.01.2010, 20:21
You will have something like this now.
Just use
This will create a car at the checkpoint with pink color xD
pawn Код:
SetPlayerCheckpoint(playerid, random[0], random[1], random[2]);
pawn Код:
CreateVehicle(555, random[0], random[1], random[2], 0.0, 126, 126, 60);

