Skip to content

Releases: gimicze/firescript

FireScript v2.0.0

16 Apr 17:58
e7f25ee
Compare
Choose a tag to compare

Changelog

  • The script now supports QB Core (for sending dispatch messages based on players' job)
  • Changes to permission system to allow invoking commands from server scripts. (using ExecuteCommand native)

Full Changelog: v1.8.0...v2.0.0


config.lua is NOT backwards compatible. Transfer your old fires.json and whitelist.json files, replace all other files in resource folder and adjust the new config accordingly.

FireScript v1.8.0

15 Apr 08:12
86c7ed7
Compare
Choose a tag to compare

Changelog

  • Some bug fixes and minor changes in code logic
  • Added fire difficulty system (see config.lua, line 12)
  • Added command /setscenariodifficulty <scenarioId> <difficulty> to set an exemption from the default difficulty setting
  • Added fire tone functionality (alarm which goes off at coordinates specified in config.lua, line 32 when fire spawns)
  • Added additional sound to all fire nodes

config.lua should be backwards compatible. If you want to use the new functions, add the config sections mentioned above.

FireScript v1.7.6

23 Jul 07:45
Compare
Choose a tag to compare

IMPORTANT NOTE: If you cannot run this version of the script due error in console regarding global ESX, try downloading the script as latest code, not here from the releases page.


Changelog

  • Numerous bugfixes (mostly sync issues)
  • Added support for custom dispatch messages1

1 See the wiki for more information.

FireScript v1.7.5

18 Jul 11:04
Compare
Choose a tag to compare

Changelog

  • Fixed fires persisting for players outside the fire's render distance

FireScript v1.7.4

09 May 08:41
Compare
Choose a tag to compare

Changelog

  • renamed commands (you can still use the old ones)
  • added coordinates as optional parameters in /addflame and /registerscenario 1

1 See the wiki for more.

FireScript v1.7.3

07 Apr 19:10
Compare
Choose a tag to compare

Changelog

  • bugfixes (fire spawner wouldn't reset upon putting out fires using /stopfire, ...)
  • permissions update 1

1 added some aces support to provide better control over the script:
"firescript.start" to allow the subject to start a fire;
"firescript.stop" to allow the subject to put a fire out using a command;
"firescript.manage" to allow the subject to manage the fires in general - that applies to: registering fires, adding them to the spawner, etc.

FireScript v1.7.2

10 Mar 17:52
Compare
Choose a tag to compare

Changelog

  • yet another bugfixes

Sorry for the two consequent updates, you just never know when somebody discovers a bug :-)

FireScript v1.7.1

10 Mar 10:54
Compare
Choose a tag to compare

Changelog

  • some bugfixes

FireScript v1.7.0

20 Feb 00:29
Compare
Choose a tag to compare

Changelog

  • added job filtering (config needs to be updated!)
  • added option which turns off the built-calls while the system still keeps track of firefighters online
  • bugfixes

Hidden config option

Set Config.Dispatch.disableCalls to true if you want to disable the built-in dispatch calls (notifications).

FireScript v1.6.11

07 Feb 21:25
Compare
Choose a tag to compare

Changelog

  • added an optional ESX integration (you can automatically subscribe users with certain job to dispatch)