[Include] Arrow.inc Create And Point Arrows At Stuff
#7

here you go

pawn Код:
new Float:x, Float:y, Float:z;
GetVehiclePos(vehicleid, x, y, z);
GetVehicleZAngle(vehicleid, angle);
new Float:r_Z = atan2(y - DestY, x - DestX) - angle;
Credits to RyDeR`, he thought me about angles with some functions he gave me.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)