πŸ› οΈInstallation

Welcome to our installation guide! We will go through everything to make sure everything works in the end!

ov_base installation

Follow these steps to install the script:

  1. Download the script from your Keymasterarrow-up-right

  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

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')
  1. Restart your server

Have fun!

Last updated