Textdraws not appearing
#7

Your syntax was wrong,

use this one

pawn Код:
new PlayerText:Textdraw0[MAX_PLAYERS];

public OnPlayerConnect(playerid)
{


    //Text Draws
    Textdraw0[playerid] = CreatePlayerTextDraw(502.000000, 104.000000, "Ghost Riders");
    PlayerTextDrawBackgroundColor(Textdraw0[playerid], 255);
    PlayerTextDrawFont(Textdraw0[playerid], 1);
    PlayerTextDrawLetterSize(Textdraw0[playerid], 0.500000, 1.000000);
    PlayerTextDrawColor(Textdraw0[playerid], -16776961);
    PlayerTextDrawSetOutline(Textdraw0[playerid], 0);
    PlayerTextDrawSetProportional(Textdraw0[playerid], 1);
    PlayerTextDrawSetShadow(Textdraw0[playerid], 1);
    PlayerTextDrawUseBox(Textdraw0[playerid], 1);
    PlayerTextDrawBoxColor(Textdraw0[playerid], 255);
    PlayerTextDrawTextSize(Textdraw0[playerid], 610.000000, 0.000000);
    PlayerTextDrawSetSelectable(Textdraw0[playerid], 0);
    return 1;
}
Reply


Messages In This Thread
Textdraws not appearing - by Excelize - 20.12.2013, 03:42
Re: Textdraws not appearing - by JoaoPedro - 20.12.2013, 06:07
Re: Textdraws not appearing - by PowerPC603 - 20.12.2013, 07:14
Re: Textdraws not appearing - by Excelize - 20.12.2013, 09:23
Re: Textdraws not appearing - by Vince - 20.12.2013, 09:34
Re: Textdraws not appearing - by Excelize - 20.12.2013, 09:38
Re: Textdraws not appearing - by iOxide - 20.12.2013, 09:45
Re: Textdraws not appearing - by Excelize - 20.12.2013, 09:51
Re: Textdraws not appearing - by iOxide - 20.12.2013, 10:01
Re: Textdraws not appearing - by PowerPC603 - 20.12.2013, 10:02

Forum Jump:


Users browsing this thread: 2 Guest(s)