π οΈInstallation
Welcome to our installation guide! We will go through everything to make sure everything works in the end!
ov_base installation
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')Have fun!
Last updated