View Single Post
  #6  
Old 03-31-2008, 07:48 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by Tigairius View Post
It's a 1-3 second loop in a DBNPC that checks allplayers

PHP Code:
function onCreated() {
  
onTimeout();
}

function 
onTimeout() {
  for (
temp.playerallplayers) {
    if (
temp.player.head != "tig-rchead2.png" && temp.player.level.name == NULL) {
      
temp.player.head "tig-rchead2.png";
      
this.onRCLogin(temp.player.link());
    }
  }
  
setTimer(2);
}

function 
onRCLogin(pl) {
  
pl.sendpm("Hello new RC.");

Ah ;D
Reply With Quote