#2

Код 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;
	}
Reply


Messages In This Thread
help - by _Raven - 12.12.2012, 11:29
Re : help - by [HRD]Mar1 - 12.12.2012, 12:11
Re: help - by _Raven - 12.12.2012, 12:21

Forum Jump:


Users browsing this thread: 2 Guest(s)