Releases: HenkW00/hw_medsystem
Releases · HenkW00/hw_medsystem
1.2.5
1.2.3
1.2.2
1.2.1
1.2.0
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
1.1.8
1.1.7
1.1.6
1.1.5
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.