Dillon Skaggs
Dillon Skaggs
This was a native I remember complaining about not existing a while ago and makes working with certain checkable events easier to work with (i.e. weaponDamageEvent and the sort) This...
This was long a long requested feature and might be useful for optimization, or finding exploits in resources Tips on how this code might be cleaner would be appreciated, but...
This is a cleanup of PR #2161 This makes `HandlePacket` properly fail when a buffer read fails, and adds `ReadBitsSafe` which will check to make sure the length is greater...
### Goal of this PR Add same helper methods that FiveM has ### How is this PR achieving the goal Start implementing base classes for RedM. ### This PR applies...
- currently trying to do recordings can only be done via console commands, which can be tedious - this adds `PROFILER_START_RECORDING` and `PROFILER_STOP_RECORDING` to allow automating profiler captures ### Goal...
### What happened? If a class inherits from `BaseClass` and has the attribute `[EnableOnLoad(false)]` calling register functions `Tick +=` or `EventHandlers[eventName] +=` will still schedule the tick & will still...
### Goal of this PR Ignore mindumps when in debug mode so I don't upload useless dumps ### How is this PR achieving the goal Disables HTTP request when in...
### Goal of this PR Disallow server-created entities from being deleted by clients when `sv_disallowClientDelete` is set to true. ### How is this PR achieving the goal Adds a new...
### Goal of this PR Add the same helpers that the client has to convert to/from network ids instead if having to use the extremely verbose `NetworkGetEntityFromNetworkId` and `NetworkGetNetworkIdFromEntity` ###...
While the UI was good for what it needed to do at the time, there are a few modules that I want to add but the current UI cannot handle...