10.03.2012, 02:34
Thanks for the reply. Would I do:
But add more "RandomSpawns[ran][3]" and so on?
Also, how would I put the player in a vehicle? Because PutPlayerInVehicle doesn't work.
pawn Код:
SetPlayerPos(playerid,RandomSpawns[ran][0],RandomSpawns[ran][1],RandomSpawns[ran][2]);
Also, how would I put the player in a vehicle? Because PutPlayerInVehicle doesn't work.