Dialog wont appear
#5

Quote:
Originally Posted by Drebin
Посмотреть сообщение
pawn Код:
CMD:anmin(playerid, params[])
    {
                          ShowPlayerDialog(playerid, 23, DIALOG_STYLE_LIST, "Animations", "This doesnt give a responce to show anotherdialog"","Select", "Cancel");
You have a " too much there
Try this:

pawn Код:
CMD:anmin(playerid, params[])
    {
                          ShowPlayerDialog(playerid, 23, DIALOG_STYLE_LIST, "Animations", "This doesnt give a responce to show anotherdialog","Select", "Cancel");
Also, you say there is an "anmin" command with params[]. But you put a dialog there.
That was an example that i wrote up if i hs that there would be a undefined symbol error it somthing other than that

also the params thing ill remove them later
Reply


Messages In This Thread
Dialog wont appear - by Snowman12 - 03.08.2011, 23:39
Re: Dialog wont appear - by Tigerkiller - 03.08.2011, 23:43
Re: Dialog wont appear - by Snowman12 - 03.08.2011, 23:44
AW: Dialog wont appear - by Drebin - 03.08.2011, 23:44
Re: AW: Dialog wont appear - by Snowman12 - 04.08.2011, 00:10
Re: Dialog wont appear - by sleepysnowflake - 04.08.2011, 00:19
Re: Dialog wont appear - by Snowman12 - 04.08.2011, 01:07

Forum Jump:


Users browsing this thread: 2 Guest(s)