Posts: 498
Threads: 233
Joined: Aug 2013
Reputation:
0
i am creating an object system but max object is 5000,i dont wanna save them using loops for all of the 5000 objects and load them like that,it will put alot of size to the amx,i need a better way...
Posts: 528
Threads: 70
Joined: Nov 2014
Reputation:
0
Try using CreateDynamicObject
Posts: 498
Threads: 233
Joined: Aug 2013
Reputation:
0
You didnt get it,i am using it but i dont wanna do like this i = 0; i < MAX_OBJECTS;.....because it will tkae alot of memory for loading and savig and i will have a feature to list all objects