Atera Posted July 29, 2014 Share Posted July 29, 2014 Hey, I cant find this anywhere on a trigger. I try using trigger_hurt and add falling but it just deals damage.... How do I get the fade to black and instant death followed by "X fell to his doom"? Mysterious Stranger likes this Link to comment
Solution mrwonko Posted July 29, 2014 Solution Share Posted July 29, 2014 Assuming you are talking about multiplayer, as is implied by the death message: /*QUAKED trigger_hurt (.5 .5 .5) ? START_OFF CAN_TARGET SILENT NO_PROTECTION SLOW Any entity that touches this will be hurt. It does dmg points of damage each server frame Targeting the trigger will toggle its on / off state. CAN_TARGET if you target it, it will toggle on and off SILENT supresses playing the sound SLOW changes the damage rate to once per second NO_PROTECTION *nothing* stops the damage "team" team (1 or 2) to allow hurting (if none then hurt anyone) only applicable for siege "dmg" default 5 (whole numbers only) If dmg is set to -1 this brush will use the fade-kill method */In particular: If dmg is set to -1 this brush will use the fade-kill methodJust read the entity description. Link to comment
Atera Posted July 29, 2014 Author Share Posted July 29, 2014 Thanks a lot, just what I needed! Link to comment
Futuza Posted July 29, 2014 Share Posted July 29, 2014 I always preferred this explanation: http://mapping.jkhub.org/richdiesal/Brushes201_Lesson_4_InjuringPlayer_files/br201lsn4.htm (If anyone else reads this needing help). Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now