Results 1 to 6 of 6
  1. #1
    razorbaacks's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    2
    My Mood
    Chatty

    [SOLVED] hotkeys

    sorry if this has been asked before but i cant find anything on it, its about how to change the bind keys in a mod to stop it conflicting with a admin menu being added
    Last edited by Insane; 10-08-2010 at 10:49 PM.

  2. #2
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    /Moved to GSC Modding Help

    Ex Middleman

  3. #3
    ThrowTheCat's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    95
    Reputation
    10
    Thanks
    14
    My Mood
    Angelic
    In your code search for : actionslot, you should find a line saying +actionslot_1 or some other number, you can experiment with the different numbers for different keys, the keys that are included are "e","f","g","q" but I don't know what number is which one, might edit post later with all the specific numbers attached to which keys.
    P.s make sure if it's zombie mod or any other popular script then it's not enrcrypted xD

  4. The Following User Says Thank You to ThrowTheCat For This Useful Post:

    razorbaacks (10-08-2010)

  5. #4
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    Code:
    bind TAB "+scores"
    bind ESCAPE "togglemenu"
    bind SPACE "+gostand"
    bind 1 "weapnext"
    bind 2 "weapnext"
    bind 3 "+actionslot 3"
    bind 4 "+actionslot 4"
    bind 5 "+actionslot 2"
    bind A "+moveleft"
    bind C "togglecrouch"
    bind D "+moveright"
    bind E "+melee"
    bind F "+activate"
    bind G "+frag"
    bind N "+actionslot 1"
    bind Q "+smoke"
    bind R "+reload"
    bind S "+back"
    bind T "chatmodepublic"
    bind W "+forward"
    bind Y "chatmodeteam"
    bind Z "+talk"
    bind CTRL "toggleprone"
    bind SHIFT "+breath_sprint"
    bind MOUSE1 "+attack"
    bind MOUSE2 "+speed_throw"
    bind MOUSE3 "+frag"
    bind MWHEELDOWN "+melee"
    /yea

    Ex Middleman

  6. The Following User Says Thank You to Insane For This Useful Post:

    razorbaacks (10-08-2010)

  7. #5
    razorbaacks's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    2
    My Mood
    Chatty
    many thanks insane helped alot

  8. The Following User Says Thank You to razorbaacks For This Useful Post:

    Insane (10-08-2010)

  9. #6
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    /Marked as Solved

    Ex Middleman

Similar Threads

  1. i need help with hotkeys...[SOLVED]
    By NeOxx in forum CrossFire Help
    Replies: 3
    Last Post: 08-18-2010, 03:27 AM
  2. [Help]64Bit Hotkeys[Solved]
    By xsaban13x in forum Visual Basic Programming
    Replies: 27
    Last Post: 04-23-2010, 08:08 AM
  3. [HELP]Hotkeys[Solved]
    By dylan40 in forum Visual Basic Programming
    Replies: 16
    Last Post: 04-21-2010, 08:55 AM
  4. [HELP]Hotkeys[Solved]
    By luckie12 in forum Visual Basic Programming
    Replies: 3
    Last Post: 04-02-2010, 03:38 PM
  5. [Help]Easy Global hotkeys[Solved]
    By jaake in forum Visual Basic Programming
    Replies: 7
    Last Post: 03-13-2010, 05:09 PM