ngd-christmas

The best Christmas script for your FiveM Server!

Click to purchase ngd-christmas
ngd-christmas

Installation Steps

  1. Install ngd-Bridge
    Follow the guide to install ngd-Bridge HERE.

  2. Install ngd-christmas
    Place ngd-christmas into your [ngd] folder. This script must be started after ngd-Bridge.

  3. Add Items to Your Inventory
    Copy the items listed below into your inventory.

  4. Copy Images
    Move the images from the img folder into your inventory's images folder.

  5. Add the items into your framework/inventory.

Items List (OX) (Click to Expand)
["ngd_christmaspresent"] = {
    label = "Christmas Present",
    weight = 0,
    stack = true,
    close = true,
    description = "",
    client = {
        image = "ngd_christmaspresent.png",
    }
},
["ngd_christmaspresent2"] = {
    label = "Christmas Present",
    weight = 0,
    stack = true,
    close = true,
    description = "",
    client = {
        image = "ngd_christmaspresent2.png",
    }
},
["ngd_christmaspresent3"] = {
    label = "Christmas Present",
    weight = 0,
    stack = true,
    close = true,
    description = "",
    client = {
        image = "ngd_christmaspresent3.png",
    }
},
["ngd_christmaspresent4"] = {
    label = "Christmas Present",
    weight = 0,
    stack = true,
    close = true,
    description = "",
    client = {
        image = "ngd_christmaspresent4.png",
    }
},
["ngd_christmaspresent5"] = {
    label = "Christmas Present",
    weight = 0,
    stack = true,
    close = true,
    description = "",
    client = {
        image = "ngd_christmaspresent5.png",
    }
},
["ngd_christmaspresent6"] = {
    label = "Christmas Present",
    weight = 0,
    stack = true,
    close = true,
    description = "",
    client = {
        image = "ngd_christmaspresent6.png",
    }
},
["ngd_christmasglobe"] = {
    label = "Snow Globe",
    weight = 0,
    stack = true,
    close = true,
    description = "",
    client = {
        image = "ngd_christmasglobe.png",
    }
},
["ngd_christmashotchocolate"] = {
    label = "Hot Chocolate",
    weight = 0,
    stack = true,
    close = true,
    description = "",
    client = {
        image = "ngd_christmashotchocolate.png",
    }
},
["ngd_christmassbmaker"] = {
    label = "Snowball Maker",
    weight = 0,
    stack = true,
    close = true,
    description = "",
    client = {
        image = "ngd_christmassbmaker.png",
    }
},
["ngd_christmas_snowman"] = {
    label = "Build-A-Snowman",
    weight = 0,
    stack = true,
    close = true,
    description = "",
    client = {
        image = "ngd_christmas_snowman.png",
    }
},
Items List (QB Format #1) (Click to Expand)
ngd_christmaspresent = { name = 'ngd_christmaspresent', label = 'Christmas Present', weight = 0, type = 'item', image = 'ngd_christmaspresent.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
ngd_christmaspresent2 = { name = 'ngd_christmaspresent2', label = 'Christmas Present', weight = 0, type = 'item', image = 'ngd_christmaspresent2.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
ngd_christmaspresent3 = { name = 'ngd_christmaspresent3', label = 'Christmas Present', weight = 0, type = 'item', image = 'ngd_christmaspresent3.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
ngd_christmaspresent4 = { name = 'ngd_christmaspresent4', label = 'Christmas Present', weight = 0, type = 'item', image = 'ngd_christmaspresent4.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
ngd_christmaspresent5 = { name = 'ngd_christmaspresent5', label = 'Christmas Present', weight = 0, type = 'item', image = 'ngd_christmaspresent5.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
ngd_christmaspresent6 = { name = 'ngd_christmaspresent6', label = 'Christmas Present', weight = 0, type = 'item', image = 'ngd_christmaspresent6.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
ngd_christmasglobe = { name = 'ngd_christmasglobe', label = 'Snow Globe', weight = 0, type = 'item', image = 'ngd_christmasglobe.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
ngd_christmassbmaker = { name = 'ngd_christmassbmaker', label = 'Snowball Maker', weight = 0, type = 'item', image = 'ngd_christmassbmaker.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
ngd_christmas_snowman = { name = 'ngd_christmas_snowman', label = 'Build-A-Snowman', weight = 0, type = 'item', image = 'ngd_christmas_snowman.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },


    
Items List (QB Format #2) (Click to Expand)
['ngd_christmaspresent'] = {['name'] = 'ngd_christmaspresent',    ['label'] = 'Christmas Present', ['weight'] = 0,   ['type'] = 'item',  ['image'] = 'ngd_christmaspresent.png',  ['unique'] = false, ['useable'] = false,   ['shouldClose'] = false,  ['combinable'] = nil,   ['description'] = ''},
['ngd_christmaspresent2'] = {['name'] = 'ngd_christmaspresent2',    ['label'] = 'Christmas Present', ['weight'] = 0,   ['type'] = 'item',  ['image'] = 'ngd_christmaspresent2.png',  ['unique'] = false, ['useable'] = false,   ['shouldClose'] = false,  ['combinable'] = nil,   ['description'] = ''},
['ngd_christmaspresent3'] = {['name'] = 'ngd_christmaspresent3',    ['label'] = 'Christmas Present', ['weight'] = 0,   ['type'] = 'item',  ['image'] = 'ngd_christmaspresent3.png',  ['unique'] = false, ['useable'] = false,   ['shouldClose'] = false,  ['combinable'] = nil,   ['description'] = ''},
['ngd_christmaspresent4'] = {['name'] = 'ngd_christmaspresent4',    ['label'] = 'Christmas Present', ['weight'] = 0,   ['type'] = 'item',  ['image'] = 'ngd_christmaspresent4.png',  ['unique'] = false, ['useable'] = false,   ['shouldClose'] = false,  ['combinable'] = nil,   ['description'] = ''},
['ngd_christmaspresent5'] = {['name'] = 'ngd_christmaspresent5',    ['label'] = 'Christmas Present', ['weight'] = 0,   ['type'] = 'item',  ['image'] = 'ngd_christmaspresent5.png',  ['unique'] = false, ['useable'] = false,   ['shouldClose'] = false,  ['combinable'] = nil,   ['description'] = ''},
['ngd_christmaspresent6'] = {['name'] = 'ngd_christmaspresent6',    ['label'] = 'Christmas Present', ['weight'] = 0,   ['type'] = 'item',  ['image'] = 'ngd_christmaspresent6.png',  ['unique'] = false, ['useable'] = false,   ['shouldClose'] = false,  ['combinable'] = nil,   ['description'] = ''},['ngd_christmasglobe'] = {['name'] = 'ngd_christmasglobe',    ['label'] = 'Snow Globe', ['weight'] = 0,   ['type'] = 'item',  ['image'] = 'ngd_christmasglobe.png',  ['unique'] = false, ['useable'] = false,   ['shouldClose'] = false,  ['combinable'] = nil,   ['description'] = ''},
['ngd_christmashotchocolate'] = {['name'] = 'ngd_christmashotchocolate',    ['label'] = 'Hot Chocolate', ['weight'] = 0,   ['type'] = 'item',  ['image'] = 'ngd_christmashotchocolate.png',  ['unique'] = false, ['useable'] = false,   ['shouldClose'] = false,  ['combinable'] = nil,   ['description'] = ''},
['ngd_christmassbmaker'] = {['name'] = 'ngd_christmassbmaker',    ['label'] = 'Snowball Maker', ['weight'] = 0,   ['type'] = 'item',  ['image'] = 'ngd_christmassbmaker.png',  ['unique'] = false, ['useable'] = false,   ['shouldClose'] = false,  ['combinable'] = nil,   ['description'] = ''},
['ngd_christmas_snowman'] = {['name'] = 'ngd_christmassbmaker',    ['label'] = 'Build-A-Snowman', ['weight'] = 0,   ['type'] = 'item',  ['image'] = 'ngd_christmas_snowman.png',  ['unique'] = false, ['useable'] = true,   ['shouldClose'] = false,  ['combinable'] = nil,   ['description'] = ''},


Configuration Notes

  • Extensive Configuration Options
    Open and configure all the Config files to match your server's settings.

  • Melted Snowman
    The script comes with two snowmen props, one complete and one melted. If the config option - Config.UseSkillcheck is true, it will perform the minigame in the editableclient.lua file. If the minigame fails, the melted snowman is spawned, if it passes, the real snowman spawns.

Do you still need help? Open a ticket in our Discord {.is-warning}