View Single Post
  #6  
Old 05-17-2008, 08:03 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
If you want it to appear for all players instead of just you, something like this:

PHP Code:
function onActionServerSidecmddx,dy )
{
  switch ( 
cmd )
  {
    case 
"putLeaps":
    {
      for ( 
temp.players )
      {
        
a.triggerclient"gui"name"putLeaps"dxdy );
      }
      break;
    }
  }

__________________
Reply With Quote