30.03.2016, 11:28
Check under gamemodeinit ensure you have this:
under your load vehicles script, add this:
Also, show your Car_Spawn(i) script
pawn Код:
mysql_log(LOG_ALL);
pawn Код:
new string [128];
format(string, sizeof(string), "Car Siren == %d", CarData[i][carSiren]);
printf(string);