[HELP] enum business bug
#1

Код:
enum b_Info
{
    b_Key,
	Float:b_Enterance_cord_x,
	Float:b_Enterance_cord_y,
	Float:b_Enterance_cord_z,
	Float:b_Enterance_cord_a,
	Float:b_Exit_cord_x,
	Float:b_Exit_cord_y,
	Float:b_Exit_cord_z,
	Float:b_Exit_cord_a,
	b_HasInterior,
	b_Interior,
	b_World,
	b_Owner[MAX_PLAYER_NAME],
	b_Owned,
	b_Name[128],
	b_Type,
	b_LastActive,
	b_Value,
	b_Fee,
	b_LevelReq,
	b_PremiumReq,
	b_Locked,
	b_LockedDown,
	b_Destroyed,
	b_PercentDestroyed,
	b_Cashbox,
	b_Stock,
	b_Paying,
	b_ForSale,
};
new BizInfo[100][b_Info];
Here is the problem: When new BizInfo[100][b_Info]; is set to 250 (instead of 100), and there are 250 rows in my business .txt file, the script gets bugged. At 100, the script runs fine. Is there a maximum that it limits the script at? If so, what is the maximum?
Reply


Messages In This Thread
[HELP] enum business bug - by cAMo - 14.06.2009, 23:16
Re: [HELP] enum business bug - by miokie - 14.06.2009, 23:21
Re: [HELP] enum business bug - by cAMo - 14.06.2009, 23:34
Re: [HELP] enum business bug - by KeyWay - 14.06.2009, 23:40
Re: [HELP] enum business bug - by cAMo - 14.06.2009, 23:45
Re: [HELP] enum business bug - by cAMo - 15.06.2009, 00:04

Forum Jump:


Users browsing this thread: 2 Guest(s)