[FilterScript] Sistema de Salvar Modificaзхes de Carro por: LeLeTe
#9

Quote:
Originally Posted by LeLeTe
Посмотреть сообщение
O Dialog nгo pode funcionar provavelmente porquк vocк tem no seu GM dialogs com as ID's: 37000 a 37007. Se tiver, esse й o problema.
Creio que nгo, pois eu fui olhar o comando /tunar e nгo tinha nenhum ShowPlayerDialog. Dб uma olhada:

pawn Код:
if(strcmp(cmdtext, "/tunar", true) == 0)
    {
        new playerstate = GetPlayerState(playerid);
        if(playerstate == PLAYER_STATE_DRIVER)
        {
            return ModCar(playerid);
        }
        else if(playerstate == PLAYER_STATE_PASSENGER)
        {
            return ModCar(playerid);
        }
        else
        {
           return SendClientMessage(playerid, COLOR_RED, "Vocк nгo estб em um carro!");
        }
    }
    return 0;
}
Agradeзo desde jб
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)