Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: an action/radio option only available in a trigger?  (Read 834 times)

0 Members and 1 Guest are viewing this topic.

gothicv

  • Guest
an action/radio option only available in a trigger?
« on: 21 Jun 2003, 02:00:56 »
I couldn't find the answer to this in the searh thing, so I figured id ask here. I would like to have a radio option available only in a specific area - for my soldiers to call for backup when they reach the end zone.

deaddog

  • Guest
Re:an action/radio option only available in a trigger?
« Reply #1 on: 21 Jun 2003, 03:34:41 »
You could try a repeating trigger.

type:anybody preset
condition: player in thislist

on activation:
  actionid=vehicle player addaction [whatever]

on-deactivation:
   player removeaction actionid

 :)
« Last Edit: 21 Jun 2003, 03:37:08 by deaddog »