Help with BIG dialog in msgbox style!
#11

Well try putting yourself in some debug checks:
Then you will know exactly whether its something in your commands, or something with the dialog itself.

like put
public OnPlayerCommandText(playerid, cmdtext[])
{
printf("OnPlayerCommandText (%d, %s)", playerid, cmdtext);
if (!strcmp(cmdtext, "/tutorial", true, 9))
{
printf("running dialog %d", DIALOG_TUTORIAL_0);
ShowPlayerDialog(playerid, DIALOG_TUTORIAL_0, DILOAG_STYLE_MSGBOX, "Part 1 - Rules:", "Dont spam\n dont dm\n dont...", "cancel", "next");
return 1;
}
return 0;
}

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{

...put some in here too
Reply


Messages In This Thread
Help with BIG dialog in msgbox style! - by Posorkon - 11.02.2010, 05:33
Re: Help with BIG dialog in msgbox style! - by Onyx09 - 11.02.2010, 05:42
Re: Help with BIG dialog in msgbox style! - by Posorkon - 11.02.2010, 05:46
Re: Help with BIG dialog in msgbox style! - by Onyx09 - 11.02.2010, 05:52
Re: Help with BIG dialog in msgbox style! - by Onyx09 - 11.02.2010, 05:59
Re: Help with BIG dialog in msgbox style! - by Posorkon - 11.02.2010, 06:16
Re: Help with BIG dialog in msgbox style! - by mansonh - 11.02.2010, 08:29
Re: Help with BIG dialog in msgbox style! - by Posorkon - 11.02.2010, 17:43
Re: Help with BIG dialog in msgbox style! - by mansonh - 11.02.2010, 20:31
Re: Help with BIG dialog in msgbox style! - by Posorkon - 11.02.2010, 21:43
Re: Help with BIG dialog in msgbox style! - by mansonh - 12.02.2010, 03:38
Re: Help with BIG dialog in msgbox style! - by Daren_Jacobson - 12.02.2010, 03:43
Re: Help with BIG dialog in msgbox style! - by Posorkon - 12.02.2010, 06:02

Forum Jump:


Users browsing this thread: 1 Guest(s)