SA-MP Forums Archive
Problem with Dialog - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problem with Dialog (/showthread.php?tid=413786)



Problem with Dialog - MadafakaPro - 06.02.2013

well when i type /checkcomps IG it should show me the players that have ordered comps all is working with sendclientmesssage but when i make it dialog it only shows me 1 line with the first one who ordered. What should be the problem?
pawn Код:
if(tmpask>0){
                            format(stringa,sizeof(stringa),"[%s]: Owner: %s :: Comps: %d :: Type: [%s] :: Order: %d",biz[g][bizname],owner,tmpcomps,tmpstr,tmpask);
                            ShowPlayerDialog(playerid,333,DIALOG_STYLE_MSGBOX,"Orders List",stringa,"Ok","Cancel");
                            //SendClientMessage(playerid,COLOR_YELLOW,stringa);
                        }



Re: Problem with Dialog - MadafakaPro - 07.02.2013

BUMP!