help making trigger to set player health

static2601

L2: Junior Member
Nov 4, 2010
79
4
hi, im trying to make a trigger, that when touched, it will set a players health to a certain value like 1000. Or maybe a way to set the trigger to have the server give the person buffed health or hp 1000 from a Plug-in. How would i do something like this? thanks
 

Jeremy

L11: Posh Member
Oct 24, 2010
829
299
I don't know if buffing a player's health to 1000 will be possible without cheats. The only way I can think of is using a point_servercommand which uses the command "hurtme <negative value>".
 

Seba

DR. BIG FUCKER, PHD
aa
Jun 9, 2009
2,364
2,728
!activator SetHealth [whatever] may or may not work; I think I've tried it before for...something but it...did or didn't work. Health-related outputs are finicky when it comes to players, I know that.