🖥️Installation
How to install the script?
Insert the resource to the resources folder
Run the SQL's
ALTER TABLE `users` ADD `crafting_level` FLOAT NOT NULL DEFAULT 0 AFTER `loadout`;
Configure the config in the path
shared/config.lua
Configure the language in the path
shared/language.lua
Start the resource in your
server.cfg
file by writing:ensure px_weapon-crafting
For safety, the server remains
Last updated