Hattrick HttrckCldHKS

Results 30 comments of Hattrick HttrckCldHKS

> Check #25 Wallhack module is no longer needed in CSGO. Basically CSGO has a built in wallhack module. But it's trash and for sure doesn't work. VAC = Valve...

Update: How am I using the code above without getting any crashes or error logs? 1. The menu handler -> No `CloseHandle()` at all. 2. The `CreateMenuEx()` call -> After...

**meta version** ```C++ Metamod:Source Version Information Metamod:Source version 1.12.0-dev+1165 Plugin interface version: 16:14 SourceHook version: 5:5 Loaded As: GameDLL (gameinfo.txt) Compiled on: Dec 20 2022 13:35:42 Built from: https://github.com/alliedmodders/metamod-source/commit/63c5c15 Build...

> Are you running on windows or linux? Windows 11.

> I can't reproduce a crash on a CS:GO server running the same metamod and sourcemod versions as you are on Windows 10. Can't test on Windows 11. Can you...

```C++ Unhandled exception at 0x7AF3D889 (tier0.dll) in srcds.exe.38096.dmp: 0xC0000005: Access violation reading location 0xADB4ED58. ``` I tried without `server.cfg` and without any other metamod plugins BUT sourcemod. Also tried on...

![image](https://github.com/user-attachments/assets/5083e2a7-aa90-430d-aa85-d58a562f6bd8) Tried to gather more information.

1.**12**.0-git7162 (3bc55e68) is latest working build. Since 1.**12**.0-git7163 (0a6fa105), trying to print "\x001Hi,\x004 Orange" won't print anything. As download link, I used https://sm.alliedmods.net/smdrop/ I am not sure if the problem...

Hi, what is the maximum pingboost value? **EDIT**: I've opened all DLL and EXE files of a CStrike dedicated server (including `swds.dll`, `hlds.exe` and `mp.dll`), wasn't able to find any...

Hi. Try this: `./hlds.exe -console +console -game cstrike +game cstrike -maxplayers 16 +maxplayers 16 -map de_dust2 +map de_dust2 -exec server.cfg +exec server.cfg`. Add in your `server.cfg`: ``` sys_ticrate 8192 fps_max...