Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Clone69420 committed Jul 19, 2024
1 parent 95b2eef commit aea0118
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
6 changes: 3 additions & 3 deletions AddictScript/Addict.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ util.require_natives("natives-1663599433")
guidedMissile = require "ToxTool"

local addict = menu
local addict_version = 1.49
local gta_version = "v3258"
local addict_version = 1.50
local gta_version = "v3274"
local dcinv = "fg6Ex4PbkJ"
local dev_mode = false -- Disables stuff like updates [true/false]

Expand Down Expand Up @@ -28331,7 +28331,7 @@ else
configfile = io.open(filesystem.store_dir().."chat_translator//config.txt")
configfiledata = configfile:read("*all")
configfile:close()
load(configfiledata)()
--load(configfiledata)
end

util.ensure_package_is_installed("lua/ScaleformLib")
Expand Down
9 changes: 2 additions & 7 deletions AddictScript/AddictScriptChangelog
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
________________________
v1.49
[!] Updated to v3258 (1.69)
[!] Improved Auto Kick Modder
[+] Added Open Changelog on GitHub
[+] Added more Configs
[+] Added/Removed some .xml Maps & Vehicles
[#] Code Cleanup
v1.50
[!] Updated to v3274 (1.69)
________________________

Report any Bugs/Broken features on the Discord

0 comments on commit aea0118

Please sign in to comment.