if your trying to get a players count you could try....
NPC Code:
if (isweapon){
timeout=0.05;
timereverywhere;}
if (playeronline){
timeout=0.05;
server.playercount++;}else{server.playercount--;}
you could put it in a system npc..and if the rc isnt on the playeraccount it shouldnt get counted