Pudd'n 10 Posted January 27, 2012 (edited) 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 January 27, 2012 by Pudd'n Share this post Link to post Share on other sites
f2k sel 164 Posted January 27, 2012 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
Pudd'n 10 Posted January 28, 2012 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