Home   Help Search Login Register  

Author Topic: Plz need help with trigger condition ? Honestly ive tried to figure it out  (Read 996 times)

0 Members and 1 Guest are viewing this topic.

Guru

  • Guest
need a command for a trigger condition  that checks if any ammo on a M2 named "m21a" has been used. So that my activation line re-arms it.
I have the activation line code,just need what goes in the condition.
What im trying to acheive is a m2 that never runs outta bullets.
Its for a anti-spawncamper setup on a mp cap-flag map im makin.
-
i get lost when it comes to syntax :'(
-
- thx in advance          8)
« Last Edit: 02 Oct 2002, 21:43:44 by Willy Makeit »

Bremmer

  • Guest
I think your best bet will be the SomeAmmo command. It should allow you to check when the M2 has run out of ammo and allow you to rearm it. I've never used this command with a static mg but I can't see why it shouldn't work:

Repeating trigger
condition : not someammo m21a
On Activation : m21a addmagazine "browning"

give it a try  ;)

Guru

  • Guest
well thx bremmer  ;D
-
ill try it, an get back to ya. if it works or not.if it does ill solve this thread.
-
and again thx
-
P.S. when mission is done ill post it for beta :)

Guru

  • Guest
yes it worked great,exactly what i needed
-
Major appreciation, ;D    THX!!!!