> For the complete documentation index, see [llms.txt](https://docs.menanak47.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.menanak47.com/esx/ak47_clothing/integration.md).

# Integration

### Path: ak47\_clothing/client/utils.lua

```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
```

```lua
function playCutScene()
    if not cutScenePlayed then
        cutScenePlayed = true
        
        --place your cutscene here
    end
end
```
