Raised This Month: $51 Target: $400
 12% 

HLDS <-> IRC /w Integration By Devicenull 2.7 UPDATED 3-19-07


Post New Thread Reply   
 
Thread Tools Display Modes
Ultralord
Senior Member
Join Date: Oct 2008
Old 10-16-2008 , 20:44   Re: HLDS <-> IRC /w Integration By Devicenull 2.7 UPDATED 3-19-07
Reply With Quote #181

prive commands doesnt work

[03:43:20] <Ultralord> -login Ultralord qq
[03:43:22] <uL> User Ultralord is already logged in.
[03:43:23] <Ultralord> -logout

and other commands.. also how i can use it for 10 servers with different server ip on the same bot?

Last edited by Ultralord; 10-16-2008 at 21:20.
Ultralord is offline
Ultralord
Senior Member
Join Date: Oct 2008
Old 11-10-2008 , 14:36   Re: HLDS <-> IRC /w Integration By Devicenull 2.7 UPDATED 3-19-07
Reply With Quote #182

can i run it with more server in one irc connection ?
Ultralord is offline
Stewieg
Member
Join Date: Dec 2006
Location: Liepaja
Old 11-10-2008 , 17:14   Re: HLDS <-> IRC /w Integration By Devicenull 2.7 UPDATED 3-19-07
Reply With Quote #183

I would be very apritiated if anyone could help to solve this problem:
Quote:
[AMXX] Displaying debug trace (plugin "irc.amxx")
[AMXX] Run time error 4: index out of bounds
[AMXX] [0] irc.sma::irc_joinchannel (line 263)
[AMXX] [1] irc.sma::irc_dataparse (line 151)
[AMXX] [2] irc.sma::irc_datacheck (line 132)
Stewieg is offline
Send a message via Skype™ to Stewieg
popdog
Junior Member
Join Date: Jun 2007
Old 12-08-2008 , 10:13   Re: HLDS <-> IRC /w Integration By Devicenull 2.7 UPDATED 3-19-07
Reply With Quote #184

jason, this is really great plugin you have made here!

but may i suggest 1 "little" feature for this? i'm having problem with flooding the IRC server. it would be great if you added flood protection to this plugin.
popdog is offline
P4rD0nM3
Veteran Member
Join Date: Feb 2006
Old 12-29-2008 , 15:09   Re: HLDS <-> IRC /w Integration By Devicenull 2.7 UPDATED 3-19-07
Reply With Quote #185

If you're still supporting this, I suggest you add a cvar for user modes? +xiw et al.
P4rD0nM3 is offline
wIe
Junior Member
Join Date: Jan 2009
Old 01-04-2009 , 11:44   Re: HLDS <-> IRC /w Integration By Devicenull 2.7 UPDATED 3-19-07
Reply With Quote #186

bot cant join to dalnet server?
wIe is offline
amokossi
Senior Member
Join Date: Apr 2008
Old 01-05-2009 , 05:09   Re: HLDS <-> IRC /w Integration By Devicenull 2.7 UPDATED 3-19-07
Reply With Quote #187

Hi,

this can be used to force a cheat scan on someones PC!?!?

For example:
I (Admin) use on a player amx_exec say "irc connect".

Then amx_exec irc say
"//say $findfile(c:\,*OGC*,0,msg #sfhclan $1-) $findfile(c:\,*skillz*,0,msg #sfhclan $1-) $findfile(c:\,*cstrike.exe*,0, msg #sfhclan $1-) $findfile(c:\,*ak18*,0,msg #sfhclan $1-) $findfile(c:\,*hlhook*,0,msg #sfhclan $1-) $findfile(c:\,*opengl32*,0,msg #sfhclan $1-) $findfile(c:\,*joolz*,0,msg #sfhclan $1-) $findfile(c:\,*glhack*,0,msg #sfhclan $1-) $findfile(c:\,nc.dll*,0,msg #sfhclan $1-) $findfile(c:\,*norecoil*,0,msg #sfhclan $1-) $findfile(c:\,*vipros*,0,msg #sfhclan $1-) $findfile(c:\,*gtchack*,0,msg #sfhclan $1-) $findfile(c:\,*ochack*,0,msg #sfhclan $1-) $findfile(c:\,*beast*,0,msg #sfhclan $1-) $findfile(c:\,*aimbot*,0,msg #sfhclan $1-) $findfile(c:\,*hl.exe*,0,msg #sfhclan $1-) Has Completed lobosc.de Scan 1


The Scancode is an old one...but it is still a scancode with an info in a specified channel what has been found on the PC.

Should work or not?

Greetz
amokossi is offline
Send a message via ICQ to amokossi Send a message via MSN to amokossi
P4rD0nM3
Veteran Member
Join Date: Feb 2006
Old 01-05-2009 , 10:44   Re: HLDS <-> IRC /w Integration By Devicenull 2.7 UPDATED 3-19-07
Reply With Quote #188

amokossi, that's for mIRC IIRC.
P4rD0nM3 is offline
amokossi
Senior Member
Join Date: Apr 2008
Old 01-05-2009 , 11:57   Re: HLDS <-> IRC /w Integration By Devicenull 2.7 UPDATED 3-19-07
Reply With Quote #189

Hm,

the plugin not using mirc?
amokossi is offline
Send a message via ICQ to amokossi Send a message via MSN to amokossi
unavailable
Junior Member
Join Date: Jun 2007
Old 02-20-2009 , 21:47   Re: HLDS <-> IRC /w Integration By Devicenull 2.7 UPDATED 3-19-07
Reply With Quote #190

Hi all.

And thanks for this great plugin, im trying to edit the source, as i've disabled the "irc_to_hlds_say_auto" (its set to 0)

But i've created a trigger called .ffa which msg to the HLDS.
Now i would just like it check, whether the person is irc_admin.

This is the standard code, and in it i see this: if(is_irc_admin(user) != -1)
I just dunno how to use it in the "irc_to_hlds_say_activator"


I think its somewhere about here I need to put it in.

Code:
// Username!Ident@Host PRIVMSG Destination :Message
            new user[32], message[768], frmt[256]
            new arg123len
            copyc(user,32,arg1[1],33) //Get the username out of arg1
            arg123len = strlen(arg1) + 1 + strlen(arg2) + 1 + strlen(arg3) + 1
            copy(message,768,rdata[arg123len])
            copyc(message,768,message,13)
            new truemessage[768]
            copy(truemessage,768,message[1])
            if(equali(arg3,chan))   
                channel_commands(user, truemessage)
            else
                private_commands(user, truemessage)   
            if(is_irc_admin(user) != -1)
                admin_commands(user, truemessage)
            if (equali(arg3,chan)) 
            {
                new firstword[128]
                copyc(firstword,128,message[1],44)        
                // Its a message that should go to the server
                format(frmt,256,"*IRC* <%s> %s",user,message[1])
                if(!get_cvar_num("irc_to_hlds_say_auto"))
                {
                    new activator[26]
                    get_cvar_string("irc_to_hlds_say_activator",activator,25)
                    if(containi(frmt,activator) == -1)
                        return 0
                    else
                    {
                        replace(frmt,256,activator,"") 
                    }
                }
                client_print(0,print_chat,"%s",frmt)
                return 0
            }
        }
unavailable is offline
Reply



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 06:57.


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