Textdraw issue
#1

Well, i have a problem creating textdraws.
I did the following:
At the top of my script:
pawn Код:
new Text:Textdraw0;
and in 'OnGamemodeInit':
pawn Код:
Textdraw0 = TextDrawCreate(493.000000, 102.000000, "VoresSide.com");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 1);
TextDrawLetterSize(Textdraw0, 0.500000, 1.000000);
TextDrawColor(Textdraw0, -1);
TextDrawSetOutline(Textdraw0, 1);
TextDrawSetProportional(Textdraw0, 1);
Hope someone can help me. Thanks.
Reply
#2

What is the issue?
It doesn't compile or doesnt work ingame?
Reply
#3

Doesnt work ingame
Reply
#4

Any ideas why?
Reply
#5

Put this under public OnplayerConnect(playerid):

pawn Код:
TextDrawShowForPlayer(playerid,Textdraw0);
Reply
#6

Thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)