Skip to main content

Prison Clothes

Prison Clothes

Info

Showcase
FREE HERE

General benefits and script support

Dependencies & Installation

  • Put the script in the server and add ensure "script_name" to server.cfg
  • enjoy...

Config demo

Open Config
config.lua
  Config = {}

Config.Debug = false

Config.FrameWork = 'RSG' -- the logic of returning clothes / Standalone / RSG / VORP

Config.Reset = 'db' -- if the Framework is set to Standalone, a character reset command must be set (most often "db" or "Loadskin")

Config.Item = 'prison_clothes' -- Item for use

Config.Translation = {
PrisonOn = 'you put on prison clothes.',
PrisonOff = 'you took off your prison clothes.',
}

Config.Notif = {
cross = {"scoretimer_textures", "scoretimer_generic_cross"},
locked = {"menu_textures","stamp_locked_rank"},
tick = {"scoretimer_textures","scoretimer_generic_tick"},
money = {"inventory_items", "money_moneystack"},
alert = {"menu_textures", "menu_icon_alert"},
}


Item

sql
INSERT INTO `items`(`item`, `label`, `limit`, `can_remove`, `type`, `usable`) VALUES ('prison_clothes', 'Prison Clothes', 10, 1, 'item_standard', 1) ON DUPLICATE KEY UPDATE `limit` = 50;     

Changelog

No information to display.