sourcemod icon indicating copy to clipboard operation
sourcemod copied to clipboard

TF2_OnPlayerTeleport forward is not working on x64 bit TF2 srcds.

Open KaelaSavia opened this issue 1 year ago • 1 comments

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;
}

KaelaSavia avatar Jun 11 '24 20:06 KaelaSavia

duplicate... #2140

StShAzzy avatar Jul 06 '24 02:07 StShAzzy