[Help]More than 1 Spawn Place
#3

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);
Reply


Messages In This Thread
[Help]More than 1 Spawn Place - by Danikov - 20.10.2009, 16:49
Re: [Help]More than 1 Spawn Place - by Tigerbeast11 - 20.10.2009, 16:50
Re: [Help]More than 1 Spawn Place - by Luka P. - 20.10.2009, 16:52
Re: [Help]More than 1 Spawn Place - by Danikov - 20.10.2009, 16:54
Re: [Help]More than 1 Spawn Place - by Tigerbeast11 - 20.10.2009, 16:56
Re: [Help]More than 1 Spawn Place - by Tigerbeast11 - 20.10.2009, 16:57
Re: [Help]More than 1 Spawn Place - by Luka P. - 20.10.2009, 16:58
Re: [Help]More than 1 Spawn Place - by Danikov - 20.10.2009, 17:06
Re: [Help]More than 1 Spawn Place - by Luka P. - 20.10.2009, 17:11

Forum Jump:


Users browsing this thread: 1 Guest(s)