Skip to content

Commit

Permalink
Merge pull request #2 from Urek00Bg/main
Browse files Browse the repository at this point in the history
Blips changes
  • Loading branch information
Tuncion authored Dec 10, 2024
2 parents fb10d4f + 1ed2907 commit edbc0b4
Showing 1 changed file with 41 additions and 14 deletions.
55 changes: 41 additions & 14 deletions settings/DreamCore.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,34 @@ DreamFramework = {} -- Do not touch this!!!
DreamCore = {} -- Do not touch this!!!

-- Dream Christmas Settings
-- Blip names (Feel free to change these to your liking)
local SnowmanBlip1 = "β˜ƒοΈ Snowman" --(Blip 1)
local SnowmanBlip2 = "β˜ƒοΈ Snowman"
local SnowmanBlip3 = "β˜ƒοΈ Snowman" --(Blip 3)
local ChristmasTreeBlip1 = "πŸŽ„ Christmas Tree" --(Blip 1)
local ChristmasTreeBlip2 = "πŸŽ„ Christmas Tree"
local ChristmasTreeBlip3 = "πŸŽ„ Christmas Tree"
local ChristmasTreeBlip4 = "πŸŽ„ Christmas Tree"
local ChristmasTreeBlip5 = "πŸŽ„ Christmas Tree"
local ChristmasTreeBlip6 = "πŸŽ„ Christmas Tree"
local ChristmasTreeBlip7 = "πŸŽ„ Christmas Tree" -- (Blip 7)
local ChristmasPresentBlip1 = "🎁 Christmas Present" -- (Blip 1)
local ChristmasPresentBlip2 = "🎁 Christmas Present"
local ChristmasPresentBlip3 = "🎁 Christmas Present"
local ChristmasPresentBlip4 = "🎁 Christmas Present" -- (Blip 4)
--[[If you want to add more blips in the future you can do so like this
local SnowmanBlip4 = "β˜ƒοΈ Snowman" --for snowman
local ChristmasTreeBlip8 = "πŸŽ„ Christmas Tree" --for christmas tree
local ChristmasPresentBlip5 = "🎁 Christmas Present" for christmas present
After this head to the end of ** DreamCore.PropSystem / DreamCore.ChristmasTree / DreamCore.ChristmasPresents **,
copy the last created prop, add a new one and use one of the names set above (SnowmanBlip4/ChristmasTreeBlip8/ChristmasPresentBlip5)
]]

DreamCore.Language = 'en'
DreamCore.GiveCredits = true -- Set to false if you don't want to give credits

DreamCore.Inventory = function()
if GetResourceState('ox_inventory') == 'started' then
return 'ox'
Expand Down Expand Up @@ -88,14 +114,15 @@ DreamCore.PropSystemRewards = {
{ type = 'weapon', weapon = 'weapon_pistol', ammo = { min = 12, max = 24 } },
{ type = 'money', account = 'bank', amount = { min = 100, max = 2500 } },
}

DreamCore.PropSystem = {
{
model = 'xm3_prop_xm3_snowman_01a',
blip = {
sprite = 161,
color = 0,
scale = 0.6,
name = 'β˜ƒοΈ Snowman'
name = SnowmanBlip1
}
},
{
Expand All @@ -104,7 +131,7 @@ DreamCore.PropSystem = {
sprite = 161,
color = 0,
scale = 0.6,
name = 'β˜ƒοΈ Snowman'
name = SnowmanBlip2
}
},
{
Expand All @@ -113,7 +140,7 @@ DreamCore.PropSystem = {
sprite = 161,
color = 0,
scale = 0.6,
name = 'β˜ƒοΈ Snowman'
name = SnowmanBlip3
}
}
}
Expand All @@ -139,7 +166,7 @@ DreamCore.ChristmasTree = {
sprite = 855,
color = 69,
scale = 0.9,
name = 'πŸŽ„ Christmas Tree'
name = ChristmasTreeBlip1
}
},
{
Expand All @@ -151,7 +178,7 @@ DreamCore.ChristmasTree = {
sprite = 855,
color = 69,
scale = 0.9,
name = 'πŸŽ„ Christmas Tree'
name = ChristmasTreeBlip2
}
},
{
Expand All @@ -163,7 +190,7 @@ DreamCore.ChristmasTree = {
sprite = 855,
color = 69,
scale = 0.9,
name = 'πŸŽ„ Christmas Tree'
name = ChristmasTreeBlip3
}
},
{
Expand All @@ -175,7 +202,7 @@ DreamCore.ChristmasTree = {
sprite = 855,
color = 69,
scale = 0.9,
name = 'πŸŽ„ Christmas Tree'
name = ChristmasTreeBlip4
}
},
{
Expand All @@ -187,7 +214,7 @@ DreamCore.ChristmasTree = {
sprite = 855,
color = 69,
scale = 0.9,
name = 'πŸŽ„ Christmas Tree'
name = ChristmasTreeBlip5
}
},
{
Expand All @@ -199,7 +226,7 @@ DreamCore.ChristmasTree = {
sprite = 855,
color = 69,
scale = 0.9,
name = 'πŸŽ„ Christmas Tree'
name = ChristmasTreeBlip6
}
},
{
Expand All @@ -211,7 +238,7 @@ DreamCore.ChristmasTree = {
sprite = 855,
color = 69,
scale = 0.9,
name = 'πŸŽ„ Christmas Tree'
name = ChristmasTreeBlip7
}
}
}
Expand Down Expand Up @@ -239,7 +266,7 @@ DreamCore.ChristmasPresents = {
sprite = 781,
color = 59,
scale = 0.6,
name = '🎁 Christmas Present'
name = ChristmasPresentBlip1
}
},
{
Expand All @@ -251,7 +278,7 @@ DreamCore.ChristmasPresents = {
sprite = 781,
color = 59,
scale = 0.6,
name = '🎁 Christmas Present'
name = ChristmasPresentBlip2
}
},
{
Expand All @@ -263,7 +290,7 @@ DreamCore.ChristmasPresents = {
sprite = 781,
color = 59,
scale = 0.6,
name = '🎁 Christmas Present'
name = ChristmasPresentBlip3
}
},
{
Expand All @@ -275,7 +302,7 @@ DreamCore.ChristmasPresents = {
sprite = 781,
color = 59,
scale = 0.6,
name = '🎁 Christmas Present'
name = ChristmasPresentBlip4
}
}
}

0 comments on commit edbc0b4

Please sign in to comment.