28.08.2015, 12:31
I have a system, that players can buy like a business, and each business has 100 slots, like in the enum:
There is no way to remove business2 and business3 so dont suggest that,the main problem is i have to loop over them in order to do few things with them, and looping them makes the size of the max very big, is there a way to fix?
pawn Код:
businessthing1[100],
businessthing2[100],
businessthing3[100],