22.11.2012, 19:37
Fбcil fбcil.
Se o dialog for bem grande, obviamente vocк teria de usar strcat.
Exemplo de uso:
Se o dialog for bem grande, obviamente vocк teria de usar strcat.
Exemplo de uso:
pawn Код:
new
String[128]
;
strcat(String, "{FF0000}Red \n");
strcat(String, "{FFFF00}Yellow");
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_LIST, "strcat", String, "Fechar", "");