Path: ak47_clothing/client/utils.lua
function onOpenSkinMenu()
-- here you can place trigger to hide your hud
end
function onCloseSkinMenu()
-- here you can place trigger to show your hud
end
function playCutScene()
if not cutScenePlayed then
cutScenePlayed = true
--place your cutscene here
end
end