28.06.2016, 19:42
Код:
format(str, 128, "~b~~h~~h~Level: ~w~%d ", PlayerInfo[playerid][Level]); TextDrawSetString(Text:TextLevel str); format(str, 128, "~b~~h~~h~Morreu: ~w~%d ", PlayerInfo[playerid][Morreu]); TextDrawSetString(Text:TextMorreu, str); format(str, 128, "~b~~h~~h~Matou: ~w~%d ", PlayerInfo[playerid][Matou]); TextDrawSetString(Text:TextMatou, str);