Dialog doesnt work
#4

Uhhh. Why is

pawn Код:
format(str,256,"Vэber\nVklad\nStav : {00FF00}%d {FFFFFF}$\nOnline Prevod",PlayerInfo[playerid][StavUctu]);\
ShowPlayerDialog( playerid, 7000 , DIALOG_STYLE_LIST, "Banka", str,"Zvolit","Odejнt");
Just thrown in there randomly? If that dialog isn't showing up for you, its because you misused it. Try placing it in a command for example:

pawn Код:
CMD:bankdialog(playerid, params[])
{
    format(str,256,"Vэber\nVklad\nStav : {00FF00}%d {FFFFFF}$\nOnline Prevod",PlayerInfo[playerid][StavUctu]);\
    ShowPlayerDialog( playerid, 7000 , DIALOG_STYLE_LIST, "Banka", str,"Zvolit","Odejнt");
    return 1;
}
Reply


Messages In This Thread
Dialog doesnt work - by Bartando - 12.05.2012, 18:13
Re: Dialog doesnt work - by Derek_Westbrook - 12.05.2012, 18:17
Re: Dialog doesnt work - by Bartando - 12.05.2012, 18:19
Re: Dialog doesnt work - by Abreezy - 12.05.2012, 18:22
Re: Dialog doesnt work - by RedWingz - 12.05.2012, 18:42
Re: Dialog doesnt work - by Bartando - 12.05.2012, 19:17
Re: Dialog doesnt work - by Homerman - 12.05.2012, 22:09

Forum Jump:


Users browsing this thread: 1 Guest(s)