Thread: script help!
View Single Post
  #2  
Old 01-18-2009, 06:53 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
You're mixing GS1 and GS2, which is always bad. You also don't seem to have a grasp of clientside and serverside.

PHP Code:
function onPlayerChats() {
  if (
player.chat == "/start") {
    for (
temp.50--) {
      
chat i;
      
sleep(1);
    }
    
    
chat "Begin Sparring!";
    
hide();
    
    
sleep(1);
    
chat "";
  }
  if (
player.chat == "/reset" && player.guild == "Events Team") {
    
sleep(.1);
    
show();
  }

__________________
Reply With Quote