Help 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)
+--- Thread: Help Textdraw (
/showthread.php?tid=610205)
Help Textdraw -
Owen007 - 21.06.2016
I need help i used textdraw editor and added text draw to my gm but its not appearing.
Re: Help Textdraw -
CarRamper - 21.06.2016
Show your code
Re: Help Textdraw -
Owen007 - 21.06.2016
Quote:
Originally Posted by CarRamper
Show your code
|
//Global TextDraws:
new Text:TDEditor_TD[1];
TDEditor_TD[0] = TextDrawCreate(197.199951, 422.214050, "Welcome_to_LSA_Zombies_VS_Humans");
TextDrawLetterSize(TDEditor_TD[0], 0.391199, 2.23466

;
TextDrawAlignment(TDEditor_TD[0], 1);
TextDrawColor(TDEditor_TD[0], -1);
TextDrawSetShadow(TDEditor_TD[0], 2);
TextDrawSetOutline(TDEditor_TD[0], 0);
TextDrawBackgroundColor(TDEditor_TD[0], 255);
TextDrawFont(TDEditor_TD[0], 1);
TextDrawSetProportional(TDEditor_TD[0], 1);
TextDrawSetShadow(TDEditor_TD[0], 2);
TextDrawSetSelectable(TDEditor_TD[0], true);
//Total textdraws exported: 1 (1 global textdraws / 0 player textdraws) ~ 1/1/2009 ~ 1:7:10
TDEditor V1.17 BY ADRI1
this is the code when i add it its not appearing
Re: Help Textdraw -
F1N4L - 21.06.2016
OnPlayerConnect > TextDrawShowForPlayer(playerid, TDEditor_TD[0]);