Home   Help Search Login Register  

Author Topic: hint specific player  (Read 1157 times)

0 Members and 3 Guests 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