Jump to content
Sign in to follow this  
MarcusCunningham

NVG's in Vests

Recommended Posts

I want to add the NVG's of a player to their gear in their vests or uniforms, not on their helmets. How do I do that with the Config.cpp.

At the moment I have them added as an item but in game it automatically adds them to their helmets. Is there anyway to stop this?

Thanks

Share this post


Link to post
Share on other sites

Just add the NVG item on "Items[]" and "RespawnItems[]" arrays instead of "linkedItems[]" and "respawnLinkedItems[]".

Example:

Items[] = {"FirstAidKit", "nvgoggles_INDEP"};
RespawnItems[] = {"FirstAidKit", "nvgoggles_INDEP"};

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  

×