alliedmodders / sourcemod

SourceMod - Source Engine Scripting and Administration
http://www.sourcemod.net/
966 stars 421 forks source link

TF2_OnPlayerTeleport forward is not working on x64 bit TF2 srcds. #2181

Open KaelaSavia opened 2 months ago

KaelaSavia commented 2 months ago

Description

TF2_OnPlayerTeleport forward is not working on x64 bit TF2 srcds. Issue is relevant to both stable and dev branch of SourceMod & Metamod

Only tested on Linux, not Windows.

Problematic Code (or Steps to Reproduce)

#include <tf2>
#include <tf2_stocks>

public Action TF2_OnPlayerTeleport(int client, int teleporter, bool & result)
{
    PrintToServer("Teleport Test");
    result = false;
    return Plugin_Changed;
}
StShAzzy commented 1 month ago

duplicate... #2140