ManualVehicleEngineAndLights();
for(new i =0; i<MAX_VEHICLES;i++) {
Tank[i] = STANDART;
Motor[i]=false;
GetVehicleParamsEx(i,engine,lights,alarm,doors,bonnet,boot,objective);
SetVehicleParamsEx(i,VEHICLE_PARAMS_OFF,lights,alarm,doors,bonnet,boot,objective);
}
timer[1] = SetTimer("Speedometer",1000, 1);
timer[2] = SetTimer("Gas", SECONDS * 1000, 1);
for (new i=0; i<MAX_PLAYERS; i++) {
Tacho[i] = TextDrawCreate(460.000000, 381.500000, " ");
TextDrawBackgroundColor(Tacho[i], 255);
TextDrawFont(Tacho[i], 1);
TextDrawLetterSize(Tacho[i], 0.32, 0.97);
TextDrawColor(Tacho[i], -1);
TextDrawSetOutline(Tacho[i], 0);
TextDrawSetProportional(Tacho[i], 1);
TextDrawSetShadow(Tacho[i], 1);
TextDrawHideForAll(Tacho[i]);
}