Jump to content
Sign in to follow this  
Pudd'n

Display Obscured Object ID's

Recommended Posts

I have searched and tried a few different things but to no avail.

I am trying to setFuelCargo on a petrol station on Chernarus but the ID numbers of the pumps are obscured by the station's canopy on the map. Can anyone help me find the ID numbers?

Edited by Pudd'n

Share this post


Link to post
Share on other sites

just pop this in the players init, when you look at an object it should reveal some info including the id number.

null= [] spawn {while {true} do { hint format ["%1",cursortarget] ;sleep 0.2}}

Share this post


Link to post
Share on other sites
just pop this in the players init, when you look at an object it should reveal some info including the id number.

null= [] spawn {while {true} do { hint format ["%1",cursortarget] ;sleep 0.2}}

Perfect. Thanks very much.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×