find_plugin_byfile
Core (amxmisc.inc)
Description
find_plugin_byfile - Finds a plugin by filename
Syntax
find_plugin_byfile ( pname[], [ ignorecase = 1 ] )
Type
Native
Notes
Iterates through the plugins. When {pname} is equal to plugin filename, returns plugin id. If ignorecase is true, equali is used to compare; otherwise, equal is used.

If no plugin is found, returns INVALID_PLUGIN_ID.

This function was added in AMX Mod X 1.1.
User Contributed Notes
anonymous Aug-09-05 21:02:09
Thats because it was added for 1.50 :P

harbu88 at hotmail dot com Apr-17-05 12:22:44
This dosen't seem to exist or work in 1.01 ?