[AJUDA] O que estou a fazer mal?
#1

Boa tarde a todos.
Estou a fazer uma cancela para o departamento policial. Eu fiz o comando de mover a cancela direito(penso eu), mas vou IG e o comando nao funciona.

Eu adicionei isto no topo do gamemode:
pawn Код:
new PDGate;
Depois pus isto em OnGameModeInit:
pawn Код:
PDGate = CreateDynamicObject(968, -228.39999389648, 1007.299987793, 19.5, 0, 269.24981689453, 0);
Depois em OnPlayerCommandText pus isto:
pawn Код:
if(strcmp(cmd, "/abrircancela", true) == 0)
    {
        if(PlayerInfo[playerid][pLeader] == 1 || PlayerInfo[playerid][pMember] == 1)
            {
            MoveObject(PDGate, -228.39999389648, 1007.299987793, 19.700000762939, 0.65);//Cancela aberta
            }
        return 1;
    }
    if(strcmp(cmd, "/fecharcancela", true) == 0)
    {
        if(PlayerInfo[playerid][pLeader] == 1 || PlayerInfo[playerid][pMember] == 1)
            {
            MoveObject(PDGate, -228.39999389648, 1007.299987793, 19.5, 0.65);//Cancela fechada
            }
        return 1;
     }
Alguйm me pode explicar o que estб errado aqui?
Reply


Messages In This Thread
[AJUDA] O que estou a fazer mal? - by m0ta - 12.09.2011, 13:21
Re: [AJUDA] O que estou a fazer mal? - by WLSF - 12.09.2011, 13:25
Re: [AJUDA] O que estou a fazer mal? - by RebeloX - 12.09.2011, 13:28
Re: [AJUDA] O que estou a fazer mal? - by BrunoBSF - 12.09.2011, 15:46
Re: [AJUDA] O que estou a fazer mal? - by steki. - 12.09.2011, 16:08
Re: [AJUDA] O que estou a fazer mal? - by m0ta - 12.09.2011, 16:35

Forum Jump:


Users browsing this thread: 1 Guest(s)