Raised This Month: $ Target: $400
 0% 

finding plugin without looping


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
l4ulwtlln
Member
Join Date: Aug 2007
Old 11-17-2007 , 17:25   finding plugin without looping
Reply With Quote #1

is it possible to find a specific plugin that is loaded on the server without looping through the other plugins?

like doing this but without having to go through the other plugins
PHP Code:
    new 0num get_pluginsnum(), filename[64], name[64], version[64], author[64]

    while (
num)
    {
        
get_plugin(i++, filename63name63version63author63)

        if (
equali(name"plugins_name"))
        {
            
//do stuff here
            
break
        }
    } 
l4ulwtlln is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:22.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode