06.04.2013, 22:02
eu meti isto :
Deu este erro:
pawn Код:
#define DIALOG_ACMDS /* Em cima do GM */
if(!strcmp(cmdtext, "/acmds", true)) {
new StrAux[480];
strcat(StrAux, "/teamskin, /setteam, /start, /random, /randomint, /goto, /get, /kick, /ban, /add, /addall, /readd, /remove\n");
strcat(StrAux, "/healall, /armourall, /match, /select, /rr, /swap, /balance, /givemenu, /mainspawn, /end, /sethp, /setarmour\n");
strcat(StrAux, "/pause, /unpause, /setlevel, /togglenet, /move, /allvs, /maxpacket, /maxping, /minfps, /ac, /teamdmg, /cc\n");
strcat(StrAux, "/replace, /resetallguns, /giveallgun, /killhim");
ShowPlayerDialog(playerid, 5678, DIALOG_ACMDS, "Comandos", StrAux, "Fechar","");
return true;
}
Код:
error 010: invalid function or declaration error 021: symbol already defined: "strcat" error 010: invalid function or declaration warning 203: symbol is never used: "StrAux"

