# Shell Creator

{% embed url="<https://kuzquality.com/package/6696238>" %}

## Common Issues

{% hint style="danger" %}
I can not access the command
{% endhint %}

Make sure that you've got the `command`permissions within[ "Ace permissions"](https://forum.cfx.re/t/ace-permissions/107706) (The default FiveM permissions system)

Your `server.cfg`should contain the following:

```editorconfig
add_ace group.admin command allow # allow all commands
add_principal identifier.fivem:{YOUR_FIVEM_IDENTIFIER} group.admin # Set yourself as an admin
```

{% hint style="danger" %}
\[KQ\_LINK MISSING] kq\_link is required but not running! Make sure that you've got it installed and started before kq\_shellbuilder
{% endhint %}

You need to install kq\_link and make sure that its started before this script[kq-link-or-installation-guide](https://docs.kuzquality.com/kq-link/kq-link-or-installation-guide "mention")

{% hint style="warning" %}
My doors are frozen in place and can not be opened or missing
{% endhint %}

If your (inner) doors are frozen in place or missing, make sure you have fully followed the installation guide and added `setr game_enableDynamicDoorCreation "true"`to your server.cfg file.&#x20;
