Quote:
|
Originally Posted by Warcaptain
I was making an 'away message' type system for starters...
|
You can probably make use of onPM() then.
I am not sure, but I think the syntax is:
PHP Code:
function onPM(pl) {
}
Where pl is the player that pmed you.