30.01.2011, 01:52
Hey guys i created a string:
and that string displays
Idk why although it worked before.
But if i remove Deaths from the string it works perfectly, has anyone had this cause, and fixed it?
pawn Код:
format(string, sizeof(string), "RANK: %i~n~PRESTIGE: %i~n~XP: %i~n~KILLS: %i~n~DEATHS: %i", GetPVarInt(playerid, "Rank"), GetPVarInt(playerid, "Prestige"), GetPVarInt(playerid, "Xp"), GetPVarInt(playerid, "Kills"), GetPVarInt(playerid, "Deaths"));
Idk why although it worked before.
But if i remove Deaths from the string it works perfectly, has anyone had this cause, and fixed it?