Thread: players in room
View Single Post
  #32  
Old 08-23-2003, 11:52 AM
mhermher mhermher is offline
galase galase!
mhermher's Avatar
Join Date: Jun 2001
Location: Sweden, Stockholm.
Posts: 2,012
mhermher is on a distinguished road
Send a message via ICQ to mhermher Send a message via AIM to mhermher Send a message via Yahoo to mhermher
NPC Code:

//#CLIENTSIDE
if (timeout||playerenters) {
if (playerscount=>5) {
//Stuff here
}
timeout=0.05;
}


Also note if you have showcharacter NPCS (the ones which stefan put in.. that have heads, bodies and stuff counts as players to, so if you got lets say 2 of them, change the 5 to 7.
__________________
Donate money for my trip to Germany

Adiarde Manager
Reply With Quote