[AJUDA] Objetos
#10

mais uma duvida,isto й a parte de um codigo
pawn Код:
if(blinker[playerid] == 1)
    {
        if(IsPlayerInAnyVehicle(playerid))
        {


            tmpcar = GetPlayerVehicleID(playerid);
            GetVehiclePos(tmpcar, tmpx[playerid], tmpy[playerid], tmpz[playerid]);
            GetVehicleZAngle(tmpcar, tmpang[playerid]);
            if(Step[playerid] == 0)
            {
                arrow[playerid] = CreateObject(19131, tmpx[playerid], tmpy[playerid], tmpz[playerid]+0.7, 90, tmpang[playerid]+89, 180);
                AttachObjectToPlayer(arrow[playerid], playerid, 0, 0, 1.3, 90, 269, 180);// EDITAR OBJECTO.
                //GameTextForPlayer(playerid, "~g~>>>", 300, 4);
                Step[playerid] = 1;
                return 1;
            }
            if(Step[playerid] == 1)
            {
                duration[playerid]++;
                DestroyObject(arrow[playerid]);
                Step[playerid] = 0;
                return 1;
            }
        }
    }
o objeto й o id "19131" so que o objeto,estб com a setinha apontada para o chгo,e eu queria que ela apontasse para o lado direito ">>>"
Reply


Messages In This Thread
[AJUDA] Objetos - by caoraivoso3 - 09.04.2012, 11:19
Re: [AJUDA] Objetos - by Delete_ - 09.04.2012, 11:34
Re: [AJUDA] Objetos - by caoraivoso3 - 09.04.2012, 11:41
Re: [AJUDA] Objetos - by .FuneraL. - 09.04.2012, 14:44
Re: [AJUDA] Objetos - by caoraivoso3 - 09.04.2012, 16:35
Re: [AJUDA] Objetos - by Fernando Vinewood - 09.04.2012, 20:14
Re: [AJUDA] Objetos - by Deanx - 09.04.2012, 21:17
Re: [AJUDA] Objetos - by caoraivoso3 - 10.04.2012, 13:42
Re: [AJUDA] Objetos - by lekizinho - 10.04.2012, 13:53
Re: [AJUDA] Objetos - by caoraivoso3 - 10.04.2012, 14:52

Forum Jump:


Users browsing this thread: 1 Guest(s)