Textdraw len bug
#4

you could use something like this:
Код:
new str[1000];
format(str,1000,"   ~r~List~w~~n~~n~");
for(new x=0; x!=50;x++)
{
    format(str,sizeof(str),"%sRowBLABLABLABLABLABLABLA%d~n~",str,x);
}
if(strlen(str) <= 280){
TextDrawSetString(txd,str);
TextDrawShowForPlayer(txd);
}
this won't show the textdraw if it is too long... you can change the number to the length which is the highest possible for you..
Reply


Messages In This Thread
Textdraw len bug - by scottyishere - 25.12.2010, 08:04
Re: Textdraw len bug - by kurta999 - 25.12.2010, 08:51
Re: Textdraw len bug - by scottyishere - 25.12.2010, 08:56
Re: Textdraw len bug - by Sascha - 25.12.2010, 09:40
Re: Textdraw len bug - by Rac3r - 25.12.2010, 10:53
Re: Textdraw len bug - by scottyishere - 25.12.2010, 15:05
Re: Textdraw len bug - by scottyishere - 26.12.2010, 13:12
Re: Textdraw len bug - by Rainmaker - 26.12.2010, 15:59
Re: Textdraw len bug - by scottyishere - 26.12.2010, 16:25
Re: Textdraw len bug - by Rainmaker - 26.12.2010, 16:28

Forum Jump:


Users browsing this thread: 2 Guest(s)