14.05.2012, 13:56
pawn Код:
if(!strcmp(cmdtext, "/comando", true))
{
new string[256], name[24], DCmd[999];
format(string, sizeof(string), "_____________________________________________"); strcat(DCmd, string);
format(string, sizeof(string), "AAAAAAAAAAAAAA"); strcat(DCmd, string);
format(string, sizeof(string), "BBBBBBBBBBBBBBBB"); strcat(DCmd, string);
format(string, sizeof(string), "CCCCCCCCCCCCCC"); strcat(DCmd, string);
format(string, sizeof(string), "_____________________________________________"); strcat(DCmd, string);
ShowPlayerDialog(playerid, 10, DIALOG_STYLE_MSGBOX, "Informaзхes do Comando", DCmd, "Ok","");
return 1;
}