Need 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)
+--- Thread: Need help (
/showthread.php?tid=376558)
Need help -
popystone - 10.09.2012
Hi guys i want to edit a gamemode i got but when i exit from server and login again i return to where i started when i registered.
Can some one help me with how to make it like when i exit and relog i return to where i exit?
Re: Need help -
RedJohn - 10.09.2012
Simply, find player coords, and save them on exit, then SetPlayerPos on player connect using coords you saved.
By the way:
https://sampforum.blast.hk/showthread.php?tid=299791
Re: Need help -
popystone - 14.09.2012
thanks man