Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Clone69420 committed Feb 2, 2024
1 parent 74f2f32 commit 814699a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions AddictScript/Addict.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Addict Script™ Copyright© 2023
-- Addict Script™ Copyright© 2024

util.keep_running()
util.require_natives("natives-1663599433-uno")
Expand All @@ -8,9 +8,11 @@ util.require_natives("natives-1663599433")
guidedMissile = require "ToxTool"

local addict = menu
local addict_version = 1.45
local addict_version = 1.46

local gta_version = "v3095"
local dcinv = "fg6Ex4PbkJ"

local dev_mode = false -- Disables stuff like updates [true/false]

local function lan(msg)
Expand Down Expand Up @@ -7743,7 +7745,7 @@ local fireWings = {
}
local fireWingsSettings = {
scale = 0.3,
fireColour = colour or {r = 255, g = 255, b = 255, a = 255},
fireColour = colour or {r = 0, g = 0, b = 0, a = 0},
on = false
}
local ptfxEgg
Expand Down Expand Up @@ -7795,14 +7797,13 @@ end
end)

addict.slider(fire_wings_list, 'Fire wings scale', {'ToxfireWingsScale'}, '', 1, 100, 3, 1, function(value)
fireWingsSettings.scale = value / 10
fireWingsSettings.scale = value / 10
end)

addict.rainbow(addict.colour(fire_wings_list, "Fire wings colour", {'ToxfireWingsColour'}, '', fireWingsSettings.fireColour, false, function(colour)
fireWingsSettings.fireColour = colour
fireWingsSettings.fireColour = colour
end))


local player = players.user_ped()
local agroup = "missfbi3ig_0"
local anim = "shit_loop_trev"
Expand Down
4 changes: 2 additions & 2 deletions AddictScript/AddictScriptChangelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
________________________
v1.45
[+] Added Auto Kick Modders
v1.46
[!] Fixed Error when loading Addicted
________________________

Report any Bugs/Broken features on the Discord
2 changes: 1 addition & 1 deletion AddictScript/AddictScriptVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.45
1.46

0 comments on commit 814699a

Please sign in to comment.