But basically the menu shows first what bind they want. Then what key groups, then what key they want it bound to.
This is something I made for a friend a while ago and i just now ported it to AmxX with a few addons (Multilingual and Dynamic binds).
Commands:
- Say /bindme Menu pops up asking about the bind you want. (Client command)
- amx_bindhelp <Nick , #userid , PlayerID> Forces the menu to show on player. (Admin command)
Files:
- amxmodx/configs/binds.ini
make sure you change this number to be greater than the amount of binds you have in your binds.iniOriginally Posted by Example binds.ini file
; Very simple line syntax.
; "Bind command" "Menu text"
; Very Important note: You must use "s (Quotes) around each part and the bindings cannot have any quotes in them.
"+hook" "Hook/Grapple/Spiderman Thingy"
"say rockthevote" "Rock the Vote"
"say rollthedice" "Roll the Dice"
.zip#define MAX_BINDS 15