Results 1 to 7 of 7
  1. #1
    daster1's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1

    [RQ]Bhop script and help

    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

  2. #2
    kila58's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    304
    Reputation
    43
    Thanks
    1,842
    My Mood
    Inspired
    +bhop is not a valid cvar.
    I think you mean +jump.

  3. #3
    daster1's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    i'm still looking for a good Bhop script lua. i fixed the rest all i need is a really good one Bhop script

  4. #4
    Gray's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Sweden
    Posts
    13,552
    Reputation
    2516
    Thanks
    10,624
    Quote Originally Posted by daster1 View Post
    i'm still looking for a good Bhop script lua. i fixed the rest all i need is a really good one Bhop script
    Isn't this resolved?

  5. #5
    daster1's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Antipathy View Post


    Isn't this resolved?
    not really you helped me with the lua but now im trying to find a beter bhop script :P

  6. #6
    cornishpasty's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    5
    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.

  7. #7
    Gray's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Sweden
    Posts
    13,552
    Reputation
    2516
    Thanks
    10,624
    Quote Originally Posted by cornishpasty View Post
    Code:
    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.
    Like so .

Similar Threads

  1. [Help Request] script/exec help?
    By Mizzle420420 in forum DayZ Help & Requests
    Replies: 0
    Last Post: 03-09-2013, 01:49 AM
  2. Replies: 3
    Last Post: 01-26-2013, 05:03 PM
  3. [Help Request] SOMEONE COME AND HELP ME ~~~~!!!!!
    By jasen4 in forum Mission Against Terror Help
    Replies: 0
    Last Post: 12-18-2012, 06:49 AM
  4. [Help Request] Connecting Problem to Match..READ PLZ AND HELP ME....
    By panatha13 in forum Call of Duty Modern Warfare 3 Help
    Replies: 4
    Last Post: 03-16-2012, 05:30 AM
  5. [Help Request] Pls Come In and Help me!
    By Reallity-X4 in forum Combat Arms Help
    Replies: 10
    Last Post: 06-15-2011, 08:02 PM