Add functions to change player clantags/name

This commit is contained in:
Federico Cecchetto
2021-06-20 00:31:56 +02:00
parent 97371d8f44
commit 9ead1676b0
5 changed files with 191 additions and 2 deletions

View File

@ -0,0 +1,7 @@
#pragma once
namespace userinfo
{
void clear_client_overrides(int client);
void clear_overrides();
}