🏠
Artz Script Documents
  • Home
  • Scripts
    • Artz Police Dispatch
      • Installation
      • API Functions
    • Artz Emotes Menu
      • Installation
    • Housing System
      • Installation
      • Framework
      • Configuration
      • Open Functions
      • API
    • Dance Battle
  • REDM SCRIPTS
    • Printer Script
      • Installation
      • Basic Config
Powered by GitBook
On this page
  1. REDM SCRIPTS
  2. Printer Script

Basic Config

This is a part of config

Config = {}

Config.Debug = true
Config.DebugPoints = false

Config.OpenPrinterKey = 0x760A9C6F -- G

Config.NewspaperItem = "newspaper"
Config.BookItem = "book"

Config.NewsPrinters = {
    ["printer_1"] = {
        label = "Printer Saint Denis",
        coords = vector3(2687.9429, -1149.9263, 50.5734),
        radius = 2.0,
        job = "journalist",
        grade = 1, -- Grade Min
    },
    -- Add more printers for jobs
}

Config.PaperTextures = {
    { id = "none",      url = "",                       name = "Sin Textura" },
    { id = "default",   url = "./paper_texture.jpeg",   name = "Papel Estándar" },
    { id = "parchment", url = "./paper_parchment.jpeg", name = "Pergamino" },
    { id = "newspaper", url = "./paper_news.jpg",       name = "Papel Periódico" },
}

Config.Locale = 'en'
PreviousInstallation

Last updated 8 days ago