View Single Post
  #9  
Old 08-24-2002, 06:49 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by user13-xo


This will not work since actionplayeronline is for players and not RCs, correct me if i'm wrong.
rc's dont see heads though o_O I personally would do somethin like
if(created){
timeout = 5;
}
if(timeout){
if(this.oldcount != allplayerscount){
stuff
}
this.oldcount = allplayerscount;
timeout = 5;
}