Skip to content

Releases: HenkW00/hw_medsystem

1.2.5

08 Jul 00:10
83d94e9
Compare
Choose a tag to compare

Update 1.2.5

  • Moved asset to keymaster.
  • Created new ox notifications to server-side.
  • Created new ox notifications to client-side.
  • Added new config setting Config.System for choosing notify style.
  • Added new locales.
  • Updated fxmanifest.
  • Updated utils export functions.

1.2.3

13 May 22:04
Compare
Choose a tag to compare

Update 1.2.3

  • Made client changes for target support.
  • Made server changes for target support.
  • Added Config.Target to change target system.
  • Added Config.Command to change 'med' command way easier.

1.2.2

13 May 21:53
Compare
Choose a tag to compare

Update 1.2.2

  • Made client changes for QBCORE support.
  • Made server changes for QBCORE support.
  • Added Config.Framework to set correct framework.

1.2.1

24 Apr 14:08
Compare
Choose a tag to compare

Hotfix 1.2.1

  • Fixed death message not displaying when checks are passed

1.2.0

23 Apr 00:00
Compare
Choose a tag to compare

Update 1.2.0

  • Added Config.IDmode for changing functions for radial menu.
  • Added new function for retreiving correct player ID based on how the Config.IDmode is set. (either we use 'own' or 'player')
  • Changed new export for retreiving/using the med system via a radial menu. (for now i just created my own, since i then can go wild on how i want it)

Note from developer:

Please read the README again, since we have placed some important notes to it.

1.1.9

22 Apr 22:55
Compare
Choose a tag to compare

Update 1.1.9

  • Added new export for retreiving data/using the /med function.
  • Currently radial menu (hw_radialmenu) works with this script.

1.1.8

22 Apr 13:43
7f23aa4
Compare
Choose a tag to compare

Hotfix 1.1.8

  • Fixed version error.

1.1.7

22 Apr 09:40
2246f28
Compare
Choose a tag to compare

Hotfix 1.1.7

  • Changed version support handlers.

1.1.6

19 Apr 17:05
Compare
Choose a tag to compare

Hotfix 1.1.6

  • Changed minor stuff in logging

1.1.5

19 Apr 16:49
Compare
Choose a tag to compare

Update 1.1.5

  • Added debug function to server.
  • Added discord logging to server.
  • Added debug statements to server.
  • Made script more readable.
  • Added version support.
  • Optimized client-side.
  • Optimizer server-side.
  • Added helpers to both client and server-side.
  • Combined nested if statements into a single condition for checking job whitelist.
  • Removed unnecessary else condition in the RegisterCommand function.
  • Simplified the condition for sending logs in the sendLog function.
  • Removed redundant for loop iteration syntax.
  • Simplified the getIdentity function and removed redundant ~= nil checks.