31.12.2008, 22:43
because GetPlayerPos(playerid, oldposx, oldposy, oldposz); is used ObjectTotal times
useless...
another thing:
Object[dObjectID][Used] = 0;
Object[x][Used] = 1;
why integer? you waste memmory... better is to use boolean data type
useless...another thing:
Object[dObjectID][Used] = 0;
Object[x][Used] = 1;
why integer? you waste memmory... better is to use boolean data type

