View Single Post
  #2  
Old 06-09-2007, 01:15 AM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
hmm
I think it is something like
PHP Code:
function onPM() {
  if (
params[0] == "test") {
    
sendpm("Test Message");
  }

Not sure tho..
I think params[0] is what you pm the player
__________________
Reply With Quote