Thread: Some questions
View Single Post
  #11  
Old 05-03-2011, 07:03 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
You have to tokenize the player's chat before you check tokens[0]—otherwise, the array doesn't exist yet.

PHP Code:
//#CLIENTSIDE 
function onPlayerChats() { 
  
temp.tokens player.chat.tokenize(); 
  
  if(
tokens[0] == "/kill") { 
      
triggerServer("gui"this.nametokens); 
  } 

__________________
Reply With Quote