Raised This Month: $ Target: $400
 0% 

[CS:S] Problems with loading from mysql.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
iGANGNAM
AlliedModders Donor
Join Date: Sep 2012
Location: Lithuania
Old 03-27-2013 , 09:58   [CS:S] Problems with loading from mysql.
Reply With Quote #1

Hello, I have problem with loading data from mysql.There is a plugin who I am using:
https://forums.alliedmods.net/showthread.php?t=118796

And there are strange thing, when new player joins he got 0xp, 0lvl (how it should be) or random lvl and xp for example: 10lvl , 3650xp (how should not be).Saving data is working fine, here is a bit code of loading:

LoadData function
Spoiler

SaveGetKey
Spoiler


QuerySelectData

Spoiler


LoadData function is called only here:
Spoiler


Somehow magically LoadData loads other player data or just set random
And few people says that them experiance and level dissapears.

This plugin is enabled on my server, just click on signature image and see it for your self, but it's not happening everytime...
__________________

Last edited by iGANGNAM; 03-27-2013 at 10:16.
iGANGNAM is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 03-27-2013 , 10:25   Re: [CS:S] Problems with loading from mysql.
Reply With Quote #2

OnClientPutInServer doesn't guarantee that they are authorized, so they won't have a SteamID, and the plugin isn't checking the return value of GetClientAuthString.
__________________
asherkin is offline
iGANGNAM
AlliedModders Donor
Join Date: Sep 2012
Location: Lithuania
Old 03-27-2013 , 10:44   Re: [CS:S] Problems with loading from mysql.
Reply With Quote #3

OnClientAuthorized would be fine?And what exact I should check with what function? if (szKey != '') ?
__________________
iGANGNAM is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 03-27-2013 , 10:46   Re: [CS:S] Problems with loading from mysql.
Reply With Quote #4

Change OnClientPutInServer to OnClientPostAdminCheck.
__________________
asherkin 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 21:11.


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