Hello,
I need to find the name (cfgVehicles) of this object :

It can be seen on Chernarus :
- 124 028, with ID 95494,
- 045 129, with ID 344585.
on Utes :
I tried to display the name with this little script :
_obj = ([0,0,0] nearestObject ID);
sleep 1;
hint format ["%1", (typeOf _obj)];But it doesn't work with those ID.
So, do you know the name of this object or do you have an other way to display it ?
Thank You
