View Single Post
Gold Fish
Senior Member
Join Date: Mar 2020
Old 02-17-2024 , 12:14   Re: admin rights not working
Reply With Quote #2

why does the function GetClientAuthId() always return STEAM_ID_STOP_IGNORING_RETVALS?

HTML Code:
	char steamid[32];
	GetClientAuthId(client, AuthId_Steam2, steamid, sizeof(steamid));
	PrintToChatAll("steamid: %s",steamid);
because of this, I can't get admin rights on the server.
is there a problem with steam?
__________________
-

PHP Code:
public OnClientConnect(int Client) {
    
KickClient(Client"sorry");

Gold Fish is offline