View Single Post
  #3  
Old 12-14-2007, 10:32 PM
gemini2 gemini2 is offline
Fincayran Loser
gemini2's Avatar
Join Date: Jun 2007
Location: Georgia
Posts: 174
gemini2 is on a distinguished road
Send a message via AIM to gemini2 Send a message via MSN to gemini2
PHP Code:
temp.findplayer("gemini2");
if (
p.pmswaiting()) {
  if (
p.isguildpm()) {
    
// GUILD PM
  
}else if (p.ismasspm()) {
    
// MASS PM
  
}
  
// etc.






Quote:
Originally Posted by Googi View Post
For staff messages:

PHP Code:
//#CLIENTSIDE
function onWhatever() {
  for (
plallplayers) {
    if (
pl.pmswaiting()) {
      
//check if pl.account is wearing a staff tag
    
}
  }

From what I see, that will check every players on the server if they have a pm on wait :O
__________________
Quote:
Originally Posted by Crystia RC
*Angelu: i said the tuba isnt fitting
Oinkness: well use some lube
Quote:
Originally Posted by Angelu View Post
for me the hole is to big and its a way to thin :O
Reply With Quote