[Ajuda] Bug
#1

Todos os portхes do meu GM eles bugaram , eles abrem girando e divide o espaзo no meio , e nгo volta , parece uma rotaзгo estranha .
Exemplo do code de um portгo .

Em OngameInit
pawn Код:
//B.O.P.E
    portaobope = F_CreateObject(980, 1025.799316, -368.267792, 75.509537, 0.0000, 0.0000, 0.0000);
Em OnPlayerCommandText
pawn Код:
//----------------------------------{Portoes B.O.P.E}----------------------------------------
    if(strcmp(cmd, "/pb", true) == 0)
    {
        if ((IsACop(playerid)) && PlayerToPoint(15.0, playerid, 1025.799316, -368.267792, 75.509537))
        { //GateGaragem
            F_MoveObject( portaobope, 1025.799316, -368.267792, 81.784447,3);
            GameTextForPlayer(playerid, "~w~Portao PF ~n~~b~Aberto", 5000, 3);
            SetTimer("PortaoBope", 5000, false);
        }
        /*else
        {
            SendClientMessage(playerid, COLOR_RED, "*** Vocк nao esta perto do portao ou nao e do B.O.P.E ***");
        }*/

        return 1;
    }

e public PortaoBope()
{
    F_MoveObject(portaobope,1025.799316, -368.267792, 75.509537, 2);//GateClosed
    return 1;
}
Por favor :3 , pretendo inaugurar o gm logo , estava quase no final , mas me aparece essa D; ,
obrigado
att.
Reply


Messages In This Thread
[Ajuda] Bug - by FallenHtz - 26.12.2011, 06:36
Re: [Ajuda] Bug - by Leo_Lost - 26.12.2011, 08:21
Re: [Ajuda] Bug - by Leo_Lost - 26.12.2011, 10:39
Re: [Ajuda] Bug - by Leo_Lost - 26.12.2011, 10:43
Re: [Ajuda] Bug - by FallenHtz - 26.12.2011, 18:38
Re: [Ajuda] Bug - by FallenHtz - 26.12.2011, 19:21
Re: [Ajuda] Bug - by FallenHtz - 27.12.2011, 01:26
Re: [Ajuda] Bug - by Sampizito - 27.12.2011, 01:36
Re: [Ajuda] Bug - by Marshall_Elite - 27.12.2011, 01:38
Re: [Ajuda] Bug - by GReeN_WOoD - 27.12.2011, 11:14

Forum Jump:


Users browsing this thread: 1 Guest(s)