21.03.2012, 17:29
pawn Код:
if(strcmp("/comando", cmdtext, true) == 0)
{
new Cmd[999];
new string2[256];
format(string2, sizeof(string2), "/Comando : Descriзгo\n"); strcat(Cmd, string2);
format(string2, sizeof(string2), "/Comando : Descriзгo\n"); strcat(Cmd, string2);
ShowPlayerDialog(playerid,10, DIALOG_STYLE_MSGBOX, "[Comandos Do Server]", Cmd, "Ok", "");
return 1;
}