bottiger1

Results 79 comments of bottiger1

Even easier repro: ``` public OnPluginStart() { GroupId gid = CreateAdmGroup("testgroup"); AddAdmGroupCmdOverride(gid, "groupoverride", Override_CommandGroup, Command_Allow); } ```

```Program terminated with signal SIGSEGV, Segmentation fault. #0 0xe370ac3a in AdminCache::DumpCache(char const*) () from /home/tf2/steam/server1/tf/tf/addons/sourcemod_ze/bin/sourcemod.logic.so [Current thread is 1 (Thread 0xf7cdc700 (LWP 4741))] #0 0xe370ac3a in AdminCache::DumpCache(char const*) () from...

I did not test it recently but unless the group system relies on sm_dump_admcache to work, which I highly doubt, "group" group overrides are still broken and don't seem to...

> This should help address issues like #53 I tried your patch on x64 linux and it doesn't seem to work. I still get overflow errors with SUBHOOK_TRY_ALLOCATE_TRAMPOLINE_NEAR_SOURCE and I...

Would a native like GetPseudoAddress(int hi, int low) be accepted? I have a use case where I can't put the address in gamedata as it doesn't have a symbol. Or...

Well my point is that the eyetest module was removed for banning people for alt-tabbing before, and it still seems like it isn't fixed, so this module should probably be...

This can possibly be fixed by rounding brush coordinates to the nearest integer if the distance is less than some small number like 0.01.

Thanks for the update. However I noticed that when you use -static-libstdc++ it crashes when you pipe a number bigger than a char into iostream like this. `std::cout