-
Notifications
You must be signed in to change notification settings - Fork 757
Getmapusers
Haru edited this page Oct 19, 2016
·
1 revision
- getmapusers("Map_Name");
This function will return the number of users currently located on the specified map.
It is often used in the PVP scripts to check if a PVP room is full of not, if the number returned it equal to the maximum allowed it will not let you enter.
//This will ask the player what map they want to check that has players and return the value //of the players on the map [[input]] @map$; [[mes]] '''getmapusers'''(@map$);