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: hint specific player  (Read 1830 times)

0 Members and 1 Guest are viewing this topic.

Offline desper8

  • Members
  • *
  • REBEL Council member
    • http://rebel.clanzone.at/board/
hint specific player
« on: 06 Mar 2004, 12:58:59 »
i have spent 25min searching for "hint and trigger"
no luck

soo

i wanna know
how do u send a player a hint if he walks into trigger zone

so far closest i found was
if (side player == EAST) then {hint "hello east!"}

but i want only 1 to see the hint
not the team
friendly clan battle any one?
PM me

Offline Chris Death

  • Former Staff
  • ****
  • Finally Death's gonna get ya
    • OFPEC
Re:hint specific player
« Reply #1 on: 06 Mar 2004, 13:44:50 »
In a script:

?(player in list trigger_name): hint "hello you single person you"

In a trigger:

activation: anybody/present

condition: this AND player in thislist

onActivation: hint "welcome to the trigger"

~S~ CD
Dont argue with idiots....they will bring you down to their level and beat you there with experience.

How to use Waypoint type Scripted

Offline desper8

  • Members
  • *
  • REBEL Council member
    • http://rebel.clanzone.at/board/
Re:hint specific player
« Reply #2 on: 06 Mar 2004, 15:19:52 »
n1ce 1
friendly clan battle any one?
PM me