Add addClientCommand function

This commit is contained in:
Federico Cecchetto
2022-06-12 00:11:20 +02:00
parent a155638e87
commit 33eed76e63
4 changed files with 118 additions and 23 deletions

View File

@ -128,4 +128,6 @@ namespace game
WEAK symbol<unsigned int> levelEntityId{0x32C86A0, 0x3DCB2A0};
WEAK symbol<client_s> svs_clients{0x0, 0x0};
WEAK symbol<CmdArgs> sv_cmd_args{0x243D208, 0x355BD88};
}