View Single Post
  #6  
Old 01-08-2011, 05:23 PM
gwFCCtennis gwFCCtennis is offline
Chaotic
gwFCCtennis's Avatar
Join Date: Aug 2010
Location: VA
Posts: 229
gwFCCtennis is on a distinguished road
Send a message via AIM to gwFCCtennis
Quote:
Originally Posted by Twaina View Post
Dont working if i chat sethat or :sethat the image of hat with png/gif
i dont see a hat again :/
Have you uploaded the image into levels/images or possibly levels/hats?

This should work, but the script Cyan posted should work.
PHP Code:
//#CLIENTSIDE
function onPlayerChats() {
  if (
player.chat.starts("sethat")) {
    
player.attr[1] = client.ishat player.chat.tokenize()[1];
  }

Reply With Quote