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

