[Ajuda] Warning
#1

A pedido do nosso joao eu tentei fundar o codigo mais fika dando um warning

pawn Код:
warning 225: unreachable code
Cуdigo

pawn Код:
new g_string[128];
        new Text3D:VLabel3D[MAX_PLAYERS];
        enum veiculospp
        {
        Nome[20]
        }
        new Veiculopp[MAX_VEHICLES][veiculospp];
        format(g_string, sizeof(g_string), "Veiculo de %s [ %d ]", PlayerName(playerid), playerid);
        VLabel3D[playerid] = Create3DTextLabel(g_string, 0x00FF00AA, 0.0, 0.0, 0.0, 40.0, 0, 1);
        Attach3DTextLabelToVehicle(VLabel3D[playerid], CarroJogador[ playerid ], 0.0, -2.5, 0.5);
        format(Veiculopp[CarroJogador[playerid]][Nome], 20, PlayerName(playerid));
        return 1;
Reply
#2

pawn Код:
new g_string[128];
        new Text3D:VLabel3D[MAX_PLAYERS];
        enum veiculospp
        {
        Nome[20]
        };
        new Veiculopp[MAX_VEHICLES][veiculospp];
        format(g_string, sizeof(g_string), "Veiculo de %s [ %d ]", PlayerName(playerid), playerid);
        VLabel3D[playerid] = Create3DTextLabel(g_string, 0x00FF00AA, 0.0, 0.0, 0.0, 40.0, 0, 1);
        Attach3DTextLabelToVehicle(VLabel3D[playerid], CarroJogador[ playerid ], 0.0, -2.5, 0.5);
        format(Veiculopp[CarroJogador[playerid]][Nome], 20, PlayerName(playerid));
        return 1;
Reply
#3

This forum requires that you wait 120 seconds between posts. Please try again in 32 seconds.

pawn Код:
enum veiculospp
        {
        Nome[20]
        };
Reply
#4

O warning insiste
Reply
#5

algo impedindo a leitura do cуdigo, ve certin ae sepб o Return ..
Reply
#6

o warn insiste
Reply
#7

Quote:
Originally Posted by Nayara._.
Посмотреть сообщение
O warning insiste
Manda o cуdigo completo... e a posiзгo dele no GM
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)