jg-hud
Step-by-step guide to integrating jg-hud with mst_seatbelt
STEP 1 - Configurations

STEP 2 - Modifications
STEP 3 - Remove default sound effects
Last updated
Step-by-step guide to integrating jg-hud with mst_seatbelt

Last updated
function Framework.Client.ToggleSeatbelt(vehicle, seatbeltOn)
if GetResourceState("mst_seatbelt") == "started" and exports["mst_seatbelt"] and exports["mst_seatbelt"].SetSeatbelt then
exports["mst_seatbelt"]:SetSeatbelt(seatbeltOn)
end
-- ...or add another custom seatbelt integration here!
end