Skip to content

Commit

Permalink
Merge pull request #1 from h0kkaido/development
Browse files Browse the repository at this point in the history
pre-release
  • Loading branch information
realsarge committed Nov 25, 2019
2 parents 38cf757 + c22c5be commit 445a176
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions HUD.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<string>((Hash)0x0499D7B09FC9B407, 2, (int)FRFuel.engineToggleControl, false), "Заглушить");
buttons.CallFunction("SET_DATA_SLOT", 0, Function.Call<string>((Hash)0x0499D7B09FC9B407, 2, (int)FRFuel.engineToggleControl, false), "Turn engine off");

buttons.CallFunction("DRAW_INSTRUCTIONAL_BUTTONS", -1);
}
Expand Down Expand Up @@ -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<string>((Hash)0x0499D7B09FC9B407, 2, (int)Control.Jump, false), "Заправить");
buttons.CallFunction("SET_DATA_SLOT", 1, Function.Call<string>((Hash)0x0499D7B09FC9B407, 2, (int)FRFuel.engineToggleControl, 0), "Завести");
buttons.CallFunction("SET_DATA_SLOT", 0, Function.Call<string>((Hash)0x0499D7B09FC9B407, 2, (int)Control.Jump, false), "Refuel");
buttons.CallFunction("SET_DATA_SLOT", 1, Function.Call<string>((Hash)0x0499D7B09FC9B407, 2, (int)FRFuel.engineToggleControl, 0), "Turn engine on");

buttons.CallFunction("DRAW_INSTRUCTIONAL_BUTTONS", -1);
}
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.7.0
1.1

0 comments on commit 445a176

Please sign in to comment.