mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Give a hint, when a Vehicle is only temp
This commit is contained in:
parent
fd6302d85d
commit
fe421d5204
@ -29,4 +29,9 @@ if (_unit == player) then {
|
||||
1 fadeSound 0.15;
|
||||
};
|
||||
};
|
||||
if (_vehicle getvariable ["Vehicle_Slot","-1"] isequalto "-1") then {
|
||||
if (!(_vehicle iskindof "Paraglide") && !(_vehicle iskindof "Ejection_Seat_Base_F")) then {
|
||||
['WARNING! This is a temp Vehicle and will despawn after Restart!',5] call Epoch_Message;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user