Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pre-release #1

Merged
merged 5 commits into from
Nov 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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