is_module_loaded
Core (amxmodx.inc)
Description
is_module_loaded - Checks whether a module is loaded.
Syntax
is_module_loaded ( const name[] )
Type
Native
Notes
Checks whether a module is loaded.
If it is not, the return value is -1, otherwise the return value is the module id.
The function is case insensitive.