26.03.2013, 23:37
This was here ive learned mysql https://sampforum.blast.hk/showthread.php?tid=159785
Does it load the money?
*EDIT the reason that the server arent saving your data is you did UPDATE 'playerdata' SET 'money'='%d' WHERE 'user'='%s'
It should be UPDATE playerdata SET money=%d WHERE user='%s'
Do only use of ' in strings
Does it load the money?
*EDIT the reason that the server arent saving your data is you did UPDATE 'playerdata' SET 'money'='%d' WHERE 'user'='%s'
It should be UPDATE playerdata SET money=%d WHERE user='%s'
Do only use of ' in strings