Releases: lze3/no-god-mode
Releases · lze3/no-god-mode
Whitelisting Staff
In this release I have added the option to disable the check for staff, to enable this, go in server.lua
and change the ace_perm
variable at the top. Change this to whatever you want, staff are defined by having the ace_perm
ace. For example:
add_ace identifier.discord:264662751404621825 admin allow
Optimisation Update
- Instead of checking every frame for if the player is invincible or not, check every 500 frames.
- Fix bug where player wouldn't be able to shoot if (not) invincible.
- This was because
DisablePlayerFiring()
disabled firing regardless of a true/false bool which should toggle.
- This was because
Initial Release
Initial release, contains the resource's core features, those being:
- Freezing the player's position/vehicle (if applicable) if god mode is detected.
- Prevent them from shooting if they are frozen.
- Notifying the player that they are in god mode.