20.09.2015, 13:36
Hello again,
I have a problem with my new wanteds system, each time I am getting 10+ wanteds the textdraw loses 1 letter for example if I have 0 wanteds the text is 0 wanteds but if I get 10+ it will be 10 wanted and it will be 100+ it will be 100 wante
Things I tried
I have a problem with my new wanteds system, each time I am getting 10+ wanteds the textdraw loses 1 letter for example if I have 0 wanteds the text is 0 wanteds but if I get 10+ it will be 10 wanted and it will be 100+ it will be 100 wante
Things I tried
- Increased the string
- Removed extra characters
Код:
forward UpdateWanteds(playerid); public UpdateWanteds(playerid) { new string[68]; format(string, 15, "~g~%i ~w~wanteds", PlayerInfo[playerid][pWanteds]); TextDrawSetString(Text:WantedTD, string); return 1; }