Quote:
Originally Posted by jimaway
|
Thx. I searched here, in google, in pawn tutorial, but couldn't find.

I read the topic and includes, but I still don't understand what do they mean

For example:
Code:
#if AMXX_VERSION_NUM >= 175
#pragma reqlib cstrike
#if !defined AMXMODX_NOAUTOLOAD
#pragma loadlib cstrike
#endif
#else
#pragma library cstrike
#endif
As I understand, #pragma library used to declare that prototypes in this file belongs to module specified in pragma, but I can't understand how it works, and why in 175+ versions of AmxModX it's using other pragmas, what is AMXMODX_NOAUTOLOAD?