View Single Post
  #11  
Old 07-22-2008, 09:10 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:
//#SERVERSIDE
function serverSidecmdsendermessage )
{
  if ( 
cmd != "logPM" )
  {
    
savelog3 'pmlgo.txt", message SPC "rfom' SPC sender;
  }
}
function 
onGetPMsendermessage ) )
{
  
triggerserver"gui', player.account, "logPM', sender, message;
)} 
Worked fine for me when I tested it.
__________________
Reply With Quote