18.07.2020, 08:48
(
Last edited by xRadical3; 19/07/2020 at 09:51 AM.
)
Create a iter variable.
When you load or create new business, do this for add to iter:
Now you can only get the free slot with this function:
pawn Code:
new Iterator:Business<MAX_BUSINESS>;
pawn Code:
Iter_Add(Business, id);
pawn Code:
Iter_Free(Business);


