What's wrong with this cmd?
#1

Hi there,i've this IRC CMD

Код:
IRCCMD:cmds(botid, channel[], user[], host[], params[])
{
	IRC_GroupSay(gGroupID,"IRC COMMANDS");
    IRC_GroupSay(gGroupID,"Available commands: !preports !kicks !say !lastkick !lastban !lastreport / !pm / !hp / !car / !irc / !loc / !time / !name / !money / !score / !getid");
	IRC_GroupSay(gGroupID"Moderator commands: !kick / !slap / !kill / ! / !eject / !disarm");
	IRC_GroupSay(gGroupID,"Admin commands: !ban / !banip / !ip / !unbanip / !giveweapon / !getweps / !xyz / !banaccount / !unbanaccount");
    IRC_GroupSay(gGroupID,"S-Admin commands: / !echo / !join / !part / !mmipp / !blacklist / !blacklistadd");
	IRC_GroupSay(gGroupID,"Owner commands: !ircraw / !raw / !isbanned / !stats / !mmip / !blacklisttotal / !blacklistremove");
    IRC_GroupSay(gGroupID,user,"<==========================================================>");
	return 1;
}
And it return me some errors:

Код:
C:\Documents and Settings\Symone\Desktop\irc.pwn(1114) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Symone\Desktop\irc.pwn(1115) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Symone\Desktop\irc.pwn(1116) : error 001: expected token: ",", but found "-string-"
C:\Documents and Settings\Symone\Desktop\irc.pwn(1116) : warning 215: expression has no effect
C:\Documents and Settings\Symone\Desktop\irc.pwn(1116) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\Symone\Desktop\irc.pwn(1116) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Symone\Desktop\irc.pwn(1116) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
WTF?
Reply


Messages In This Thread
What's wrong with this cmd? - by Face9000 - 12.12.2010, 16:45
Re: What's wrong with this cmd? - by _Necro_ - 12.12.2010, 16:47
Re: What's wrong with this cmd? - by Face9000 - 12.12.2010, 17:06
Re: What's wrong with this cmd? - by _Necro_ - 12.12.2010, 17:43
Re: What's wrong with this cmd? - by marinov - 12.12.2010, 18:18
Re: What's wrong with this cmd? - by _Necro_ - 12.12.2010, 19:50

Forum Jump:


Users browsing this thread: 1 Guest(s)