SA-MP Forums Archive
Help With TextDraw - 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: Help With TextDraw (/showthread.php?tid=103471)



Help With TextDraw - SkyWinder - 20.10.2009

I am Having Problem Showing this Text Draw ingame.


Код:
new Text:Test; 
Test = TextDrawCreate(4, 426, "http://S*******P.com"); 
TextDrawLetterSize(Text:Test, 0, 0); 
TextDrawTextSize(Text:Test, 0, 0); 
TextDrawAlignment(Text:Test, 0); 
TextDrawColor(Text:Test, -1); 
TextDrawUseBox(Text:Test, 0); 
TextDrawSetShadow(Text:Test, 1); 
TextDrawBoxColor(Text:Test, -1347440726); 
TextDrawSetOutline(Text:Test, 1); 
TextDrawBackgroundColor(Text:Test, 170); 
TextDrawFont(Text:Test, 1); 
TextDrawSetProportional(Text:Test, 1);



Re: Help With TextDraw - Think - 20.10.2009

How about try to put this @ onplayerconnect:

https://sampwiki.blast.hk/wiki/TextDrawShowForPlayer

and this @ onplayerdisconnect:

https://sampwiki.blast.hk/wiki/TextDrawHideForPlayer