diff --git a/HUD.cs b/HUD.cs index 691ed54..39db8a2 100644 --- a/HUD.cs +++ b/HUD.cs @@ -174,7 +174,7 @@ public void InstructTurnOffEngine() buttons.CallFunction("TOGGLE_MOUSE_BUTTONS", 0); buttons.CallFunction("CREATE_CONTAINER"); - buttons.CallFunction("SET_DATA_SLOT", 0, Function.Call((Hash)0x0499D7B09FC9B407, 2, (int)FRFuel.engineToggleControl, false), "Заглушить"); + buttons.CallFunction("SET_DATA_SLOT", 0, Function.Call((Hash)0x0499D7B09FC9B407, 2, (int)FRFuel.engineToggleControl, false), "Turn engine off"); buttons.CallFunction("DRAW_INSTRUCTIONAL_BUTTONS", -1); } @@ -222,8 +222,8 @@ public void InstructRefuelOrTurnOnEngine() buttons.CallFunction("TOGGLE_MOUSE_BUTTONS", 0); buttons.CallFunction("CREATE_CONTAINER"); - buttons.CallFunction("SET_DATA_SLOT", 0, Function.Call((Hash)0x0499D7B09FC9B407, 2, (int)Control.Jump, false), "Заправить"); - buttons.CallFunction("SET_DATA_SLOT", 1, Function.Call((Hash)0x0499D7B09FC9B407, 2, (int)FRFuel.engineToggleControl, 0), "Завести"); + buttons.CallFunction("SET_DATA_SLOT", 0, Function.Call((Hash)0x0499D7B09FC9B407, 2, (int)Control.Jump, false), "Refuel"); + buttons.CallFunction("SET_DATA_SLOT", 1, Function.Call((Hash)0x0499D7B09FC9B407, 2, (int)FRFuel.engineToggleControl, 0), "Turn engine on"); buttons.CallFunction("DRAW_INSTRUCTIONAL_BUTTONS", -1); } diff --git a/LICENSE.md b/LICENSE.md index 62dde19..c496b04 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright 2017 Alexander Kukhta +Copyright h0kkaido & Alexander Kukhta Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index 5408c68..fbac008 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ ## Features -+ Support for helicopters; -+ Realistic fuel consumption; -+ Customizable helicopter pads (refuel stations); -+ An ability to refuel any supported vehicle type with a fuel truck. ++ Support for helicopters ++ Realistic fuel consumption ++ Customizable helicopter pads (refuel stations) ++ An ability to refuel any supported vehicle type with a fuel truck ## Roadmap -- [ ] Add support for planes & boats; -- [ ] Add sound effects for air vehicles, e.g. low fuel alert. +- [ ] Add support for planes & boats +- [ ] Add sound effects for air vehicles, e.g. low fuel alert diff --git a/version.txt b/version.txt index a20e2d8..9459d4b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.7.0 +1.1