[Ajuda] Veнculos
#3

pawn Код:
if(dialogid == CRIARVEICULO)
    {
        if(!response) return Msg(playerid, COR_VermelhoClaro, "Sistema de Veнculos: Vocк Cancelou a Criaзгo Do Veiculo!");
        if(response)
        {
            if(strval(inputtext) < 400 || strval(inputtext) == 425 || strval(inputtext) == 432 || strval(inputtext) == 447 || strval(inputtext) == 476 || strval(inputtext) == 520 || strval(inputtext) > 611)
            {
                 Msg(playerid, COR_VermelhoClaro, "Sistema de Veнculos: Veнculo Invбlido - IDs: 400 a 611");
                 return 0;
            }
            GetPlayerPos(playerid, PlayerX, PlayerY, PlayerZ);
            DestroyVehicle(IDCarroCriado[playerid]);
            IDCarroCriado[playerid] = CreateVehicle(strval(inputtext), PlayerX, PlayerY, PlayerZ+2, 0.0, 0, 0, -1);
            PutPlayerInVehicle(playerid, IDCarroCriado[playerid], 0);
            format(gString, sizeof(gString), "{00FF00}Sistema de Veнculos: %s{F4A460} Criou o Veнculo de ID{00FF00} %d", gNomeAdmin, strval(inputtext));
            SendClientMessageToAll(-1, gString);
        }
        return 1;
    }
Isso era o que deveria ser executado dentro da prуpria dialog, mas acho que estб bugando algo como o ID dos Jogadores ou algo parecido.
Reply


Messages In This Thread
Veнculos - by .FuneraL. - 26.07.2012, 17:31
Re: Veнculos - by leonardo1434 - 26.07.2012, 17:39
Re: Veнculos - by .FuneraL. - 26.07.2012, 17:42
Re: Veнculos - by leonardo1434 - 26.07.2012, 17:50
Re: Veнculos - by ViniBorn - 26.07.2012, 17:51
Re: Veнculos - by .FuneraL. - 26.07.2012, 17:52
Re: Veнculos - by RebeloX - 26.07.2012, 18:18

Forum Jump:


Users browsing this thread: 1 Guest(s)