What wrong in here.
#4

Quote:
Originally Posted by budelis
Посмотреть сообщение
No.I need to save this in variable,because how i use in here?

Код:
if(dialogid == 9230)
	{
	if(response)
	{
	new StringSet [ 50 ];
	format(StringSet,50, "%s",What i have write here?);
	ShowPlayerDialog(playerid,25,DIALOG_STYLE_MSGBOX,"Read message",StringSet,"OK","Back");
	}
	return 1;
	}
Save what into a variable? Your simply returning the formatted string. There's nothing wrong with Sacha's post.
Reply


Messages In This Thread
What wrong in here. - by budelis - 04.08.2011, 12:53
Re: What wrong in here. - by Sascha - 04.08.2011, 14:29
Re: What wrong in here. - by budelis - 04.08.2011, 17:12
Re: What wrong in here. - by Kush - 04.08.2011, 17:17

Forum Jump:


Users browsing this thread: 2 Guest(s)