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);
}