04.12.2014, 17:07
Код:
Fix placas: public InfoVeiculo() { for(new vehicleid; vehicleid < MAX_VEHICLES; vehicleid++) { new string3[10]; format(string3, sizeof(string3),"ABC-%04d", vehicleid); SetVehicleNumberPlate(vehicleid, string3); SetVehicleToRespawn(vehicleid); } return true; } Fix loop: for(new Veiculo; Veiculo < MAX_VEHICLES; Veiculo++) { new engine, lights, alarm, doors, bonnet, boot, objective; GetVehicleParamsEx(Veiculo, engine, lights, alarm, doors, bonnet, boot, objective); SetVehicleParamsEx(Veiculo, 0, lights, 0, doors, bonnet, boot, objective); }