08.09.2013, 15:12
Mas eu deixo assim:
E da o mesmo erro .-.
A cima do TextDrawCreate no OnPlayerConnect nгo tem nada, ta assim:
pawn Код:
new Text:Velocimetro[MAX_PLAYERS];
new bool:Vel[MAX_PLAYERS];
forward VelUpdate();
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);