Added interior marker / textlabel repositioning when changing enter / exit position

This commit is contained in:
hydrant
2018-12-25 12:14:32 +01:00
parent d22cf6e1ba
commit 13a0997d53
6 changed files with 75 additions and 4 deletions

View File

@@ -62,7 +62,9 @@ namespace reallife_gamemode.Server.Managers
"zr3803",
"flashgt",
"gb200",
"dominator3"
"dominator3",
"models",
"teslamodels"
};
private static Dictionary<int, NetHandle> _serverVehicles = new Dictionary<int, NetHandle>();