09.03.2017, 16:21
Quote:
If i have like 50k items on server, and every item object has DynamicArea.
Should i use: pawn Код:
|
I'd suggest y_iterate but that would be a LOT of indexes... Storing them in an standard array could be inefficient... So I think those natives would be helpful.
The best way would be to find a more efficient way to do what you're currently trying to do. That is a lot of areas.