Dialog tutorial that shows
#6

Код:
	if (strcmp("/messagebox", cmdtext, true, 10) == 0)
	{
		ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"Heading","What ever you want it to say here.","Ok","Cancel");
		return 1;
	}


That will pop up a message box if you type /messagebox and that also goes under the
Код:
public OnPlayerCommandText
section. I hope that helps a little bit.. Something to go by anyway.

Reply


Messages In This Thread
Dialog tutorial that shows - by Torran - 21.02.2010, 18:39
Re: Dialog tutorial that shows - by Onyx09 - 21.02.2010, 19:01
Re: Dialog tutorial that shows - by Onyx09 - 21.02.2010, 19:01
Re: Dialog tutorial that shows - by Torran - 21.02.2010, 19:10
Re: Dialog tutorial that shows - by Onyx09 - 21.02.2010, 19:12
Re: Dialog tutorial that shows - by Quincy_Gatlin - 21.02.2010, 19:57
Re: Dialog tutorial that shows - by Torran - 21.02.2010, 19:58

Forum Jump:


Users browsing this thread: 7 Guest(s)