View Single Post
  #4  
Old 01-18-2009, 05:53 PM
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
Quote:
Originally Posted by Pelikano View Post
Or much simpler:

PHP Code:
function onPlayerTouchsMe() {
  if (
chat == "") {
    
chat player.account SPC "has won the race!";
sleep(3);
chat "";
  }

Remember to use PHP tags for code so you don't lose indenting.

I try to not use sleeps whenever possible, in this case you may want to make it a longer sleep.
__________________
Reply With Quote