Skip to content

Commit

Permalink
Version update,
Browse files Browse the repository at this point in the history
improved fire extinguishig of multiplatform fires
  • Loading branch information
gimicze committed Jan 1, 2021
1 parent 2dd81a4 commit 414f9d3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions client/fire.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--================================--
-- FIRE SCRIPT v1.6.6 --
-- FIRE SCRIPT v1.6.8 --
-- by GIMI (+ foregz, Albo1125) --
-- License: GNU GPL 3.0 --
--================================--
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion config.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--================================--
-- FIRE SCRIPT v1.6.4 --
-- FIRE SCRIPT v1.6.7 --
-- by GIMI (+ foregz, Albo1125) --
-- License: GNU GPL 3.0 --
--================================--
Expand Down
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ games {
}

author 'GIMI, foregz, Albo1125'
version '1.6.6'
version '1.6.8'
description 'Fire Script'

client_scripts {
Expand Down
2 changes: 1 addition & 1 deletion server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 414f9d3

Please sign in to comment.