Jump to content

wraithjuggler

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About wraithjuggler

  • Rank
    Newbie
  1. wraithjuggler

    AddAction glitchy

    But I did AddAction just for that unit. I did it under the unit's init as well. Why shouldn't that work?
  2. Hello. Here is my code: zachBag = zach addAction ["Remove Gun From Bag", { removebackpack zach; zach addWeapon "CUP_srifle_VSSVintorez"; }]; The problem is, everyone on the server when I play multiplayer sees this action when they hover over my character. How do I make it so this AddAction is only shown for myself, rather than having everyone able to do it to me?
×