08.11.2013, 20:32
What is value of MAX_FACTION_CARS ?
If it less than 2000, Try change it to 2000 or more than, or change some code in cmd.
Hope it work.
Bye
If it less than 2000, Try change it to 2000 or more than, or change some code in cmd.
Код:
for(new i=1;i<MAX_FACTION_CARS;i++) { SetVehicleToRespawn(FactionCars[tId][i]); }
Bye