How to create a no fall damage hack
ok this is for gellins base.
//for menu
this->AddItemToMenu("No fall damage" ,1, 0);
//for base
Sleep(iRenderSpeed);
if( Menu.mOpt[1].nopt > 0 )//No fall
{
this->PushToConsole("FallDamageMinHeight 0.000000")
this->PushToConsole("FallDamageMaxHeight 0.000000")
this->PushToConsole("FallDamageMax 0.000000")
}
credits go to me. i did NOT leech
i was pretty damn sure no fall damage was server sided, but if it works. great!