After Disconnecting.. - 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: After Disconnecting.. (
/showthread.php?tid=321189)
After Disconnecting.. -
dorperez - 26.02.2012
Hey guys !!
how can i save position when player disconnected and when he is connect again he start in the same position when he disconnected??
Re: After Disconnecting.. - T0pAz - 26.02.2012
You need to use a data storage system to do that. I prefer SQLite or MySQL. Refer back to
this tutorial.