unknow command [+rep]
#1

hello the command show me unknown command

pawn Код:
CMD:members(playerid)
{
    new string[1024];
    if(PlayerData[playerid][Group] == INVALID_GROUP_ID)
        return SendClientMessage(playerid, COLOR_WHITE, "You aren't in a Faction.");
    {
        for(new i = 0; i < MAX_PLAYERS; i++)
        {
            if(IsPlayerConnected(i))
            {
                if(PlayerData[i][Group] == PlayerData[playerid][Group])
                {
                    format(string, sizeof(string), "%s\n%s (%s)", string, GetPlayerNameEx(i), GetPlayerGroupRank(i));
                }
            }
        }
        ShowPlayerDialog(playerid, 9999, DIALOG_STYLE_LIST, "Member(s) online", string, "OK", "");
    }
    return 1;
}
Reply


Messages In This Thread
unknow command [+rep] - by simo0000 - 21.06.2015, 13:56
Re: unknow command [+rep] - by Dusan01 - 21.06.2015, 14:09
Re : Re: unknow command [+rep] - by simo0000 - 21.06.2015, 14:15
Re : unknow command [+rep] - by simo0000 - 21.06.2015, 14:42
Re: unknow command [+rep] - by nezo2001 - 21.06.2015, 14:46
Re : Re: unknow command [+rep] - by simo0000 - 21.06.2015, 15:01
Re: unknow command [+rep] - by IzadorO - 21.06.2015, 15:05
Re : Re: unknow command [+rep] - by simo0000 - 21.06.2015, 15:31
Re: unknow command [+rep] - by Stanford - 21.06.2015, 15:52

Forum Jump:


Users browsing this thread: 3 Guest(s)