25.10.2012, 13:13
well you can try doing so, but no promises:
make a global variable called
to the end of your LoadVehicles() loop make
and in the very beginning of the loop, before the format, add
This is completely untested, so there are no promises from me, this is just a suggestion.
make a global variable called
pawn Код:
new vSpawned[MAX_VEHICLES];
pawn Код:
vSpawned[i] = 1;
pawn Код:
if(vSpawned[i]) continue;