Raised This Month: $51 Target: $400
 12% 

Problem with module


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
STekLyAToR
Member
Join Date: May 2016
Old 08-06-2017 , 12:30   Problem with module
Reply With Quote #1

Hello. After I prepared everything needed (Metamod, AMXX, HL SDK) and compiled module, I faced the problem:

Code:
[AMXX] Plugin "test.amxx" failed to load: Module/library 'tst' required for plugin. Check modules.ini
Also, in output of 'amxx modules' my module has 'newer' status. Is this a sing of bad?

How I requere module from pawn code:
Code:
#if AMXX_VERSION_NUM >= 175
 #pragma reqlib tst
 #if !defined AMXMODX_NOAUTOLOAD
  #pragma loadlib tst
 #endif
#else
 #pragma library tst
#endif
moduleconfig.h
Code:
// Module info
#define MODULE_NAME "Testing"
#define MODULE_VERSION "1.0.0"
#define MODULE_AUTHOR "SNMetamorph"
#define MODULE_URL "nop"
#define MODULE_LOGTAG "TST"
#define MODULE_LIBRARY "tst"
#define MODULE_LIBCLASS "tst"
Compilation are completed without any warnings or errors.
Thanks.
STekLyAToR is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:18.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode