Added tuning sync for headhlights and turbo, added siren silence (B key)

This commit is contained in:
hydrant
2018-12-09 14:05:26 +01:00
parent b205cbe93a
commit 92e344d79c
7 changed files with 112 additions and 9 deletions

View File

@@ -11,7 +11,8 @@ namespace reallife_gamemode.Server.Managers
{
private static readonly List<string> _enabledMods = new List<string>()
{
"polamggtr"
"polamggtr",
"g65amg"
};
private static Dictionary<int, NetHandle> _serverVehicles = new Dictionary<int, NetHandle>();