View Single Post
  #19  
Old 09-18-2012, 12:48 PM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

Adjust breathtime and gravity

These work long enough so adding ssnhp as well should make the player Godlike.


//GRAVITY No Kill
if never() then
fallmps=30//can be adjusted for partial death or full immunity to gravity
endif

//Breath Under Water
if never() then
breathtime=99// the higher the number the longer you last in water, 30 is default I think
endif
Reply With Quote