SA-MP Forums Archive
Defective saving system (skin, weapon, location,etc) - 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: Defective saving system (skin, weapon, location,etc) (/showthread.php?tid=533877)



Defective saving system (skin, weapon, location,etc) - brandypol - 26.08.2014

So I've put a stats saving system in my gamemode's script so the players that log in my server could retrieve all their stuff and when I tried it (by logging in, disconnecting and logging in again) but I figured out that my stats saving system wasn't effective. It only worked for the money. So here's the script :

http://pastebin.com/giRDZd5E


Re: Defective saving system (skin, weapon, location,etc) - Stinged - 26.08.2014

Why are you using a slow and old ini writer (dini)
And why are you trying to make your own user system.

It's much safer to use YSI, and quicker.
https://sampforum.blast.hk/showthread.php?tid=414141


Re: Defective saving system (skin, weapon, location,etc) - brandypol - 26.08.2014

Quote:
Originally Posted by Stinged
Посмотреть сообщение
Why are you using a slow and old ini writer (dini)
And why are you trying to make your own user system.

It's much safer to use YSI, and quicker.
https://sampforum.blast.hk/showthread.php?tid=414141
Well actually I searched on the forum a system and I took the script but it doesnt work