Start offloading veh buy logic to clientside

This commit is contained in:
Vortrex
2021-12-03 10:23:41 -06:00
parent 23818af24a
commit 271e512d46
2 changed files with 14 additions and 1 deletions

View File

@@ -1075,4 +1075,10 @@ function updateAllInteriorVehiclesForPlayer(client, interior, dimension) {
}
}
// ===========================================================================
function setPlayerBuyingVehicleState(state, vehicle, position) {
}
// ===========================================================================