View Single Post
  #2  
Old 02-12-2011, 12:12 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
There's no reason to use a clientr variable here since it looks like you're not doing any validating:

PHP Code:
//#CLIENTSIDE 
function onWeaponFired() { 
say2("For change humor say #b /humor <your humor>"); 
} 

function 
onPlayerChats(){  
  if (
player.chat.starts("/humor ")){ 
    
player.client.humor = player.chat.substring(7);
    
player.chat = "Humor changed!"; 
  }
} 
__________________
Reply With Quote