Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Easy Binding Script
« previous
next »
Print
Pages: [
1
]
Author
Topic: Easy Binding Script (Read 476 times)
kyjus25
September 20, 2010, 06:25:59 PM
I made a GUI, and I was just wondering that instead of having to type canvas.pushDialog(__); into the console, could anyone tell me a simple .cs script that would put a keybind into the options menu?
Ad Bot
Advertisement
Headcrab Zombie
September 20, 2010, 08:04:54 PM
$remapDivision[$remapCount] = "Category Name";
$remapName[$remapCount] = "Bind name";
$remapCmd[$remapCount] = "commandToCall";
$remapCount++;
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Easy Binding Script