27.08.2016, 11:06
Here you go :-
PHP код:
new Float:VehSpawn[][] =
{
{x,y,z}, //add your coordinates
{x,y,z},//add your coordinates
{x,y,z}//add your coordinates
};
PHP код:
//Under your command.
new rand = random(sizeof(VehSpawn));
SetVehiclePos(vehicleid, VehSpawn[rand][0], VehSpawn[rand][1], VehSpawn[rand][2]);