Skip to content

Releases: lze3/no-god-mode

Whitelisting Staff

02 Apr 13:29
Compare
Choose a tag to compare

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

16 Mar 23:11
Compare
Choose a tag to compare
  • 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.

Initial Release

01 Jan 18:35
Compare
Choose a tag to compare

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.