📃CONFIGURATION FILE

Config = {}
Config.Items = {
    ['bbq'] = 'prop_bbq_2',
    ['bbq2'] = 'prop_bbq_5',
    ['masa'] = 'prop_table_para_comb_02',
    ['msandalye'] = 'prop_skid_chair_02',
    ['ysandalye'] = 'prop_skid_chair_01',
    ['usandalye'] = 'prop_patio_lounger_2',
    ['kamp'] = 'prop_beach_fire',
    ['karavan'] = 'prop_trailer_01_new',
    ['cadir'] = 'prop_skid_tent_01',
    ['yemekd'] = 'prop_food_van_02'
}

Config.Messages = {
    ObjectPlaced = "Object placed. Press H to remove it.", -- Object placed message
    ObjectRemoved = "Object removed.",                       -- Object removed message
    ItemReturned = "Item returned to inventory!",           -- Item returned notification
}

Last updated