View Single Post
  #11  
Old 06-05-2007, 12:47 AM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by bscharff View Post
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;

Reply With Quote