
09-26-2001, 12:04 AM
|
|
Banned
|
 |
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
|
|
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. |
|
|
|