A1m`

Results 25 issues of A1m`

**Describe the bug** When editing menu items in the admin panel, if you change the 'Open in new tab' value, the new value is not saved

The server on linux crashes, in the 'CGameClient::WriteViewAngleUpdate' function, in this [place](https://github.com/VSES/SourceEngine2007/blob/43a5c90a5ada1e69ca044595383be67f40b33c61/src_main/engine/sv_client.cpp#L949), because the 'm_NetChannel' property is zero. This happens after some plugin executes the 'PrintToConsole' code and prints the...

Warning when enabling C++17 standard: `sourcemod\core\logic\MemoryUtils\MemoryUtils.cpp(97): warning C5033: 'register' is no longer a supported storage class`

Example: ![20230430122703_1](https://user-images.githubusercontent.com/33463136/235337478-51e4a57f-0d65-4877-aeff-51f33e4a8eab.jpg) ![image](https://user-images.githubusercontent.com/33463136/235337724-762ace28-30ac-4c55-9325-4bf66ed35c60.png) I'm wondering why this is happening, the entity exists on the map but is not displayed. On the demo from sourcetv the same thing happens. If you...

enhancement

I can’t figure out what the problem is, different plugins crash on one instruction 'rep movs'. I'm using the latest version of sourcepawn. ![image](https://github.com/alliedmodders/sourcepawn/assets/33463136/b4cc594d-1d0f-4136-9f7f-26ed7e9de5db)

A variable with the stock modifier now complains that the symbol is not used anywhere. `Warning 203: symbol is never used "L4D2ZombieClassname"` ``` stock const char L4D2ZombieClassname[9][] = { "smoker",...

Recently, Google Maps stopped working, the old javascript framework mootools, overrides the JSON variable, which causes a problem in Google Maps, an error is displayed JSON.parse is not defined.

When hooking -fPIC generated thunk that has a call in prologue to store an EIP, those are not handled correctly when copied to trampoline (handling a thunk should fix it)

I remove the `IsBot` check in function `ForEachTerrorPlayer`, with a patch, so that usermessage 'PZDmgMsg' is sent to SourceTV. UserMessage is responsible for the message on the left side of...