🖥️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.luaConfigure the language in the path
shared/language.luaStart the resource in your
server.cfgfile by writing:ensure px_weapon-craftingFor safety, the server remains
Last updated