How to make spawn places in different cities - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to make spawn places in different cities (
/showthread.php?tid=587356)
How to make spawn places in different cities -
Hotspot - 30.08.2015
I want that if a player logins he may be asked to spawn at either,
Los Santos
Las ventures
San fierro
How can I do this
Re: How to make spawn places in different cities -
JordanZaundd - 30.08.2015
After the player logs in/registers, make a dialog pop up asking them where they want to spawn. Depending on which option they choose, it would set their spawn info and spawn them in that city.
Take a look at SetSpawnInfo(); on the samp wiki:
https://sampwiki.blast.hk/wiki/SetSpawnInfo
Re: How to make spawn places in different cities -
Hotspot - 05.09.2015
nice