27.10.2012, 12:51
i got this error, help!
the line
Код:
C:\DOCUME~1\JTECHC~1\Desktop\NEWFOL~1\FILTER~1\IRC.pwn(30) : warning 201: redefinition of constant/macro (symbol "irccmd(%1,%2,%3)") Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.
Код:
#define irccmd(%1,%2,%3) if ((strcmp((%3)[1], #%1, true, (%2)) == 0) && ((((%3)[(%2) + 1] == 0) && (irccmd_%1(conn,channel,user,"")))||(((%3)[(%2) + 1] == 32) && (irccmd_%1(conn,channel,user,(%3)[(%2) + 2]))))) return 1