View Single Post
  #1  
Old 09-19-2008, 05:28 PM
Soala Soala is offline
Ideas on Fire
Soala's Avatar
Join Date: Jun 2007
Location: In my head
Posts: 3,208
Soala is a jewel in the roughSoala is a jewel in the rough
Sethat system by Neo

Okay so Neo (Deas_Voice) was too busy to post it
Here we go, credits goes to him.
PHP Code:
//#CLIENTSIDE
function onPlayerChats() {
  
tokens player.chat.tokenize();
  
// use sethat image to set ur hat
  
if (tokens[0] == "sethat") {
    
player.attr[1] = tokens[1];
    
player.client.ishat tokens[1];
  }

Reply With Quote