Raised This Month: $12 Target: $400
 3% 

Clients are not getting authorized


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Fragkiller
Member
Join Date: Jun 2012
Old 09-16-2021 , 17:32   Clients are not getting authorized
Reply With Quote #1

Hello,

I am running several CS:S servers on Ubuntu Linux, and I've just noticed that any client who joins is not getting authorized.

But on my local CS:S Windows it works with the same configs and plugins.

What can be the issue on this? Is it maybe something port related?

Quote:
sm version
SourceMod Version Information:
SourceMod Version: 1.10.0.6510
SourcePawn Engine: 1.10.0.6510, jit-x86 (build 1.10.0.6510)
SourcePawn API: v1 = 5, v2 = 12
Compiled on: Jul 11 2021 23:24:12
Built from: https://github.com/alliedmodders/sou...commit/0b468f2
Build ID: 6510:0b468f2
http://www.sourcemod.net/
Quote:
meta version
Metamod:Source Version Information
Metamod:Source version 1.11.0-dev+1145
Plugin interface version: 16:14
SourceHook version: 5:5
Loaded As: Valve Server Plugin
Compiled on: Jul 11 2021 222:46
Built from: https://github.com/alliedmodders/met...commit/0bb53f2
Build ID: 1145:0bb53f2
http://www.metamodsource.net/
test.sp
Quote:
#pragma semicolon 1
#include <sourcemod>

public OnClientAuthorized(client, const String:auth[])
{
LogMessage("OnClientAuthorized fired for %L with SteamID %s", client, auth);
}

public Action:OnClientPreAdminCheck(client)
{
LogMessage("OnClientPreAdminCheck fired for %L", client);
}

public OnClientPostAdminCheck(client)
{
LogMessage("OnClientPostAdminCheck fired for %L", client);
}

public OnClientPutInServer(client)
{
LogMessage("OnClientPutInServer fired for %L", client);
}

Quote:
L 09/16/2021 - 216:53: [test.smx] OnClientPutInServer fired for Frag<67><STEAM_ID_PENDING><>

Last edited by Fragkiller; 09-16-2021 at 18:19.
Fragkiller is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:50.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode