Skip to main content

Washing

Washing

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 = true -- Debug print

Config.Prop = {
[1] = 'p_watertrough02x',
[2] = 'p_barrel_ladle01x',
[3] = 'p_barrelladle1x_savage',
[4] = 'p_barrel_wash01x',
[5] = 'p_watertrough01x',
}

Config.Prompts = {
interactions = 0x760A9C6F,
}

-- Key hash
-- https://github.com/mja00/redm-shit/blob/master/nuiweaponspawner/config.lua

Config.Distance = 2.0

Config.Texts = {
washing = 'Wash',
standingWater = 'Standing water',
notif = 'You washed up',
}

Config.time = 5 -- in seconds // washing time


Changelog

No information to display.