Jump to content
Sign in to follow this  
Jan.K

Remove ALL NVs

Recommended Posts

Is there a simple way to remove all the NVs on a map/server?

Playing Domi at night and would be fun to force NV off for a change :o

Share this post


Link to post
Share on other sites

Don't know about all of them, you can do each person like - this removeWeapon "ItemRadio"

Share this post


Link to post
Share on other sites

{
   if (_x hasWeapon "NVGoggles") then
   {
       _x removeWeapon "NVGoggles";
   };
} forEach allUnits;

To build this into Domi, I guess you'd need to find somewhere to place it inside a respawn script. I've never unPBO'd Domination so I wouldn't know.

Edited by bhaz

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  

×