Jump to content
NumbNutsJunior

Vehicle Icons for displays

Recommended Posts

I am trying to find the icon of a vehicle using its class name in the config but have stuggled i found icon which seems to be for the map using

 https://community.bistudio.com/wiki/CfgVehicles_Config_Reference#icon

_x = vehicle;
format["%1", getText (configfile >> "CfgVehicles" >> (typeOf _x) >> "icon")]

I am trying to find these types of icons which you see in the virtual garage:

pNHJR7x.png

Share this post


Link to post
Share on other sites

Are you looking for this?

configfile >> "CfgVehicles" >> typeOf vehicle player >> "picture"

 

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

×