Thread: PM Type
View Single Post
  #2  
Old 08-13-2007, 01:13 PM
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
PHP Code:
ismasspm();
isguildpm(); 
is some of the commands ;o

PHP Code:
temp.plyr findplayer("Chompy");
if (
plyr.pmsWaiting()) {
  if (
plyr.isMassPM()) {
    
// wee, mass message
  
}else if (plyr.isGuildPM()) {
    
// wee, guild pm
  
}else{
    
// normal or admin
  
}

__________________
Reply With Quote