JacobJ 10 Posted October 15, 2010 Hey Is it possible to make a hint side depended, so that blufor recieve a hint only and not all players on the server? /Jacob Share this post Link to post Share on other sites
Deadfast 43 Posted October 15, 2010 if (side player == west) then {hint "Hello West!"}; :) Share this post Link to post Share on other sites
JacobJ 10 Posted October 15, 2010 thank you very much, didnt thought of that. Share this post Link to post Share on other sites
USMCWall 0 Posted November 28, 2010 What about a trigger with a hint to the player who triggered it? Share this post Link to post Share on other sites
CarlGustaffa 4 Posted November 28, 2010 on act: this && player in thislist Share this post Link to post Share on other sites
shuko 59 Posted November 28, 2010 "this" aka the trigger condition/activation settings are already applied to "thislist". Thus, you only need: player in thislist Share this post Link to post Share on other sites