I said I got it to work :S
setup the command mp_falldamage 1
and make a lua file in lua\autorun\server\GetFallDamage.lua
function MPFallDamage( ply, vel )
if GetConVarNumber( "mp_falldamage" ) == 1 then
vel = vel - 580
return vel*(100/(1024-580))
end
end
hook.Add( "GetFallDamage", "MPFallDamage", MPFallDamage )
Than heat and serve. and you will have people lined up to fall and die, I mean what?