s1lentq/ReGameDLL_CS

Add a new sv_alltalk mode.

Closed this issue · 2 comments

Hi, I would like to add a new talk mode.
image
These are the others.
image
image
image
Here is the code.
image
Link to the code.
https://github.com/s1lentq/ReGameDLL_CS/blob/master/regamedll/dlls/multiplay_gamerules.cpp

Are you aware that ReGameDLL does not provides admin privilege system? It's (mostly) an AMXX feature. It's ambiguous to define an "admin" flag at gamedll level. I do not know if you are aware also of ReAPI and the possibility to hook CanPlayerHearPlayer function to write your own logic. Consider this done

I managed to add a new mod and compile it. Thanks.