27.06.2016, 12:02
I didn't really understand that command but you may add:
So if it used you add there:
Код:
#define MAX_LOADS somenumberhere new bool:IsLoadUsed[MAX_LOADS];
Код:
IsLoadUsed[id] = true; or false;