What is MAX_PLAYERS and MAX_VEHICLES?
#3

Quote:
Originally Posted by R3SpaWn0
Посмотреть сообщение
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 код:
new FactionData[MAX_FACTIONS][factionData];
new 
FactionRanks[MAX_FACTIONS][15][32];
new 
GateData[MAX_GATES][gateData]; 
same with this? MAX_FACTIONS, MAX_GATES, WHY USING THIS MAX_&s ?
There are constant values which you can found them in a_samp.inc. They can be redefined
PHP код:
// Limits and internal constants
#define MAX_PLAYER_NAME                            (24)
#define MAX_PLAYERS                                (1000)
#define MAX_VEHICLES                            (2000)
#define MAX_ACTORS                                (1000) 
Reply


Messages In This Thread
What is MAX_PLAYERS and MAX_VEHICLES? - by R3SpaWn0 - 02.08.2018, 14:48
Re: What is MAX_PLAYERS and MAX_VEHICLES? - by Juvanii - 02.08.2018, 17:28
Re: What is MAX_PLAYERS and MAX_VEHICLES? - by Dayrion - 02.08.2018, 17:38
Re: What is MAX_PLAYERS and MAX_VEHICLES? - by R3SpaWn0 - 02.08.2018, 19:17
Re: What is MAX_PLAYERS and MAX_VEHICLES? - by ISmokezU - 02.08.2018, 22:21
Re: What is MAX_PLAYERS and MAX_VEHICLES? - by Unkovic - 02.08.2018, 22:39
Re: What is MAX_PLAYERS and MAX_VEHICLES? - by GRiMMREAPER - 02.08.2018, 23:08
Re: What is MAX_PLAYERS and MAX_VEHICLES? - by Dayrion - 03.08.2018, 07:05
Re: What is MAX_PLAYERS and MAX_VEHICLES? - by DBZdabIt3Bro7 - 03.08.2018, 17:07

Forum Jump:


Users browsing this thread: 1 Guest(s)