MYSQL - player data loading issue - 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: MYSQL - player data loading issue (
/showthread.php?tid=662564)
MYSQL - player data loading issue -
Mo123 - 05.01.2019
billy
Re: MYSQL - player data loading issue -
Chyakka - 05.01.2019
Could you show the query that calls
Code:
OnPlayerLoad(playerid)
?
I'd assume it'd be in your DIALOG_LOGIN response.
Re: MYSQL - player data loading issue -
ch1ps - 06.01.2019
I would suggest going to onplayerload and do some debugging, perhaps check if the info is even loaded in the first place by checking the rows counted
Re: MYSQL - player data loading issue -
Mo123 - 06.01.2019
yess