12.12.2012, 12:11
Код HTML:
if(strcmp(cmd, "/example", true) == 0) { { new BigString1[1000]; strcat(BigString1, "\t{0011FF}your text here!\n", 1000 ); strcat(BigString1, "\t{FFFFFF}your text here! \n", 1000 ); strcat(BigString1, "\t{FFFFFF}your text here!", 1000 ); strcat(BigString1, "\t{FFFFFF}your text here!\n", 1000 ); strcat(BigString1, "\t{FFFFFF}your text here!\n", 1000 ); strcat(BigString1, "\t{FFFFFF}you can add more lines like this line ^^!\n", 1000 ); ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "{FFFFFF}Example/Example {FFFFFF}[Credits]", BigString1, "OK",""); } return 1; }