-
-
Notifications
You must be signed in to change notification settings - Fork 450
Open
Labels
Buggeneral bugs; can be anythinggeneral bugs; can be anything
Description
Prerequisites
- I have checked that my issue doesn't exist yet in the issue tracker
Operating System and Version
WSL Ubuntu 22.04
Game / AppID and Version
L4D2 (550) version 2.2.4.3
SourceMod Version
1.13.0.7199
Metamod:Source Version
No response
Version Verification
- I have updated SourceMod to the latest version and the issue persists
- I have updated SourceMod to the latest snapshot and the issue persists
- I have updated Metamod:Source to the latest snapshot and the issue persists
Updated SourceMod Version
No response
Updated Metamod:Source Version
No response
Description
Similar to #2260.
Some functions rely on ReferenceToIndex
to retrieve client indices, and thus an error per a client during connection.
Steps to Reproduce
#include <sourcemod>
public void OnClientConnected(int client)
{
int ref = EntRefToEntIndex(client);
PrintToServer("OnClientConnected %d -> %X", client, ref);
}
Relevant Log Output
OnClientConnected 1 -> FFFFFFFF
Metadata
Metadata
Assignees
Labels
Buggeneral bugs; can be anythinggeneral bugs; can be anything