[Ajuda] Comando Bugando '-'
#7

Galera, nгo repararam o erro em sн,

MoveObject estб errado, estб colocando 0,0 e depois o tempo, mais o tempo VEM ANTES, coloque o comando dessa forma:



pawn Код:
if(strcmp(cmdtext, "/ahqmib", true) == 0)
{
    {
        if ((IsACop(playerid))
        {
            MoveObject(playerid,980,-1736.8000488281, 29.5, 13.300000190735,3.0);
            SendClientMessage(playerid, 0x9E3EFFAA, "[INFO] Abrindo Portгo da HQ MIB...");
            return 1;
        }
    }
    if(strcmp(cmdtext, "/fhqmib", true) == 0)
    {
        if ((IsACop(playerid))
        {
            MoveObject(playerid,980,-1736.8000488281, 29.5, 5.3000001907349, 3.0);
            SendClientMessage(playerid, 0x9E3EFFAA, "[INFO] Fechando Portгo da HQ MIB...");
            return 1;
        }
    }
}
Caso nгo resulte

pawn Код:
new portao1;

// OnGameModeInt

pext = CreateObject(980,-1736.8000488281, 29.5, 5.3000001907349,0.0,0.0,0.0);

// Comandos

if(strcmp(cmdtext, "/ahqmib", true) == 0)
{
    {
        if ((IsACop(playerid))
        {
            MoveObject(portao1,-1736.8000488281, 29.5, 13.300000190735,3.0);
            SendClientMessage(playerid, 0x9E3EFFAA, "[INFO] Abrindo Portгo da HQ MIB...");
            return 1;
        }
    }
    if(strcmp(cmdtext, "/fhqmib", true) == 0)
    {
        if ((IsACop(playerid))
        {
            MoveObject(portao1,-1736.8000488281, 29.5, 5.30000019073491,3.0);
            SendClientMessage(playerid, 0x9E3EFFAA, "[INFO] Fechando Portгo da HQ MIB...");
            return 1;
        }
    }
}

// Ou Assim

if(strcmp(cmdtext, "/ahqmib", true) == 0)
{
    {
        if (IsACop(playerid))
        {
            MoveObject(portao1,-1736.8000488281, 29.5, 13.300000190735,3.0);
            SendClientMessage(playerid, 0x9E3EFFAA, "[INFO] Abrindo Portгo da HQ MIB...");
            return 1;
        }
    }
    if(strcmp(cmdtext, "/fhqmib", true) == 0)
    {
        if (IsACop(playerid))
        {
            MoveObject(portao1,-1736.8000488281, 29.5, 5.30000019073491,3.0);
            SendClientMessage(playerid, 0x9E3EFFAA, "[INFO] Fechando Portгo da HQ MIB...");
            return 1;
        }
    }
}
Acredito que a 2Є opзгo й mais viбvel

Atenciosamente,
Reply


Messages In This Thread
Comando Bugando '-' - by Sobrevizion - 05.04.2014, 22:24
Re: Comando Bugando '-' - by Lipe_Stronda - 05.04.2014, 22:25
Re: Comando Bugando '-' - by PT - 05.04.2014, 22:35
Re: Comando Bugando '-' - by Cor3y - 05.04.2014, 22:41
Re: Comando Bugando '-' - by PT - 05.04.2014, 22:48
Re: Comando Bugando '-' - by Cor3y - 05.04.2014, 23:05
Respuesta: Comando Bugando '-' - by [BWL]Chamaleon - 06.04.2014, 13:43

Forum Jump:


Users browsing this thread: 2 Guest(s)