Textdraw doesn't show?
#1

Hello..
I have made some textdraws but they don't show when i get ingame

My OnPlayerConnect
pawn Code:
public OnPlayerConnect(playerid)
{
    TextDrawShowForPlayer(playerid, Textdraw0);
    TextDrawShowForPlayer(playerid, Textdraw1);
    TextDrawShowForPlayer(playerid, Textdraw3);
    TextDrawShowForPlayer(playerid, Textdraw5);
    TextDrawShowForPlayer(playerid, Textdraw7);
    return 1;
}
All the textdraws are properly made and they have strings and all other stuff
Reply
#2

Can you show me how you made them. (CreateTextDraw,etc.)
Reply
#3

Show us how you made the textdraw..
Reply
#4

Sorry for the late answer
I use
pawn Code:
new Text:Textdraw0;
//OnFilterScriptOnIt
Textdraw0 = TextDrawCreate(x,y, "yo");
the syntax I correct, x and y are valid positions..
I made these text draws using iPLEOMAX's TD editor.
Reply
#5

Help..
Reply
#6

Try to use TextDrawShowForAll
if it works the prob is on the code so post it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)