LEGACY SCRIPT
  • 💻LEGACY SCRIPT DOCUMENTATION
  • 🆓FREE RELEASE
    • 🏦LGF_BANKING
      • 🎲CONFIGURATION (CONVARS)
      • 🧠INSTALLATION
      • 🖋️FUNCTIONS
      • ✈️EXPORTS
    • 🚗ENT510 OX GARAGE
    • 🏠ENT510 HOUSING SYSTEM
      • ⚙️DEPENDENCY
      • 🛠️INSTALLATION
      • 🎮CONFIGURATION
    • 🦊ENT510 CHAT V1
      • 🛠️INSTALLATION
      • 🎮CONFIGURATION
      • 💻UTILITY
      • 🖇️INFORMATION
    • 🔫ENT510 CRIMINAL MENU
      • ⚙️DEPENDENCY
      • 🛠️INSTALLATION
      • 🎮UTILITY
      • 🖇️INFORMATION
    • 👕ENT510 BAG OUTFIT
      • ⚙️DEPENDENCY
      • 🛠️INSTALLATION
      • 💻UTILITY
      • 🖇️INFORMATION
  • 💰PAID RELEASE
    • 🚗ENT510 ADVANCED GARAGE
      • ⚙️DEPENDENCY
      • 🛠️INSTALLATION
      • 📦EXPORTS
    • 🌎LEGACY JOB CREATOR
      • ⚙️DEPENDENCY
      • 🛠️INSTALLATION
      • 🎮CONFIGURATION
    • 👕LGF CHAR CREATOR
      • 🏅EXPORTS / EVENT
  • 🌎LGF UTILITY
    • 👨‍💻INIT CORE
    • ✈️COMMON
      • 🌙CL COMMON REPLACEMENT
      • 🌙SERVER COMMON REPLACEMENT
      • 🌜CL COMMON REPLACEMENT (FRAMEWORK)
      • 🌜SV COMMON REPLACEMENT (FRAMEWORK)
    • 🔋ENTITY CACHE
      • 👩‍🔬CL CACHE
    • ⚒️FUNCTION UTILITY
Powered by GitBook
On this page
  • Configuration (Convars)
  • Dependency
  1. FREE RELEASE
  2. LGF_BANKING

CONFIGURATION (CONVARS)

Configuration (Convars)

To configure LGF_Banking, follow these steps:

  1. Open your server.cfg file: This file is usually located in your server's root directory.

  2. Add the following lines to your server.cfg file: These settings allow you to set the language and enable debug mode for troubleshooting purposes.

## Convars LGF Banking
setr LGF_Banking:Traduction en ## locales check locales 
setr LGF_Banking:Getdebug true ## enable or disable Debug
setr LGF_Banking:RunSqlTable false ## Run and create SQL table for banking
setr LGF_Banking:EnableRobberyNpc true ##Enable Stealing NPC and remove Sell Stealing Card
setr LGF_Banking:MetadataNPC en ## Language Metadata for Stealed Card -- it , en 
setr LGF_Banking:EnablePrinterMenuCommand true ## Enable o Disable command for printer menu
setr LGF_Banking:PrinterMenuCommand "printer" ## Command for open Printer Menu
setr LGF_Banking:EnableAllAtmBlips true ## Enable or Disable all Atm's Blips
setr LGF_Banking:EnableOxHooksCheck false ## If true, the item cannot be moved from the player's inventory to any stash, etc. (prevent bugs and crafty people)
setr LGF_Banking:ReturnTypeSerial 1 ## Serial type to generate: 1) generic (letters and numbers), 2) Return letters only, 3) Return numbers only
  1. Save the file: After making the changes, save and close the server.cfg file.

  2. Restart your server: For the changes to take effect, you need to restart your game server.

Dependency

  • ox_inventory

  • ox_target

  • ox_lib

General configuration in server.cfg, follow the corresponding documentation to configure these dependencies.

Last updated 1 year ago

🆓
🏦
🎲