Signature
stock is_running(const mod[]){ new mod_name[32]; get_modname(mod_name, charsmax(mod_name)); return equal(mod_name, mod);}
Description
Returns if the server is running a specific mod.
Parameters
- mod — Mod name to check for
Returns
1 if mod name matches, 0 otherwise