11.12.2016, 06:46
Similar but not the same
Quote:
new veh[2] = { 400, 401 }; for(new i; i < sizeof(veh); i++) { if(GetVehicleModel(vmodel) == veh[i]) //You should index an i inside. } |