20.10.2009, 16:52
Quote:
Originally Posted by Tigerbeast11
To be honest, I don't think thats possible! Correct me if Im wrong...
|
pawn Код:
new Float:randomSpawn[2][3] = {
{0000.0,0000.0,0000.0}, // change the coordinates
{0000.0,0000.0,0000.0} // change the coordinates
};
pawn Код:
new rand = random(sizeof(randomSpawn));
SetPlayerPos(playerid, randomSpawn[rand][0], randomSpawn[rand][1], randomSpawn[rand][2]);
SetPlayerFacingAngle(playerid, 270.0);