Thread: [Solved] [CSGO] Sank Sounds Plugin
View Single Post
Muhlex
Junior Member
Join Date: Mar 2019
Old 05-28-2019 , 08:46   Re: [CSGO] Sank Sounds Plugin
Reply With Quote #2

You should be able to just replace
PHP Code:
GetClientAuthString(clientauthsizeof(auth)); 
with
PHP Code:
GetClientAuthId(clientAuthId_Engineauthsizeof(auth)); 
to get rid of your warnings. They will result in the same string.
Muhlex is offline