Thread: Minimap trouble
View Single Post
  #4  
Old 11-10-2005, 07:14 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Correct would be this i guess:
PHP Code:
function checkForPMs() {
  for (
plallplayers) {
    if (
pl.pmswaiting())
      return 
true;
  }
  return 
false;

Reply With Quote