30.03.2011, 14:01
(
Последний раз редактировалось woaha; 30.03.2011 в 19:24.
)
I am making car damage report system and I want to get "at spot" vehicle's id.
I mean, that spot is on coords 55.22, 33.66, 22,55 and range is 15 and I park vehicle to in it and now I want make that system gets what vehicle id is on that spot.
Is this possible even?
Perhaps something like this:
After getting id, I am gonna use GetVehicleDamageStatus(vehicleid,panels,doors,ligh ts,tires) and printing it to 3DText.
And ps. I know it's easyer to call this function when player is inside that vehicle, but in this case its not just possible.
I mean, that spot is on coords 55.22, 33.66, 22,55 and range is 15 and I park vehicle to in it and now I want make that system gets what vehicle id is on that spot.
Is this possible even?
Perhaps something like this:
pawn Код:
if(GetVehicleIDInRangeofPoint(areaid, 15, 55.22, 33.66, 22,55))
And ps. I know it's easyer to call this function when player is inside that vehicle, but in this case its not just possible.