16.11.2015, 11:46
Quote:
man, just post it... and dont trust that crashinfo/nativechecker plugins. sometimes they cant trace the correct location of error/warning
also u didnt answer me, is there a recorde with ID 0? in that database also replace for(new i=1 instead of for(new i=0 then recompile and try it |
Code:
for(new i=1;i<MAX_VEHICLES;i++) { if(IsVehicleOccupied(i)) continue; if(Vehicles[i][respawncar]!=1) continue; SetVehicleToRespawn(i); }
Code:
if(Vehicles[i][respawncar]!=1)