15.02.2015, 06:13
If I wanted to get the coords of a vehicle seat, would it be the same as:
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?
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);
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?