With
#pragma reqclass sqlite I get this:
Quote:
|
[AMXX] Plugin "ttt_antiretry_system.amxx" failed to load: Module/Library Class "sqlite" required for plugin. Check modules.ini.
|
Which means I have to include it either way.
With
#pragma defclasslib sqlite I can't compile:
Quote:
|
error 045: too many function arguments
|
EDIT: After using
#pragma reqclass sqlite and enabling sqlite module, it still gives that error.
__________________