01.03.2014, 11:23
Ofcourse, thanks for advice. I have another quesion.
In this line can spawn 4 player, then i make more, example: SpawnPos[pCounter][3] and ... It says "out of bounds" its to long line? How can i make 20 positions for 20 players? And how to make that cars spawn with Z angle cordinates?
Quote:
SetVehiclePos(GetPlayerVehicleID( playerid ),SpawnPos[pCounter][0],SpawnPos[pCounter][1],SpawnPos[pCounter][2]); // setting the player's vehicle to the right pos. |