Thread: playerisrc...
View Single Post
  #6  
Old 04-20-2002, 07:21 PM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
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
__________________
Reply With Quote