MySQL minor issue
#4

Just done a test in game and the following information is printed from this command:

pawn Код:
CMD:test(playerid, params[]){
    format(str, sizeof(str), "Admin VAR: %d | Skin Var: %d | Faction Var: %d | Rank Var: %d", PlayerInfo[playerid][pAdmin], PlayerInfo[playerid][pSkin], PlayerInfo[playerid][pFaction], PlayerInfo[playerid][pRank]);
    SendClientMessage(playerid, COLOR_WHITE, str);
    return 1;  
}


< The actual values


When logging in and printing straight after, it displays:

Though when doing /test ingame, it displays the above.
Reply


Messages In This Thread
MySQL minor issue - by RedCounty - 11.11.2015, 11:02
Re: MySQL minor issue - by Vince - 11.11.2015, 11:09
Re: MySQL minor issue - by RedCounty - 11.11.2015, 11:11
Re: MySQL minor issue - by RedCounty - 11.11.2015, 11:16
Re: MySQL minor issue - by RedCounty - 11.11.2015, 11:32

Forum Jump:


Users browsing this thread: 1 Guest(s)