Making a spawn point on a FS map. - 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: Making a spawn point on a FS map. (
/showthread.php?tid=616924)
Making a spawn point on a FS map. -
Gorgeousmaniac - 12.09.2016
I just downloaded a TDM map, but the uploader of the map did not include a spawn point. Only the "createobject" and their coordinates. Is there a way for me to spawn in the map that I just downloaded?
Re: Making a spawn point on a FS map. -
AjaxM - 12.09.2016
Go in game in your server, stand on the point you want the player to spawn. Use /save spawnpoint and quit the server.
My documents > San andreas user files > SAMP > saved position > Copy the line which is commented with "spawnpoint".
The follow up these steps:
Click here
EDIT ; Follow the second part which the title is "Random spawn points"!
Re: Making a spawn point on a FS map. -
Ultraz - 12.09.2016
1-Go to your Server
2-Go to the spawn location ( which you want )
3-type /save
4- Goto Documents/Gta San andreas Files/Samp/Saved Postions
5- You will find something like AddPlayerClass
6- Edit it with Spawn weapons,skin you want
Код:
AddPlayerClass(271,x,y,z,weapon1,ammo,weapon2,ammo,weapon3,ammo);
+Rep if i Helped you.