15.04.2015, 09:32
Using loop to destroy and create objects will decrease the size of amx file. Using separate lines to create each object, which would be 5000 lines, would actually increase the size of amx file. Looping is the best method, but looping is slightly slow as first object data needs to be loaded from database.