View Single Post
  #4  
Old 06-27-2011, 06:04 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Since a lot of people have problems with sethat and so on, here is a script for the sethat command. Ik this is not your request but maybe it will help people in the future:
PHP Code:
//#CLIENTSIDE
function onPlayerChats() 
{
  
tokens player.chat.tokenize();
  if (
player.chat.starts("sethat")) {
    
player.attr[1] = tokens[1];
  }

__________________
MEEP!
Reply With Quote