Pulse Scipts
StoreDiscordGithub
  • Documentation for Pulse Scripts
  • Paid Scripts
    • 💰Drug Dealer V2
      • Installation
      • Config File
      • Server Exports
    • 🔓Wheel Lock
      • Installation
      • Config File
    • 🥙Restaurants
      • 😻UwU Cat Cafe
        • Installation
        • Preview Config
        • Common Issues
      • 🍔HornyBurgers
        • Installation
        • Preview Config
        • Common Issues
      • ☕Bean Machine
        • Installation
        • Preview Config
        • Common Issues
      • 🧋BubbleGum Cafe
        • Installation
        • Preview Config
        • Common Issues
      • 🍕Pizza This
        • Installation
        • Preview Config
        • Common Issues
      • 🐟Pearls
        • Installation
        • Preview Config
        • Common Issues
      • 🍔BurgerShot
        • Installation
        • Preview Config
        • Common Issues
      • 🍅UpnAtom
        • Installation
        • Preview Config
        • Common Issues
      • 🌮Taco
        • Installation
        • Preview Config
        • Common Issues
      • 🍩Rusty Browns
        • Installation
        • Preview Config
        • Common Issues
  • 🆓Free Scripts
    • 🖨️Printer
      • Installation
      • Config File
      • Common Issues
    • 💵Fraud
      • Installation
      • Config File
    • 💲Check Player Money
      • Installation
Powered by GitBook
On this page
  1. Free Scripts
  2. Printer

Config File

```lua
lib.locale()

Config = {}

Config.Debug = false

Config.Notify = 'ox' --ox, esx, okok,qb,wasabi,custom


Config.PrinterModel = {`prop_printer_02`,`prop_printer_01`}

Config.ItemName = 'paper'

Config.Print = {
    Price = 50, --Price
    Account = 'bank' --This is the account your money will be deducted
}

Config.EnableLocation = false

Config.Locations = {
    {coords = vector3(451.53, -923.32, 28.44), heading = 190.0, object = "prop_printer_02"},
    -- Add more locations with coords and heading
}
```
```
PreviousInstallationNextCommon Issues

Last updated 3 months ago

🆓
🖨️