mirror of
https://github.com/APercy/airutils.git
synced 2025-03-21 18:41:21 +00:00
fixed gauges when leaving a plane
This commit is contained in:
parent
d56dbd6333
commit
bfd3f9792a
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ function airutils.dettach_pax(self, player, is_flying)
|
||||||
if not player then return end
|
if not player then return end
|
||||||
is_flying = is_flying or false
|
is_flying = is_flying or false
|
||||||
local name = player:get_player_name() --self._passenger
|
local name = player:get_player_name() --self._passenger
|
||||||
|
airutils.remove_hud(player)
|
||||||
|
|
||||||
--check for external attachment of the vehicle
|
--check for external attachment of the vehicle
|
||||||
local extern_attach = self.object:get_attach()
|
local extern_attach = self.object:get_attach()
|
||||||
|
|
Loading…
Add table
Reference in a new issue