IRCCMD error help please
#1

I have this command
PHP код:
IRCCMD:cc(botidchannel[], user[], host[], params[])
{
    if(
IRC_IsHalfop(botidchanneluser))
    {
        for(new 
011i++) SendClientMessageToAll(green," "); return 1;
     } else return 
IRC_GroupSay(GroupIDchannel"4ERROR: You need to be HalfOp to use this command");
}
IRCCMD:cac(botidchannel[], user[], host[], params[])
{
    if(
IRC_IsHalfop(botidchanneluser))
    {
        for(new 
0100i++) SendClientMessageToAll(green," "); return 1;
     } else return 
IRC_GroupSay(GroupIDchannel"4ERROR: You need to be HalfOp to use this command");

I have no errors when I compile the script, but when I start the server
Код:
*** IRC_Connect: Expecting 8 parameter(s), but found 7
*** IRC_Connect: Expecting 8 parameter(s), but found 7
*** IRC_Connect: Expecting 8 parameter(s), but found 7
*** IRC_Connect: Expecting 8 parameter(s), but found 7
EDIT: When I remove those commands, the server and IRC run well
Reply
#2

BUMP
Please help me, REP+ for that
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)