check if other plugins are running?
in my menu system im running other plugins which work with my menu...
how do i fun a check to make sure the other plugin is running or not loaded? im stuck... for eg. how do i check if amx_shoopslay is running ? |
Re: check if other plugins are running?
You can use is_plugin_loaded, get_plugin, or find_plugin_byfile
|
Re: check if other plugins are running?
thanks heaps i knew there must of been a way
EDIT: ok stupid question howto use is_plugin_loaded("amx_slay2", ??? ) then can it be used in a IF ? |
Re: check if other plugins are running?
|
Re: check if other plugins are running?
PHP Code:
|
Re: check if other plugins are running?
PHP Code:
|
Re: check if other plugins are running?
Quote:
|
Re: check if other plugins are running?
Your code was fine about plugin runing check, but instead of menu_additem, use menu_addtext
|
| All times are GMT -4. The time now is 21:37. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.