[Help]with an explanation
#7

There isn't a tutorial for the "third" one..

Try using:
Code:
public OnPlayerCommandText(playerid, cmdtext[])
{
   if(!strcmp(cmdtext, "/dialogtest", true))
   {
     ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_MSGBOX, "Test Caption", "Test Info", "Test 1", "Test 2");
     return 1;
   }
   return 1;
}
Under a command to see where the writing will be.
Reply


Messages In This Thread
[Help]with an explanation - by Mark k - 09.03.2010, 14:26
Re: [Help]with an explanation - by [MWR]Blood - 09.03.2010, 14:28
Re: [Help]with an explanation - by Mark k - 09.03.2010, 14:29
Re: [Help]with an explanation - by Torran - 09.03.2010, 14:31
Re: [Help]with an explanation - by Mark k - 09.03.2010, 14:32
Re: [Help]with an explanation - by Torran - 09.03.2010, 14:34
Re: [Help]with an explanation - by Joe_ - 09.03.2010, 14:35
Re: [Help]with an explanation - by Mark k - 09.03.2010, 14:37
Re: [Help]with an explanation - by Joe_ - 09.03.2010, 14:43
Re: [Help]with an explanation - by Niixie - 09.03.2010, 15:43

Forum Jump:


Users browsing this thread: 1 Guest(s)