get_plugin
Core (amxmodx.inc)
Description
get_plugin - Gets info about plugin by given index. Function returns -1 if plugin doesn't exist with given index
Syntax
get_plugin ( index,filename[],len1,name[],len2,version[],len3,author[],len4,status[],len5 )
Type
Native
User Contributed Notes
pavol at markovci dot de Oct-23-04 22:09:06
If id is negative, info about the calling plugin will be returned.