Jump to content
Sign in to follow this  
ALPHIVE

How make trigger that is activated only by a player designated ? (player ID)

Recommended Posts

Hi everybody !

 

I want to try to make a trigger that is activated only by ONE player designated : for exemple, only the player with this ID 137429240 will be able to activate the trigger, not others

 

Thank you for help guys ;)

Share this post


Link to post
Share on other sites

Condition: "12345678" in (thislist apply {getPlayerUID _x});

Any player would be the activation type.

Should work if I didn't bring a typo somewhere.

 

 

Share this post


Link to post
Share on other sites

Edit.: Wont work in SP, as an UID is then "SP"

 

Share this post


Link to post
Share on other sites

Condition:

"12345678" in (thislist apply {getPlayerUID _x}) || "_SP_PLAYER_" in (thislist apply {getPlayerUID _x})

That should do it then.

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×