diff --git a/client/fire.lua b/client/fire.lua index 2e283f5..16ceed7 100644 --- a/client/fire.lua +++ b/client/fire.lua @@ -1,5 +1,5 @@ --================================-- --- FIRE SCRIPT v1.6.6 -- +-- FIRE SCRIPT v1.6.8 -- -- by GIMI (+ foregz, Albo1125) -- -- License: GNU GPL 3.0 -- --================================-- @@ -134,7 +134,7 @@ Citizen.CreateThread( v.flameCoords[flameIndex].x, v.flameCoords[flameIndex].y, v.flameCoords[flameIndex].z, - 0.5 + 0.05 ) if isFirePresent == 0 then TriggerServerEvent('fireManager:removeFlame', fireIndex, flameIndex) diff --git a/config.lua b/config.lua index 97573ca..bb54fba 100644 --- a/config.lua +++ b/config.lua @@ -1,5 +1,5 @@ --================================-- --- FIRE SCRIPT v1.6.4 -- +-- FIRE SCRIPT v1.6.7 -- -- by GIMI (+ foregz, Albo1125) -- -- License: GNU GPL 3.0 -- --================================-- diff --git a/fxmanifest.lua b/fxmanifest.lua index e4d23fe..f95c371 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -5,7 +5,7 @@ games { } author 'GIMI, foregz, Albo1125' -version '1.6.6' +version '1.6.8' description 'Fire Script' client_scripts { diff --git a/server/main.lua b/server/main.lua index 1cce928..d4f5c2f 100644 --- a/server/main.lua +++ b/server/main.lua @@ -8,7 +8,7 @@ -- VERSION CHECK -- --================================-- -Version = "1.6.6" +Version = "1.6.8" LatestVersionFeed = "https://api.github.com/repos/gimicze/firescript/releases/latest" Citizen.CreateThread(