AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   New Plugin Submissions (https://forums.alliedmods.net/forumdisplay.php?f=26)
-   -   Call Admin IPB (https://forums.alliedmods.net/showthread.php?t=149779)

hornet 11-25-2013 02:08

Re: Call Admin IPB
 
Quote:

Originally Posted by JoxBox (Post 2062516)
Is there a slight posibility to make this work with a SMF forum with a shoutbox in it?

SMF 2.0.6

Thanks in advance. :)

Quote:

Originally Posted by Egan (Post 2064784)
you should make it possible for vbulletin as well or all the premium forum softwarers.

The plugin author has been inactive for over a year and a half.

alfinsh 06-15-2015 04:40

Re: Call Admin IPB
 
There is bug when plugin tries to load calladmin.cfg.
exec /calladmin.cfg: invalid path

To fix change line
PHP Code:

public ExecCfg( )
{
    new 
sConfig64 ]
    
get_localinfo"amxx_configdir"sConfig63 )
    
addsConfig63"/calladmin.cfg")
    
    if( 
file_exists(sConfig) )
    {
        
server_cmd"exec %s"sConfig )
        
server_exec( )
    }
    else
    {
        
make_configsConfig )
    }


to
PHP Code:

public  ExecCfg () 

        new  
sConfig 256 ],  cfgdir 128 
        
get_configsdir cfgdir 127 
        
format sConfig 255 "%s/calladmin.cfg" cfgdir )     

        if( 
file_exists sConfig ))  
        { 
        
server_cmd("exec %s",sConfig
        
server_exec ()     
        }
    else
    {
        
make_configsConfig )
    }



rautamiekka 06-16-2015 09:58

Re: Call Admin IPB
 
Quote:

Originally Posted by alfinsh (Post 2308054)
There is bug when plugin tries to load calladmin.cfg.
exec /calladmin.cfg: invalid path

To fix change line

Unreadable code.

Jockey 07-14-2015 17:31

Re: Call Admin IPB
 
I have a problem with this plugin.

As Admin everythings working but as a normal player without rights

i get this output in console

Server tried to send invalid command:"messagemode "say /calladmin xxxxxx"

This is the cmd for it:

client_cmd( iPlayer, "messagemode ^"say /calladmin %s^"", target)

Did anybody have a solution for this ?

Kubiks 05-25-2020 16:49

Re: Call Admin IPB
 
Doesn't work for me. What is the d22 admin id? Where can I find it? What do I put at ca_mysql_mid? And is IPS Community Suite 4.4 even supported? I am using a free version of bimchat.


All times are GMT -4. The time now is 10:38.

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