SA-MP Forums Archive
Help about load data from MYSQL +REP - 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: Help about load data from MYSQL +REP (/showthread.php?tid=589646)



Help about load data from MYSQL +REP - MasonSFW - 21.09.2015

this my testing code
PHP код:
    cache_get_field_content(0"pSpyRank"PlayerInfo[playerid][pSpyRank], MySQL128);
    new 
string[128];
    
format(stringsizeof(string), "%s"PlayerInfo[playerid][pSpyRank]);
    
SendClientMessage(playerid, -1string); 
this screenshot what is NULL? Really in DB is Leader not NULL