Thread: Login Message
View Single Post
  #7  
Old 11-29-2007, 01:56 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Add either of these below the //#CLIENTSIDE.

for chat
PHP Code:
function onPlayerChats()
{
  if ( 
player.chat == "/menu" )
  {
    
triggerserver"gui"name"getMessage" );
  }

and for a button

PHP Code:
function onKeyPressedcodekey )
{
  if ( 
key == "w" )
  {
    
triggerserver"gui"name"getMessage" );
  }

Tell me if you need any help with this!
__________________

Last edited by cbk1994; 11-29-2007 at 01:56 AM.. Reason: missed a tag :(
Reply With Quote