JixelPatterns
  • JixelPatterns Documentation
  • Troubleshooting
    • Common Issues
    • Setting Up Locations
    • FAQ
  • Dependency
    • Jim_Bridge
      • Animal Ped Support
      • Script Helpers
      • Loader Functions
      • Callbacks
      • Cameras
      • Context Menus
      • Crafting
      • DrawText
      • Dui Functions
      • Input Creator
      • Inventories
      • Job Functions
      • Make Functions
      • Meta Handlers
      • Notifications
      • Phones
      • Player Functions
      • Poly Zones
      • Progress Bars
      • Scale Entity
      • Shops
      • Skillcheck
      • Society Banking
      • Stash Control
      • Targets
      • Vehicles
      • Wrapper Functions
      • Scaleforms
  • Paid Assets
    • Jim-Mechanic
      • Common Issues
      • Installation
      • Locations
        • Creating a Location
      • The Config
        • _system_conf.lua
        • items_conf.lua
      • Exports
      • Nitrous
      • Harness + Seatbelt
      • Emergency Repair Bench
      • Odometer
      • Speedometer
      • Cosmetic Items
      • Performance Mods
      • Preview System
      • Repair System
      • Car Lifts
      • Plate Change
      • Push Vehicle
      • Stancer Kit
      • Vehicle Seat Picker
    • Jim-Bakery
      • Installation
    • Jim-BeanMachine
      • Installation
    • Jim-BurgerShot
      • Installation
    • Jim-CatCafe
      • Installation
    • Jim-Henhouse
      • Installation
    • Jim-PizzaThis
      • Installation
    • Jim-Popsdiner
      • Installation
    • Jim-Tequi-la-la
      • Installation
    • Jim-UpNAtom & Hornys
      • Installation
    • Jim-VanillaUnicorn
      • Installation
  • Free Assets
    • Jim-Mining
      • Installation
      • How To Use
        • Mining
        • Stone Washing
        • Gold Panning
    • Jim-Recycle
      • Installation
      • How To Use
        • Recycling
        • Dumpster Diving
        • Scrapping
    • Jim-Payments
      • Installation
      • How To Use
    • Jim-Shops
      • Installation
      • How To Use
    • Jim-Boarding
      • Installation
      • How To Use
    • Jim-Trains
      • Installation
      • How To Use
    • Jim-Consumbles
      • Installation
      • How To Use
    • Jim-DJBooth
      • Installation
      • How To Use
    • Jim-JobGarage
      • Installation
      • How To Use
    • Jim-Chairs
      • Installation
    • Jim-Notepad
      • Installation
      • How To Use
Powered by GitBook
On this page
  • SkillChecks
  • BreakTool
  1. Paid Assets
  2. Jim-Mechanic
  3. The Config

items_conf.lua

The File
Config = Config or {}

Config.SkillChecks = {
    antilag 			= false,
    armour 				= false,
    bprooftires 		= false,
    brakes 				= false,
    drifttires 			= false,
    engines 			= false,
    harness 			= false,
    manualtransmission 	= false,
    suspension			= false,
    transmission		= false,
    turbo				= false,
    underglow			= false,
    rims 				= false,
    tireSmoke 			= false,
    xenon 				= false,
    nos 				= false,
    repairs				= false,
    paints				= false,
    wheelRepair         = false,
}

Config.BreakTool = {
    MechanicTool = true,
    ToolBox = true,
    UnderglowController = true,
    CleaningKit = true,
    StancerKit = true,
}

SkillChecks

Toggling true or false enables a skillcheck when using the specified items When the items are used, a skillcheck (set in _system_conf.lua) will trigger, adding a "difficulty" to using the items


BreakTool

This handles the "damage" of tools when using them

Enabling these will make it so these items aren't one time only or unlimited use


Last updated 6 days ago