⚙️Configuration

Detailed Configuration for hash_cooking

-- MADE BY HASH SERVICES
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------

---- DO NOT TOUCH BRACKETS

Config = {}

Config.VersionCheck = true ---- Checks if hash_cooking is up to date

Config.CookingDuration = 8000 ----- How long the cooking process should take

Config.CookingDict = 'anim@heists@narcotics@funding@gang_idle' ----- cooking dict
Config.CookingClip = 'gang_chatting_idle01' ----- cooking clip

Config.Languages = {
    ['NotEnoughMeatTitle'] = 'Not enough meat!',
    ['CookingSuccessTitle'] = 'Cooking successfully!',
    ['NotEnoughMeatDesc'] = 'You don\'t have enough meat to cook!',
    ['CookingSuccessDesc'] = 'You cooked the meat successfully!'
}

--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- MADE BY HASH SERVICES

Last updated