storm37000
storm37000
It doesnt seem to work at all, its not on by default, or the numbers make no sense. This is in response to a pac that made fps drop to...
> > This was added for people whose routers cannot handle that many pings which results in not being able to join any server if the server list is still...
im on .net core 2.1 and the nuget package doesnt auto install all deps. I have to manually search for and install log4net for it to work and it installs...
i have to use .net standard for this one since its a plugin for a gameserver called fivem. Since i mainly work with linux servers im probably never going to...
having start not block until it is done without using an async is breaking standard practice, you should have a sperate startAsync function that does what start does currently.
`List` will memory leak really badly if you stop the hook at that position. Halos would still be added with `Add` function but not cleared from the list. You can...
make sure you install the lua file, also make sure you arent using the 64 bit branch of the game as there aren't any compiled 64 bit dlls yet for...
using the 64 bit beta branch doesnt stop players from joining, they are cross compatible.
ive heard many people using the 64 bit branch in production on linux for awhile and its stable, maybe even more than default. Almost all useful dll modules have 64...