30.09.2010, 15:09
Quote:
MAX_PLAYERS is slower than GetMaxPlayers() if you are NOT talking about full servers
- MAX_PLAYERS defines to 500 players - GetMaxPlayers() defines to the row of "slots" in "server.cfg" / not sure |
Quote:
* Speed order Different language features take different times to execute, in general the order is (from fastest to slowest): * Nothing * Constants (MAX_PLAYERS) * Variables * Arrays * Native functions (GetMaxPlayers()) * Custom functions * Remote functions |