[Ajuda] TextDraw
#8

Mas eu deixo assim:
pawn Код:
new Text:Velocimetro[MAX_PLAYERS];
new bool:Vel[MAX_PLAYERS];
forward VelUpdate();
E da o mesmo erro .-.

A cima do TextDrawCreate no OnPlayerConnect nгo tem nada, ta assim:

pawn Код:
public OnPlayerConnect(playerid)
{

//Velocimetro

    Velocimetro[playerid] = TextDrawCreate(11.000000,291.000000, " ");
    TextDrawBackgroundColor(Velocimetro[playerid], 0x000000FF);
    TextDrawFont(Velocimetro[playerid], 3);
    TextDrawLetterSize(Velocimetro[playerid], 0.400000,1.300000);
    TextDrawColor(Velocimetro[playerid], -1);
    TextDrawSetOutline(Velocimetro[playerid], 1);
Reply


Messages In This Thread
TextDraw - by MoonRey - 08.09.2013, 14:28
Re: TextDraw - by smiiir - 08.09.2013, 14:41
Re: TextDraw - by MoonRey - 08.09.2013, 14:47
Re: TextDraw - by smiiir - 08.09.2013, 14:47
Re: TextDraw - by MoonRey - 08.09.2013, 14:58
Re: TextDraw - by smiiir - 08.09.2013, 15:09
Re: TextDraw - by WLSF - 08.09.2013, 15:11
Re: TextDraw - by MoonRey - 08.09.2013, 15:12
Re: TextDraw - by smiiir - 08.09.2013, 15:14
Re: TextDraw - by WLSF - 08.09.2013, 15:14

Forum Jump:


Users browsing this thread: 3 Guest(s)