Raised This Month: $ Target: $400
 0% 

[CS:GO] Money save to DB is not working always


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
You9
Member
Join Date: Mar 2016
Old 08-15-2016 , 01:45   [CS:GO] Money save to DB is not working always
Reply With Quote #1

Hey, so i have system with SQL where i save money when player disconnect or change team (not spammable). But sometimes players lose their money when it's going to 0.

Database code what i use:
code


And it's not database loading problem, because i log query's. And there i can see when player gets 350$, and next disconnect somehow 0$.
You9 is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 08-15-2016 , 02:56   Re: [CS:GO] Money save to DB is not working always
Reply With Quote #2

Based on the code you've show, everything looks fine. One thing I do have to say is looking at what 'GetClientMoney' returns would probably be a good place to start with this issue.
Drixevel is offline
You9
Member
Join Date: Mar 2016
Old 08-15-2016 , 09:00   Re: [CS:GO] Money save to DB is not working always
Reply With Quote #3

Quote:
Originally Posted by redwerewolf View Post
Based on the code you've show, everything looks fine. One thing I do have to say is looking at what 'GetClientMoney' returns would probably be a good place to start with this issue.
'GetClientMoney' function:
PHP Code:
stock int GetClientMoney(int client) {
    return 
GetEntProp(clientProp_Send"m_iAccount");

Weird is that, it's only sometimes make that bug.
You9 is offline
You9
Member
Join Date: Mar 2016
Old 08-17-2016 , 05:55   Re: [CS:GO] Money save to DB is not working always
Reply With Quote #4

Is that possible, if player disconnect then game is already "removed" his money and return 0?
You9 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:42.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode