02.08.2018, 17:38
Quote:
Hi all ! I wonder why, some variables doesn't have [MAX_PLAYERS] and other have.. why? when i have to use MAX_PLAYERS?
same with MAX_VEHICLES PHP код:
|
PHP код:
// Limits and internal constants
#define MAX_PLAYER_NAME (24)
#define MAX_PLAYERS (1000)
#define MAX_VEHICLES (2000)
#define MAX_ACTORS (1000)