TextDraws disappear
#1

HELP MEPlease

TextDraw why I lost but I've set it up properly

please help us thank you ....
Reply
#2

Show me your code.
Reply
#3

Textdraw0 = TextDrawCreate(548.000000, 54.833248, "-");
TextDrawLetterSize(Textdraw0, 0.238995, 1.016664);
TextDrawAlignment(Textdraw0, 1);
TextDrawColor(Textdraw0, 0xffffffff);
TextDrawSetShadow(Textdraw0, 0);
TextDrawSetOutline(Textdraw0, 1);
TextDrawBackgroundColor(Textdraw0, 51);
TextDrawFont(Textdraw0, 3);
TextDrawSetProportional(Textdraw0, 1);
Reply
#4

You need to make the script show the player your textdraw with the code I provided for you.
Код:
TextDrawShowForPlayer(playerid, Textdraw0);
if you have done that, it is because you used "-" for the message you want the Textdraw to show.

[EDIT]: If you want to show it when they spawn. Place the code under Public OnPlayerSpawn(playerid);
Reply
#5

You must add TextDrawShowForPlayer(playerid, Text:text) at the end.
Reply
#6

Ok thanks brothers

FOR HELP JIHANZ
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)