/afklist
#5

Quote:
Originally Posted by AeroBlast
Посмотреть сообщение
pawn Код:
COMMAND:afklist(playerid,params[])
{
    new Name[24], pName[MAX_PLAYER_NAME];
    for(new i=0;i<MAX_PLAYERS;i++)
    {
        if (PlayerIsAFK[i] == 1)
        {
            GetPlayerName(i,pName,MAX_PLAYER_NAME);
            format(Name, sizeof(Name), "%s\r\n", pName);
            SendClientMessage(playerid,COLOR_BLUE, "AFK LIST:");
            SendClientMessage(playerid,COLOR_YELLOW, Name);
        }
        else
        {
            SendClientMessage(playerid,COLOR_YELLOW, "No one is AFK!");
        }
    }
    return 1;
}
I've got no idea if this works.

EDIT: late
Doesnt works...and when i type /afklist i get about 50times writen No one is AFK!
Reply


Messages In This Thread
/afklist - by wumpyc - 21.10.2011, 20:44
Re: /afklist - by knackworst - 21.10.2011, 20:49
Re: /afklist - by Pinguinn - 21.10.2011, 20:49
Re: /afklist - by AeroBlast - 21.10.2011, 20:51
Re: /afklist - by wumpyc - 21.10.2011, 21:05
Re: /afklist - by wumpyc - 21.10.2011, 21:08
Re: /afklist - by AeroBlast - 21.10.2011, 21:08
Re: /afklist - by wumpyc - 21.10.2011, 21:16
Re: /afklist - by [03]Garsino - 21.10.2011, 21:23
Re: /afklist - by wumpyc - 21.10.2011, 22:22

Forum Jump:


Users browsing this thread: 1 Guest(s)