Page 1 of 1

AmxX Auto Bind. (Updated 9-28-06)

Posted: Mon Nov 22, 2021 11:27 pm
by greenie
This plugin shows a menu to a client that walks them through a bind. It is used for fun servers or servers that have some binds that the clients should have.

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
Originally 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"
make sure you change this number to be greater than the amount of binds you have in your binds.ini
#define MAX_BINDS 15
.zip