memberlist of orgs.
#2

pawn Код:
case 4:
{
    new string[140];
    new MyDialog[256];
    for (new i=0;i<MAX_PLAYERS;i++)
    {
        if (PlayerOrg[i] == PlayerOrg[playerid] && i != playerid)
        {
            format(string,sizeof(string),"%s", PlayerName(i));
            strcat(MyDialog, string);
        }
    }
    ShowPlayerDialog(playerid,99000,DIALOG_STYLE_LIST,"Memberlist",MyDialog,"Ok","Alright");
 }
Try this, and do the same for the "case 0" which is also wrong.
Reply


Messages In This Thread
memberlist of orgs. - by RyanPetersons - 30.05.2013, 10:26
Re : memberlist of orgs. - by Stefano.R - 30.05.2013, 10:35
Re: memberlist of orgs. - by IceBilizard - 30.05.2013, 10:39
Re: memberlist of orgs. - by RyanPetersons - 30.05.2013, 11:29
Re: memberlist of orgs. - by GiamPy. - 30.05.2013, 11:33
Re : Re: memberlist of orgs. - by Stefano.R - 30.05.2013, 11:33
Re: memberlist of orgs. - by RyanPetersons - 30.05.2013, 11:46
Re: memberlist of orgs. - by GiamPy. - 30.05.2013, 11:54
Re: memberlist of orgs. - by IceBilizard - 30.05.2013, 12:37
Re: memberlist of orgs. - by RyanPetersons - 30.05.2013, 14:08

Forum Jump:


Users browsing this thread: 1 Guest(s)