textdraw 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: textdraw problem (
/showthread.php?tid=123306)
textdraw problem -
Naruto4 - 25.01.2010
I have alll good positions and all good.I used a text draw editor by zamuroth(w/e).
And it is all good but when i use textdrawsetstring the textdraw gets fucked up. it shows in wrong corner,no box,no letter size.
Do i have to define all again ?
Код:
new jail[128];
format(jail,sizeof(jail),"~r~Jail Time: ~b~%d~n~~r~Bail:~b~ Unable",AccountInfo[playerid][JailTime]);
TextDrawSetString(Text:tjail,jail);
TextDrawShowForPlayer(playerid,Text:tjail);