Message doesn't showup
#3

pawn Код:
CMD:vips(playerid, params[])
{
    new count=0;
    new adminstring[128];
    if(IsPlayerConnected(playerid))
    {
        for (new i = 0; i < MAX_PLAYERS; i++)
        {
            if(IsPlayerConnected(i))
            {
                if(pInfo[i][pVIP] > 0)
                {
                    format(adminstring, sizeof(adminstring),"Name : "COL_GREEN"%s - Level : "COL_GREEN"%d - Rank : "COL_GREEN"%s\n", PlayerName(i), pInfo[i][pVIP], GetVIPName(i));
                    count++;
                }
            }
            ShowPlayerDialog(playerid,DIALOG_VIPS,DIALOG_STYLE_MSGBOX,"Online V.I.Ps",adminstring,"Close","");
        }
    }
    if (count == 0)
    SendClientMessage(playerid,COLOR_GREY,"There are no VIPS Online at the moment");
    return 1;
}
Reply


Messages In This Thread
Message doesn't showup - by ChandraLouis - 03.10.2014, 05:21
Re: Message doesn't showup - by Sawalha - 03.10.2014, 05:56
Re: Message doesn't showup - by IceBilizard - 03.10.2014, 06:28

Forum Jump:


Users browsing this thread: 2 Guest(s)