Benoist
Benoist
If you open the door for that, it won't prevent people from opening PRs. SM is all or nothing regarding "generic engine feature". Furthermore the `cstrike` is used for both...
Would that be something that could be potentially added ? I thought the same regarding superseding sdkhooks, with pre configured hooks handle in consts, with the potential merge of #1629...
`sm plugins load/unload/reload` aren't meant to be used by server operators, or automatons. They merely dev tools, for plugin debugging. If your plugin mustn't work on some specific map, then...
Any reason not to use dhooks instead ?
My intention isn't to get metamod, and alliedmodders as a whole into legal hot waters. This change is mostly aimed at just confining tf2 detection to where it should be,...
Been wondering, since `m_iHealth` is a CBaseEntity property. Wouldn't it be okay to cache its offset (obtaining it from idk, world entity datamaps), and then blindly have the SetEntityHealth native...
> Incredibly highly not recommended. We had issues with nested datamaps for a while, to the point where we wouldn't even allow setting them because the offset was wrong and...
I'm also against the idea to block kicks on the fly, as stated by Kyle the permission system more than cover this aspect. If one truly wants control over the...
> Don't wait for int64. Use enumstructs: > > ``` > enum struct Address { > int high32 > int low32 > } > ``` > > It is MUCH...
> 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....