Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Legal/Illegal Roofs and the Jump Pack
#2
Ding ding ding! Finally you guys are coming around, two and a half years after I make the 10 paragraph thread about why the jump pack is busted... although trying to get the jump boost actually lowered is definitely a lost cause

Either remove it and add global jump boost or make it cost nothing so people can play the game on an equal playing field :)

Global jump pack addon:
Code:
hook.Add("Tick", "jumpBoost", function()
    for k,v in pairs(player.GetAll()) do
        if v:KeyDown(IN_JUMP) then
            v:SetVelocity(v:GetUp()*12)
        end
    end
end)


Messages In This Thread
RE: Legal/Illegal Roofs and the Jump Pack - by troll facer - 06-19-2022, 09:37 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)

About Us
    This is Dinkleberg's GMod, a gaming community based in Garry's Mod. We have a Trouble in Terrorist Town, Prop Hunt, Murder, and Deathrun Server. Come check them out sometime.