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;
}