[Ajuda] comandos para de funcionar
#2

Vocк esqueceu de abrir um chave e esqueceu de fechar duas chaves nos comandos.
pawn Код:
if(strcmp(cmdtext, "/mf", true) == 0)
    {
        if(dini_Int(file, "Profissao") == MotoqueiroFantasma || dini_Int(file, "aAdmin") == 1)
        {
            if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 463)
            {
            fogo = CreateObject(18688, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
            AttachObjectToPlayer(fogo, playerid, 0.0, 0.0, -1.2, 0.0, 0.0, 0);
            SendClientMessage(playerid, -1, "Vocк Esta Em Modo (MF)");
            SetPlayerSkin(playerid, 181);
            }
        }
        return 1;
    }
    if(strcmp(cmdtext, "/dmf", true) == 0)
    {
        if(dini_Int(file, "Profissao") == MotoqueiroFantasma || dini_Int(file, "aAdmin") == 1)
        {
            if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 463)
            {
                DestroyObject(fogo);
                RemovePlayerAttachedObject(playerid, fogo);
                SetPlayerSkin(playerid, 181);
                SendClientMessage(playerid, -1, "Vocк Voltou ao Normal");
            }
        }
        return 1;
    }
Reply


Messages In This Thread
comandos para de funcionar - by CrazyHelp - 21.06.2014, 15:29
Re: comandos para de funcionar - by MultiKill - 21.06.2014, 15:32

Forum Jump:


Users browsing this thread: 1 Guest(s)