TextDraw Error - 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)
+--- Thread: TextDraw Error (
/showthread.php?tid=310933)
TextDraw Error -
DexToxz - 14.01.2012
Hey!
iil made an TextDraw but i cannot to see him on the Screen....What is wrong or what to add?
i write this at up :
new Text:Text;
and this under :
public OnGameModeInit()
Text = TextDrawCreate(538 ,13 , "Text");
TextDrawFont(Text , 3);
TextDrawLetterSize(Text , 1, 7);
TextDrawColor(Text , 0xff0000FF);
TextDrawSetOutline(Text , false);
TextDrawSetProportional(Text , true);
TextDrawSetShadow(Text , 1);
Re: TextDraw Error -
Min - 14.01.2012
https://sampwiki.blast.hk/wiki/TextDrawShowForPlayer
https://sampwiki.blast.hk/wiki/TextDrawShowForAll