HUD
RegisterNetEvent('av_vehicleshop:state', function(state)
if state then
-- Hide your HUD
else
-- Show your HUD
end
end)Last updated
RegisterNetEvent('av_vehicleshop:state', function(state)
if state then
-- Hide your HUD
else
-- Show your HUD
end
end)Last updated