Textdraw not appearing
#1

I'm trying to make a textdraw to appear when connecting but it won't appear:

pawn Код:
Textdraw0[playerid] = CreatePlayerTextDraw(playerid, 554.999694, 430.578002, "AM Anticheat");
    PlayerTextDrawLetterSize(playerid, Textdraw0[playerid], 0.449999, 1.600000);
    PlayerTextDrawAlignment(playerid, Textdraw0[playerid], 1);
    PlayerTextDrawColor(playerid, Textdraw0[playerid], -1);
    PlayerTextDrawSetShadow(playerid, Textdraw0[playerid], 0);
    PlayerTextDrawSetOutline(playerid, Textdraw0[playerid], 1);
    PlayerTextDrawBackgroundColor(playerid, Textdraw0[playerid], 51);
    PlayerTextDrawFont(playerid, Textdraw0[playerid], 0);
    PlayerTextDrawSetProportional(playerid, Textdraw0[playerid], 1);

I'm using iPLEOMAX's textdraw editor.
Reply
#2

TextDrawShowForPlayer(playerid, Textdraw0[playerid]);
Reply
#3

PlayerTextDrawShow
Reply
#4

Yeah thanks, works.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)