18.12.2010, 02:38
Код:
dcmd_help(playerid, params[])
Under OnPlayerCommandText
Код:
dcmd(help,0,cmdtext);
Код:
warning 203: symbol is never used: "params"
This is my DCMD:
Код:
#define dcmd(%1,%2,%3) if (!strcmp((%3)[1], #%1, true, (%2)) && ((((%3)[(%2) + 1] == '\0') && (dcmd_%1(playerid, ""))) || (((%3)[(%2) + 1] == ' ') && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1
I hate warnings, and I know what they are. Just help me fix them. I got like 10 of them because of this.