Maximum Array Limit?
It is possible to make arrays bigger then array[2048] ?
|
Re: Maximum Array Limit?
What? This compiles for me with no problems:
Code:
|
Re: Maximum Array Limit?
compile yes,but if i run hl with,"new Array[65535]" ,it give me an error:
L 06/30/2006 - 19:27:12: [AMXX] Run time error 3: stack error |
Re: Maximum Array Limit?
Quote:
|
Re: Maximum Array Limit?
Try to stay away from arrays this big. If the array is global or static, it's fine. If you're doing this inside a function, and it's not static, you're going to run into performance problems, and plugin stack issues.
You can increase the amount of stackspace allocated to local function using this: Code:
|
| All times are GMT -4. The time now is 08:08. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.