Jump to content
Sign in to follow this  
lightspeed_aust

Deduct points from score when member dies

Recommended Posts

Can someone tell me how to do this. Everytime a member of blufor dies then deduct 5 points

Share this post


Link to post
Share on other sites

if (playerSide == west) then {
  player addEventHandler ["Killed", {
     player addRating -5;
  }
];};

or for the whole team? or when ai dies?

Edited by cuel

Share this post


Link to post
Share on other sites

Not sure if its the right way but you could group each player to there own trigger and have it fire when they die( as in ! alive nameofplayer in condition of trigger) then just do the points command thing for that player in his own trigger.

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  

×