Added clan tag support for CS:GO in CStrike ext (bug 5429, r=psychonic).

This commit is contained in:
Daniel Varnai
2012-08-13 14:59:31 -04:00
parent 5ec6f851c9
commit 42ff151ae4
3 changed files with 13 additions and 12 deletions
-2
View File
@@ -250,7 +250,6 @@ native CS_GetWeaponPrice(client, CSWeaponID:id, bool:defaultprice = false);
* @return Number of non-null bytes written.
*
* @error Invalid client.
* @note Only supported on CS:S. Writes 0-length string on CS:GO.
*/
native CS_GetClientClanTag(client, String:buffer[], size);
@@ -261,7 +260,6 @@ native CS_GetClientClanTag(client, String:buffer[], size);
* @noreturn
*
* @error Invalid client.
* @note Only supported on CS:S. Has no effect on CS:GO.
*/
native CS_SetClientClanTag(client, const String:tag[]);