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
I compiled Zeex/samp-plugin-crashdetect@54614d5f5ebef8babef8c3717fd8b4b66b31524f and tried to run the following code.
Works perfectly without crashdetect loaded; when it's loaded, however, execution seems to halt when attempting to call the native.
#include <a_samp> #include <amx/dynamic_call> main() { print("test"); new addr = GetNativeAddressFromName("print"); CallNativeByAddress(addr, ref("hello")); }
The text was updated successfully, but these errors were encountered:
use native indexes instead of addresses
915e6cb
No branches or pull requests
I compiled Zeex/samp-plugin-crashdetect@54614d5f5ebef8babef8c3717fd8b4b66b31524f and tried to run the following code.
Works perfectly without crashdetect loaded; when it's loaded, however, execution seems to halt when attempting to call the native.
The text was updated successfully, but these errors were encountered: