02.12.2015, 01:49
printf("MAX_VEHICLES = %i",MAX_VEHICLES); on gamemodeinit.
Also about printf not being displayed you could try the following:
Also about printf not being displayed you could try the following:
Код:
if(VehiclesLoaded == 0) { print("No vehicles loaded."); } else { printf("Total %i vehicles spawned",VehiclesLoaded); }