Hedel Nasser

Results 27 comments of Hedel Nasser

i think that the issue is due to CFrameActionMngr not being cleared when everything is (and should be) cleared, manually adding a clear method seems to fix this: ```diff diff...

The offset is 13 to get to svs.clients which is pointed at svs + 4 (yes, thats the 4 that is substracting from base at that CstrikeHacks line for setting...

amxx_logging seems to be only for normal amxx logs as LogError totally ignores amxx_logging value (which i think it's nice as there won't be ppl disabling it and then saying...

Maybe you should look at https://github.com/alliedmodders/amxmodx/issues/713

how it would do then? checking all the players after playerkilled and then call CheckWinConditions?... CheckWinConditions already does that I think that the best moment to run that check if...

@ilmaisin i didn't test anything neither _know_ how to use Go I could only assume that it was * contacts aren't updating or * somehow it can't match the JID...

> [There are two types of JIDs: regular JID pairs (user and server) and AD-JIDs (user, agent and device).](https://pkg.go.dev/go.mau.fi/[email protected]/types#JID) Maybe using [ParseJID](https://github.com/tulir/whatsmeow/blob/e660988acdbc420421d5a3d58ea9f3faba49b2ed/types/jid.go#L127-L136) and using only the user part (as server...