11.11.2015, 11:16
Just done a test in game and the following information is printed from this command:
< The actual values
When logging in and printing straight after, it displays:
Though when doing /test ingame, it displays the above.
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.