How to set the spawn of the world?
#7

Quote:
Originally Posted by BenJackster
Посмотреть сообщение
Quiten, it's easy.
  • Go In-Game where you mapped the airport,
  • Go to the area where you'd like your play spawn at,
  • Type /save there,
  • Go to My Documents/GTA San Andreas Userfiles/SAMP/Saved positions.txt
  • Click on it and it will show you coordinates like this: AddPlayerClass etc etc,
  • Take the first X Y and Z and place them under your OnPlayerSpawn Like this:
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerPos(playerid, X,Y,Z);
return 1;
}
Thanks! It worked! Thank you so much!!!! LOVE YOU!!! (no homo)
Reply


Messages In This Thread
How to set the spawn of the world? - by Quinten - 11.05.2014, 10:40
Re: How to set the spawn of the world? - by iAnonymous - 11.05.2014, 10:42
Re: How to set the spawn of the world? - by swiftyrus - 11.05.2014, 11:34
Re: How to set the spawn of the world? - by Quinten - 12.05.2014, 13:45
Re: How to set the spawn of the world? - by Parallex - 12.05.2014, 14:05
Re: How to set the spawn of the world? - by Jochemd - 12.05.2014, 14:06
Re: How to set the spawn of the world? - by Quinten - 13.05.2014, 14:50
Re: How to set the spawn of the world? - by Parallex - 13.05.2014, 14:50

Forum Jump:


Users browsing this thread: 1 Guest(s)