SA-MP Forums Archive
Need little help... - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Need little help... (/showthread.php?tid=268531)



Need little help... - Setkus - 12.07.2011

Hey, guys!
I just want to ask you for a question. I making team vs team server and i have one problem. I dont know how to change the map... Well, to change the map i mean that i want to change players spawn positions and all the map... I hope you understand me.. Sorry for my bad english, i'm Lithuanian



Re: Need little help... - Kush - 12.07.2011

You would use the SetPlayerPos function on the prefered callback. Follow this: https://sampwiki.blast.hk/wiki/SetPlayerPos


Re: Need little help... - [MG]Dimi - 13.07.2011

Depends. If you want fast map switching you must create all maps inside one file and but if you want old method create create each map as gamemode and then at the end use
PHP код:
SendRconCommand("changemode [next map name]"): 



Re: Need little help... - Setkus - 13.07.2011

Thank you, guys!