detect if a object is behind of you?
#3

ye i cant figure it out..

im trying to create 4 pickups infront of me, each 2+ infront then after i pass each one delete it and add a new one infront

pawn Код:
GetXYInFrontOfPlayer(playerid, x2, y2, 3);
        for(new i = 0; i < sizeof(GpsPickups); i++)
        {
            GpsPickups[i] =
            CreateDynamicObject(1318, x2, y2, z2, 0, 0, 0, -1,-1,-1,200.0);
            GetXYInBehindPlayer(playerid,x2,y2,4);
            DestroyDynamicObject(GpsPickups[i]);
        }
Reply


Messages In This Thread
detect if a object is behind of you? - by The_Gangstas - 27.11.2010, 14:29
Re: detect if a object is behind of you? - by boelie - 27.11.2010, 14:48
Re: detect if a object is behind of you? - by The_Gangstas - 27.11.2010, 19:54
Re: detect if a object is behind of you? - by boelie - 27.11.2010, 20:09
Re: detect if a object is behind of you? - by The_Gangstas - 27.11.2010, 20:18
Re: detect if a object is behind of you? - by boelie - 27.11.2010, 20:19
Re: detect if a object is behind of you? - by The_Gangstas - 27.11.2010, 20:49

Forum Jump:


Users browsing this thread: 1 Guest(s)