Pixel Scripts Documentation
  • 👋Introduction
  • 🔧Admin Menu
    • 🖥️Installation
    • 🖇️Dependencies
    • 📖Configuration
  • 🔫Crafting
    • 🖥️Installation
    • 🖇️Dependencies
    • 📖Configuration
Powered by GitBook
On this page
  1. Crafting

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

PreviousCraftingNextDependencies

Last updated 1 year ago

🔫
🖥️