Added vehicle interaction menu

This commit is contained in:
hydrant
2018-12-23 21:32:45 +01:00
parent 2191e1e201
commit bffb44387b
16 changed files with 724 additions and 30 deletions

View File

@@ -256,8 +256,6 @@ namespace reallife_gamemode.Server.Util
}
}
NAPI.Util.ConsoleOutput("new data for handle " + veh.Handle.Value);
return default(VehicleSyncData); //null
}