SA-MP Forums Archive
update stats problem - 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: update stats problem (/showthread.php?tid=620225)



update stats problem - mrcakke - 27.10.2016

What i have wrong with update user cash and skin when i exit from the server then i don't see updated cash and skin in database
pastebin:http://pastebin.com/hhdRRbid


Re: update stats problem - iLearner - 27.10.2016

Quote:

UPDATE members SET cash = '%d', skin = '%d' WHERE uid = '%d'

Integers dont require '', just use %d.