Thread: Privet Messages
View Single Post
  #1  
Old 02-17-2007, 09:15 AM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
Private Messages

HTML Code:
function onPM(fromAccount, messageText)
{
  echo(temp.fromAccount SPC "sent" SPC temp.messageText);
}
The text works, however it doesn't send the account! The first param being non-existent!

Last edited by Chandler; 02-17-2007 at 09:26 PM.. Reason: Private Messages
Reply With Quote