Switch to edit mode.
Name(s): h1: player:tell("This setting determines the maximum number of users your game will allow")
2: player:tell("in the game. The larger this value is, the more performance loss there")
3: player:tell("will be within the game itself.")
4: player:Tell("")
5: player:Tell(tostr(this.def_players) + " players is recommended")
6: player:tell("")
7: players = 0
8: while (players < 100 || players > 500)
9: players = toint($cmd_utils:read("SELECT MAXIMUM USERS. FROM 100 TO 500 PLAYERS."))
10: endwhile
11: this.max_players = players
12: this:look_self()
13: "Last modified by Dax (#789) on Tue May 3 14:09:37 2005 MDT."