22.05.2014, 15:05
I had a similar problem when i started a script from scratch....
I have created a variable with an enum and my the script size was about 20MB, when i find it out that i have a problem with the enum when i fixed it the size of my script has reduced to 2.8MB...
I want to say check your enums (especially if you creating an "3D" variable enum ve { array[50] }; new variable[50][ve]; )
I have created a variable with an enum and my the script size was about 20MB, when i find it out that i have a problem with the enum when i fixed it the size of my script has reduced to 2.8MB...
I want to say check your enums (especially if you creating an "3D" variable enum ve { array[50] }; new variable[50][ve]; )

