View Single Post
  #20  
Old 06-02-2007, 06:45 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
Try something like this
PHP Code:
function onCreated()
{
  
setshape13232 );
}
function 
onActionNearacc )
{
  
chat acc SPC "is near me!";
}
//#CLIENTSIDE
function onCreated()
{
  
setTimer.1 );
}
function 
onTimeOut()
{
  if ( 
player.x in this.1this.| && player.y in this.2this.| )
  {
    
triggeractionthis..5this..5"Near"player.account );
  }
  
setTimer.1 );

__________________
Reply With Quote