Thread: playerscount
View Single Post
  #1  
Old 09-26-2001, 12:04 AM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
playerscount

i think having the command
like
if (created || timeout) {
setstring local.onlevel,getplayerscount(levelname.graal);
timeout = 1;
}

or
if (getplayerscount(levelname.graal)==3) {
action;
}

so it can be used to show how many people are in a certain level without having to be in there (for mini games and stuff...)
without a npc server.
Reply With Quote