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 isn't working anymore on Linux #2140

Open
3 of 6 tasks
StShAzzy opened this issue Apr 22, 2024 · 0 comments
Open
3 of 6 tasks

TF2_OnPlayerTeleport isn't working anymore on Linux #2140

StShAzzy opened this issue Apr 22, 2024 · 0 comments

Comments

@StShAzzy
Copy link

StShAzzy commented Apr 22, 2024

Help us help you

  • I have checked that my issue doesn't exist yet.
  • I have tried my absolute best to reduce the problem-space and have provided the absolute smallest test-case possible.
  • I can always reproduce the issue with the provided description below.

Environment

  • Operating System version: Linux
  • Game/AppID (with version if applicable): 440
  • Current SourceMod version: 1.12.0.7121
  • Current SourceMod snapshot: 7121:7d78c141
  • Current Metamod: Source snapshot: 1.12.0-dev+1192V

Description

TF2_OnPlayerTeleport isn't fired anymore since the update of 18/04/2024

Problematic Code (or Steps to Reproduce)

#include <tf2_stocks>

public Action TF2_OnPlayerTeleport(int client, int teleporter, bool& result) {
	PrintToChatAll("[DEBUG]: TF2_OnPlayerTeleport Fired! Player Should Teleport Through!");
	result = true;
	return Plugin_Changed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant