18.07.2010, 10:46
Quote:
Are you setting PlayerInfo[playerid][pXP] to the amount of XP in the file when they login?
pawn Код:
|
anyways,
this is how it should be right?
pawn Код:
format(string, sizeof(string), "~p~XP:%d", dini_Int(file, "XP"));
TextDrawSetString(TDSTATS[playerid], string);