Dialog Line Not Showing
#2

There you go:

Код:
new string[1128];
format(string,sizeof(string)," text \n");
strcat(string," text \n");
strcat(string," text \n");
strcat(string," text \n");

format(string,sizeof(string),string);
ShowPlayerDialog(playerid, DiaStartingSkills1, DIALOG_STYLE_MSGBOX, "Skills", string ,"Continue","Quit");
format(string,sizeof(string),"");
Reply


Messages In This Thread
Dialog Line Not Showing - by XtremeRz - 10.06.2017, 16:48
Re: Dialog Line Not Showing - by ThomasEvil - 10.06.2017, 17:14

Forum Jump:


Users browsing this thread: 1 Guest(s)