Results 1 to 3 of 3

Thread: How to prevent players to pick up weapons

  1. #1
    I need a command or script which prevents players to pick up weapons from fallen soldiers/crates etc. I have one player who is the prey and can only run

    I tried making a trigger activated by anyone repeatetly with in the on activation :

    Quote Originally Posted by [b
    Quote[/b] ]RemoveAllWeapons P1; ClearMagazineCargo P1
    But it doesn't work.. Any ideas?

  2. #2
    The trigger is not deactivated, that's why it doesn't work.

    Try this:
    repeatedly
    condition: count magazines player > 0 OR count weapons player > 0
    onActivation: removeAllWeapons player

  3. #3
    Sergeant Major Gorgi Knootewoot's Avatar
    Join Date
    Oct 15 2001
    Location
    The Netherlands
    Posts
    1,512
    Author of the Thread
    k thx. will try that out

    edit:
    Works like a charm. Thank you




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •