Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
KaelaSavia opened this issue Jun 11, 2024 · 1 comment
Open
Labels
Bug general bugs; can be anything x64 Exclusive to x86_64 support

Comments

@KaelaSavia
Copy link
Contributor

KaelaSavia commented Jun 11, 2024

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;
}
@psychonic psychonic added x64 Exclusive to x86_64 support Bug general bugs; can be anything labels Jun 15, 2024
@StShAzzy
Copy link

StShAzzy commented Jul 6, 2024

duplicate... #2140

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug general bugs; can be anything x64 Exclusive to x86_64 support
Projects
None yet
Development

No branches or pull requests

3 participants