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

(SA-MP) Incorrect version matching in plugin version 3.4.0 #70

Open
savvin-dev opened this issue Aug 3, 2024 · 0 comments
Open

(SA-MP) Incorrect version matching in plugin version 3.4.0 #70

savvin-dev opened this issue Aug 3, 2024 · 0 comments

Comments

@savvin-dev
Copy link

The latest version of the plugin is not correctly compared to the version of the include.

[Pawn.CMD] DoAmxLoadImpl: Mismatch between the plugin (3.4.0) and include (0.1.64) versions

Server log shows 0.1.64 when the file:

#if !defined PACK_PLUGIN_VERSION
    #define PACK_PLUGIN_VERSION(%0,%1,%2) (((%0) << 16) | ((%1) << 8) | (%2)))
#endif

#define PAWNCMD_VERSION PACK_PLUGIN_VERSION(3, 4, 0)

With the plugin version 3.3.6 the comparison of the version of the include is correct:

[Pawn.CMD] DoAmxLoadImpl: Mismatch between the plugin (3.3.6) and include (3.4.0) versions

Linux, SAMP 0.3.DL-R1

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