Everybody is good, I joined bindKey on my server, but it suggests that this is wrong, how can I do? Or you can give me an example.
function onScriptLoad()
{
BindKey( 'H', BINDTYPE_DOWN, "HalloThere", 123 );
return 1;
}
function HalloThere( somenumber )
{
Message( "Hallo there! " + somenumber );
}