TextDraw not showing
#1

the Textdraw not showing up


Код:
    //Zamaroht's Textdraw Editor 1.0
    Textdraw0 = TextDrawCreate(495.000000, 8.000000, "Test");
    TextDrawBackgroundColor(Textdraw0, 255);
    TextDrawFont(Textdraw0, 1);
    TextDrawLetterSize(Textdraw0, 0.470000, 1.600000);
    TextDrawColor(Textdraw0, -65281);
    TextDrawSetOutline(Textdraw0, 1);
    TextDrawSetProportional(Textdraw0, 1);
Reply
#2

Did you type this Under OnPlayerConnect?

TextDrawShowForPlayer(playerid, Textdraw0);
Reply
#3

Use this on OnPlayerConnect and OnPlayerSpawn (how you will):

TextDrawShowForPlayer(playerid, Textdraw0);

Then the Textdraw should screened.
Reply
#4

Quote:
Originally Posted by Blackazur
Посмотреть сообщение
Use this on OnPlayerConnect and OnPlayerSpawn (how you will):

TextDrawShowForPlayer(playerid, Textdraw0);

Then the Textdraw should screened.
So late bro i said it first
Reply
#5

Was almost at the same time, also. xd
Reply
#6

i did put in under OnPlayerConnect
but it's not showing up
Reply
#7

So , it is caused by the TextDrawLetterSize, try to make it bigger.

Try this :

pawn Код:
TextDrawLetterSize(Textdraw0 , 0.199999,1.600000);
Reply
#8

Still not showing up.
Reply
#9

Quote:
Originally Posted by DerickClark
Посмотреть сообщение
Still not showing up.
Weird, Should show up like that..
Reply
#10

i'm useing Zamaroht's TextDraw Editor Version 1.0RC2.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)