SA-MP Forums Archive
[REQ] Auto-Saver - 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: [REQ] Auto-Saver (/showthread.php?tid=401082)



[REQ] Auto-Saver - KGreen - 21.12.2012

I am requesting some auto-saver who saves all character data etc. for my SAMP RP server, so i dont have to /saveserver every 10 seconds. Hope someone will help.


Re: [REQ] Auto-Saver - Yiin - 21.12.2012

Just save player data in
pawn Код:
OnPlayerDisconnect(playerid, reason)
callback.


Re: [REQ] Auto-Saver - KGreen - 21.12.2012

Big THX for you, x)