Renovax Scripts
  • Hi
  • Yortis Series
    • Interactions
      • Instalation
      • Config
      • TEBEX
    • Food system
      • Instalation
      • Config
      • TEBEX
  • Golden Meow Series
    • Notification
      • Instalation
      • Showcase
      • TEBEX
  • Nobody
    • Electrician job
      • Config
      • Minigames
      • Instalation
      • TEBEX
Powered by GitBook
On this page
  1. Yortis Series
  2. Interactions

Config

Config.Items = {'handcuffs', 'rope'} -- You can add more items if you want like zipties and etc..

Config.EnableHandcuffTimer        = true -- Enable handcuff timer? will unrestrain player after the time ends.
Config.HandcuffTimer              = 10 * 60000 -- 10 minutes.
Config.ShowNotificationText       = "The person must be handcuffed or raise their hands"
Config.RequiredItem               = "You need handcuffs or a rope"
Config.Unrestrained_timer         = "You feel your handcuffs becoming fragile"
Config.search                     = "Search"
Config.search_img                 = "fa-solid fa-person"
Config.handcuff                   = "Handcuff"
Config.handcuff_img               = "fa-solid fa-handcuffs"
Config.escort                     = "Escort"
Config.escort_img                 = "fa-solid fa-people-pulling"
Config.putveh                     = "Put in vehicle"
Config.putveh_img                 = "fa-solid fa-people-pulling"
Config.ID                         = "Check ID card"
Config.ID_img                     = "fa-solid fa-id-card"
Config.ID_driver                  = "Check driving license"
Config.ID_driver_img              = "fa-solid fa-id-card-clip"
Config.outveh                     = "Take out of vehicle"
Config.outveh_img                 = "fa-solid fa-people-pulling"
Config.billing_title              = "Invoice"
Config.input                      = "Enter a value"
Config.billing                    = "Create an invoice"
Config.billing_img                = "fa-solid fa-euro-sign"
Config.Unemployed                 = "You are not part of a company"
PreviousInstalationNextFood system