ReGameDLL_CS icon indicating copy to clipboard operation
ReGameDLL_CS copied to clipboard

Request: New hook for `CBasePlayerWeapon::EjectBrassLate()`

Open RauliTop opened this issue 1 year ago • 1 comments

This will help us to disable the 'brass shells' from weapons when firing. An example about I'm talking about: https://imgur.com/UrquTs8 https://imgur.com/gmgHW40

Probably we need to pass player index on the function too, to be used by plugins.

More info, discussed here: https://dev-cs.ru/threads/29436/

RauliTop avatar Apr 26 '23 13:04 RauliTop

you can block only for weapons awp, m3, scout (clientside effect for other guns) with message "Brass" or set PrimaryAttack (post) m_flEjectBrass = 0

Vaqtincha avatar Apr 26 '23 17:04 Vaqtincha