Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   PM Type (https://forums.graalonline.com/forums/showthread.php?t=76248)

Angel_Light 08-13-2007 02:59 AM

PM Type
 
Is there a way to detect the type of PM the player has, eg guild, toall, staff etc

Chompy 08-13-2007 01:13 PM

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
  
}



Angel_Light 08-13-2007 06:27 PM

thank-you so much ^^

Chompy 08-13-2007 06:31 PM

no problem :)

zokemon 08-13-2007 06:34 PM

I wish I could rep more then once a day...


All times are GMT +2. The time now is 01:18 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.