Help Textdraw
#1

I need help i used textdraw editor and added text draw to my gm but its not appearing.
Reply
#2

Show your code
Reply
#3

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
Reply
#4

OnPlayerConnect > TextDrawShowForPlayer(playerid, TDEditor_TD[0]);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)