+bhop is not a valid cvar.
I think you mean +jump.
Could someone help me get a good bhop script at Garrysmod. iv'e been searching for days..
to find someone to help me either help me thought the teamwieuver reallly i'm bad at this i tried tried tried treid .
all i get is Unkown command +bhop - Unkown command -bhop in the console i'm getting really pissed about this i want this bhop script working ;(
someone please help me you can add me on skype too if you want im alone right now. Leroy176 i really appriciate you guy's help![]()
+bhop is not a valid cvar.
I think you mean +jump.
i'm still looking for a good Bhop script lua. i fixed the rest all i need is a really good one Bhop script
if CLIENT then
concommand.Add("+bhop",function()
hook.Add("Think","hook",function()
RunConsoleCommand(((LocalPlayer():IsOnGround() or LocalPlayer():WaterLevel() > 0) and "+" or "-").."jump")
end)
end)
concommand.Add("-bhop",function()
RunConsoleCommand("-jump")
hook.Remove("Think","hook")
end)
end
This works well enough for me and I haven't found a better one. Type in console: bind space +bhop
---------- Post added at 11:18 AM ---------- Previous post was at 11:17 AM ----------
Ah shit, I don't know how to put it in so it doesn't lose the spaces lol.