28.11.2011, 19:25
What is wrong in that line. On the filterscript, it compiles without errors. But I wanted to add it on the Admin System and got this errors at line 301
pawn Код:
IRC_GroupSayEx(gGroupID, IRC_ECHO_CHANNEL, "7[disconnect] 3%s (%d) has left the server (Timeout).", playerName(playerid), playerid);
pawn Код:
error 012: invalid function call, not a valid address
warning 215: expression has no effect
error 001: expected token: ";", but found ")"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line