We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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. Issue is relevant to both stable and dev branch of SourceMod & Metamod
Only tested on Linux, not Windows.
#include <tf2> #include <tf2_stocks> public Action TF2_OnPlayerTeleport(int client, int teleporter, bool & result) { PrintToServer("Teleport Test"); result = false; return Plugin_Changed; }
The text was updated successfully, but these errors were encountered:
duplicate... #2140
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: