native

module_exists

Syntax

native module_exists(const logtag[]);

Description

Checks if a specific module is loaded. This is the exact same method AMX Mod X
uses to see if a module is required by a plugin. For example:
module_exists("cstrike")
module_exists("dbi")