21.04.2015, 18:34
well i have made a system and this system enum has more than 10 things,each one thing is like this:
when i compile i get alot of size,how is it possible to optimize this enum and make it better?
pawn Код:
enum something
{
something1[1000],
something2[1000],
something3[1000],
something4[1000],
something5[1000],
something6[1000],
something7[1000],
something8[1000],
something9[1000],
something10[1000],
};
new info[max_somethings][something]; //max_something is 250