Textdraw Losing Letters
#1

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
  • Increased the string
  • Removed extra characters
My update code

Код:
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;
}
Reply


Messages In This Thread
Textdraw Losing Letters - by SecretBoss - 20.09.2015, 13:36
Re: Textdraw Losing Letters - by Mister0 - 20.09.2015, 13:38
Re: Textdraw Losing Letters - by SecretBoss - 20.09.2015, 13:41
Re: Textdraw Losing Letters - by Mister0 - 20.09.2015, 13:48
Re: Textdraw Losing Letters - by SecretBoss - 20.09.2015, 13:51
Re: Textdraw Losing Letters - by M0HAMMAD - 20.09.2015, 14:21

Forum Jump:


Users browsing this thread: 2 Guest(s)