16.04.2015, 23:24
Well,i have made system for objects in houses,it's all fine,but the problem is that i loop alot,each dialog has a loop,and the loop is :
The problem is that MAX_HOUSEOBJECTS is 5000,and it makes amx size like 3000 kb,but when i set MAX_HOUSEOBJECTS to 50 the amx file decreases alot,how can i make it loop all over the objects and find them and ...without that much of size?
pawn Код:
for(new example = 0; example < MAX_HOUSESOBJECTS; example++)
{
//code
}