hi, i tried the gravity thing to make a player die if in a certain area(10 times the gravity=death drop of 1 meter), but if they respawn after that, they still have 10 times the gravityi need help
I'm quite a newb at hammer yet, with (too?) ambitious ideas. I might sound a little bit unproffesional sometimes :P
Anyway, try using trigger_hurt instead. trigger_gravity keeps the new gravity on the player for ever and ever. If you really want to use trigger_gravity, make another one set to regular gravity (800) at the spawn points. That way every round the players' gravity is reset.