Jump to content
  • 0

Overpoch skins are JACKED!!


Darth_Rogue

Question

But then, many of you already know that.  The Overwatch skins have been a huge pain in my rear since I started running the server.  Half of them don't support the use of a backpack.  Half of them cause AI to not target players because the skin is set up for the wrong "side" (East vs. West).....GAH!!!!

 

I want to keep the skins because my players love them, but we need to take out the ones that are buggy due to obvious issues.  Has anyone here already been through them and figured out which ones work right and which ones don't?  Because I'd sure love to dump the ones that are crap.  I'm sure with enough time and effort I could do it myself, but I've already put a lot of energy into it and I'm not much further off than when I began.  So if anyone could hook me up with a good list that's known to be working properly I would be eternally grateful.  Thanks in advance!

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

Does such a script exist?

 lol.

https://community.bistudio.com/wiki/removeAllWeapons

and for the magazeines

removeAllWeapons player; // remove all the weapons
_mags = magazines player;

{
player removeMagazines _x;
}count _mags;
removeBackpack player;
Link to comment
Share on other sites

  • 0

 

 lol.

https://community.bistudio.com/wiki/removeAllWeapons

and for the magazeines

removeAllWeapons player; // remove all the weapons
_mags = magazines player;

{
player removeMagazines _x;
}count _mags;
removeBackpack player;

how does this differ from what I use ???

 

//Create New Character
_group  = createGroup west;
_newUnit  = _group createUnit [_class,dayz_spawnPos,[],0,"NONE"];


_newUnit  setPosATL _position;
_newUnit  setDir _dir;
//[_newUnit] joinSilent createGroup WEST;


//Clear New Character
{_newUnit removeMagazine _x;} count  magazines _newUnit;
removeAllWeapons _newUnit; 
removeAllItems _newUnit;
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...