Add OnClientLanguageChanged() forward (#1597)

This commit is contained in:
Vladimir
2021-10-25 19:45:24 +01:00
committed by GitHub
parent a343410793
commit 79d594aca3
4 changed files with 52 additions and 25 deletions
+8
View File
@@ -225,6 +225,14 @@ forward void OnClientPostAdminFilter(int client);
*/
forward void OnClientPostAdminCheck(int client);
/**
* Called when the language was received from the player.
*
* @param client Client index.
* @param language Language number.
*/
forward void OnClientLanguageChanged(int client, int language);
/**
* This function is deprecated. Use the MaxClients variable instead.
*