*** Terrible Title Removed
#4

well you can try doing so, but no promises:

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


Messages In This Thread
*** Terrible Title Removed - by Life Gaming Roleplay - 25.10.2012, 12:08
Re: [HELP REQUIRED] - Facing a problem with the script. - by Kevin FOx - 25.10.2012, 12:23
Re: [HELP REQUIRED] - Facing a problem with the script. - by Life Gaming Roleplay - 25.10.2012, 12:28
Re: [HELP REQUIRED] - Facing a problem with the script. - by CmZxC - 25.10.2012, 13:13

Forum Jump:


Users browsing this thread: 1 Guest(s)