Quote:
Originally Posted by Luka™
Quote:
Originally Posted by Tigerbeast11
To be honest, I don't think thats possible! Correct me if Im wrong...
|
It's absolutely possible.
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);
|
Why couldnt you have replied to my post about random spawns

I needed this! Cheers!