Quote:
Originally Posted by bscharff
How do you get the keyboard key number for
PHP Code:
if (params[0]=="49")
Is there a chart with them listed?
How does yours work? (A GUI pops up and says _______)
|
PHP Code:
//#CLIENTSIDE
function onKeyPressed(code,key)
{
player.chat = code;
}