Getting vehicle driver seat (or even driver door) position?
#1

If I wanted to get the coords of a vehicle seat, would it be the same as:

pawn Code:
new Float:x, Float:y, Float:z;
GetVehicleModelInfo(vInfo[i][vModel], VEHICLE_MODEL_INFO_FRONTSEAT, x, y, z);
distance = GetPlayerDistanceFromPoint(playerid, vInfo[i][vLastX] + x, vInfo[i][vLastY] + y, vInfo[i][vLastZ] + z);
Because right now, I'm still getting LastX, LastY, and LastZ as my coords returned.

Is there a way to get the driver seat position of a model?

ANOTHER question: I remember seeing somewhere something that could remove vehicle icons on the minimap. I dont remember where, however. How is this possible?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)