# Installation

## ov\_base installation

Follow these steps to install the script:

1. Download the script from your [<mark style="color:red;">Keymaster</mark>](https://keymaster.fivem.net/)
2. Drag the script in your resources
3. Add this to you your server.cfg: `start ov_base-v2`
4. Insert the sql into your database

```sql
INSERT INTO
    `items` (`name`, `label`, `weight`, `rare`, `can_remove`)
VALUES
    ('clip', 'Magazin', '1', '0', '1');

INSERT INTO
    `items` (`name`, `label`, `weight`, `rare`, `can_remove`)
VALUES
    ('vest', 'Weste', '1', '0', '1');

INSERT INTO
    `items` (`name`, `label`, `weight`, `rare`, `can_remove`)
VALUES
    ('vestpolice', 'Polizeiweste', '1', '0', '1')
```

5. Restart your server

## Have fun!
