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: not in list trigger  (Read 2822 times)

0 Members and 1 Guest are viewing this topic.

Offline Blanco

  • Former Staff
  • ****
not in list trigger
« on: 26 May 2003, 01:06:24 »
When i place a trigger over some unit
with...

activation : anybody present

condition : !(player not in thislist)
on activation : hint "blablabla"

When I step in a vehicle in the triggerarea ... the trigger goes off?!  

Am I in a different list when I enter a vehicle?

Is there a workaround for this?

 :P...I can't use west or east not present..
« Last Edit: 26 May 2003, 01:07:40 by Blanco »
Search or search or search before you ask.

Offline Terox

  • Former Staff
  • ****
  • Follow the Sappers!
    • zeus-community.net
Re:not in list trigger
« Reply #1 on: 26 May 2003, 01:13:03 »
try        (vehicle player in thislist)

doesnt
condition : !(player not in thislist)
?(not player not in this list)

equate to
condition : (player  in thislist)
?(player in this list)
Zeus ARMA2 server IP = 77.74.193.124 :2302
Teamspeak IP = 77.74.193.123

Offline Blanco

  • Former Staff
  • ****
Re:not in list trigger
« Reply #2 on: 26 May 2003, 02:43:55 »
ohmy, i meant !(player in thislist)... my fault   :-\

But vehicle player works!!

Thx Terox
Search or search or search before you ask.