12.06.2017, 17:58
Sounds like you are creating objects and not deleting them. When the issue happens use a small command to see what id your objects are up to.
Код:
CMD:ocount(playerid, arg[]) { printf("There are %i objects currently created", Streamer_CountItems(STREAMER_TYPE_OBJECT, 1); return 1; }