View Single Post
  #2  
Old 01-08-2011, 04:32 PM
cyan3 cyan3 is offline
Registered User
cyan3's Avatar
Join Date: Nov 2005
Location: England
Posts: 2,919
cyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant future
Try something like this:

PHP Code:
function onPlayerChats() {
  
  if (
player.chat.starts(":sethat")) {
    
player.attr[1] = player.chat.substring(8);
 }


Last edited by cyan3; 01-08-2011 at 04:50 PM..
Reply With Quote