ALPHIVE 14 Posted May 14, 2017 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
crewt 31 Posted May 14, 2017 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
ALPHIVE 14 Posted May 14, 2017 Thank you i will try it ;) Share this post Link to post Share on other sites
crewt 31 Posted May 14, 2017 Edit.: Wont work in SP, as an UID is then "SP" Share this post Link to post Share on other sites
Belbo 462 Posted May 14, 2017 Condition: "12345678" in (thislist apply {getPlayerUID _x}) || "_SP_PLAYER_" in (thislist apply {getPlayerUID _x}) That should do it then. 1 Share this post Link to post Share on other sites