unknow command [+rep]
#6

Quote:
Originally Posted by nezo2001
Посмотреть сообщение
PHP код:
CMD:members(playeridparams[])
{
    new 
string[1024];
    if(
PlayerData[playerid][Group] == INVALID_GROUP_ID) return SendClientMessage(playeridCOLOR_WHITE"You aren't in a Faction.");
        for(new 
0MAX_PLAYERSi++)
        {
            if(
IsPlayerConnected(i))
            {
                if(
PlayerData[i][Group] == PlayerData[playerid][Group])
                {
                    
format(stringsizeof(string), "%s\n%s (%s)"stringGetPlayerNameEx(i), GetPlayerGroupRank(i));
             }
                 }
         }
         
ShowPlayerDialog(playerid9999DIALOG_STYLE_LIST"Member(s) online"string"OK""");
         return 
1;

same problem
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: 2 Guest(s)