12.12.2010, 16:45
Hi there,i've this IRC CMD
And it return me some errors:
WTF?
Код:
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; }
Код:
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.