SA-MP Forums Archive
Problem =( - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Problem =( (/showthread.php?tid=92849)



Problem =( - RyDeR` - 22.08.2009

Hello when I type /help there will appear a textdraw with some help.

I use this:

Код:
			format(String,sizeof(String), " ~p~/~w~evyardim    ~p~-~w~ Ev alip satmak icin.~n~ ~p~/~w~komutlar    ~p~- ~w~Serverimizin komutlarini gosterir.~n~ ~p~/~w~stuntler     ~p~- ~w~Birsuru guzel stunt icin.~n~ ~p~/~w~gtele      ~p~- ~w~Genel teleportlar icin.~n~ ~p~/~w~tele      ~p~- ~w~Sade teleportlar icin.");
			TextDrawSetString(Komut[playerid],String);
But there is no enaugh space :S you know what i mean?
I mean I can't see the textdraw further than /tele... Is there a limit with chartchers, and if how to delete or remove or someting else that?


Re: Problem =( - JaTochNietDan - 22.08.2009

TextDraw's currently have a limit of 256 characters, it will not go any longer than that . So you would need to add another TextDraw to extend it


Re: Problem =( - RyDeR` - 22.08.2009

Quote:
Originally Posted by JaTochNietDan
The TextDraw has currently got a limit of 256 characters, it will not go any longer than that . So you would need to add another TextDraw to extend it
Hmm thank you.