# In-Game Shop Creation

Admins can create new pawn shops entirely in game.

### Command

Use:

```
/createpawnshop
```

This requires the admin role defined in `Config.AdminRole`.

### Creation flow

{% stepper %}
{% step %}

### Start the wizard

Run `/createpawnshop`.
{% endstep %}

{% step %}

### Fill in the base details

Enter:

* shop name
* ped model
* ped scenario
* whether the shop is ownable
* purchase price
* starting equity
  {% endstep %}

{% step %}

### Place the shop markers

Place these in order:

* ped location
* employee computer
* vehicle spawn location
* vehicle interaction zone
* for-sale sign
  {% endstep %}

{% step %}

### Finish category setup

Choose the categories the shop will use.

Then add any special items you want to feature.
{% endstep %}

{% step %}

### Confirm and test

After creation, test:

* customer interaction
* employee computer access
* vehicle spawning
* ownership flow
  {% endstep %}
  {% endstepper %}

### Admin management menu

Use:

```
/pawnshops
```

Use it to:

* view shops and their status
* edit categories
* add or remove special items
* review logs
* delete database-created shops

### Good placement tips

* keep the ped and customer interaction close together
* place the employee computer where staff can reach it safely
* keep vehicle spawn points clear of walls and traffic
* place the for-sale sign where buyers can find it easily

### Related pages

* [Quick Start](https://envi-scripts-organization.gitbook.io/documentation/premium-scripts/envi-pawnshop/quick-start)
* [Configuration Guide](https://envi-scripts-organization.gitbook.io/documentation/premium-scripts/envi-pawnshop/configuration-guide)
* [Admin Commands](https://envi-scripts-organization.gitbook.io/documentation/premium-scripts/envi-pawnshop/admin-commands)
