View Single Post
  #2  
Old 05-24-2012, 04:35 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Why can't you use schedule event?

PHP Code:
function onActionServerSide() {
  
blah();
  
blah();
  
clientr.testvalue 0;
  
this.scheduleevent(5"ChangeTestValue"player.account);
}

function 
onChangeTestValue(pl) {
  
pl findplayer(pl);
  if (
pl != NULL) { 
    
pl.clientr.testvalue 1;
  }

__________________
Quote:
Reply With Quote