View Single Post
  #2  
Old 01-18-2009, 05:47 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
PHP Code:
function onPlayerTouchsMe() {
  if (
chat == "") {
    
chat player.account SPC "has won the race!";
  }

You'll have to add some command for staff to reset the winner, by using something like this:

PHP Code:
function onPlayerChats() {
  if (
player.guild == "Staff" && player.chat == "/reset") {
    
chat "";
  }

__________________
Reply With Quote