If I make new jail interior
#5

thats for radom spawns
the map should done with mta or SAMP editor
pawn Код:
new randspawns[3][] =
{
  {X,Y,Z}//yours cords here
  //and you can do here what ever you want
}
// As example
public OnPlayerSpawn(playerid)
{
new random = random(randspawns);
SetPlayerPos(playerid,randspawns[0][radom],randspawns[1][random],randspawns[2][random]);
return 1;
}
Reply


Messages In This Thread
If I make new jail interior - by yarin0600 - 26.09.2012, 14:43
Re: If I make new jail interior - by RenSoprano - 26.09.2012, 14:59
Re: If I make new jail interior - by yarin0600 - 26.09.2012, 15:12
Re: If I make new jail interior - by XtremeR - 26.09.2012, 15:14
Re: If I make new jail interior - by Gangster-rocks - 26.09.2012, 15:17
Re: If I make new jail interior - by [MM]RoXoR[FS] - 26.09.2012, 15:26

Forum Jump:


Users browsing this thread: 1 Guest(s)