[FilterScript] Easy AFK/BRB
#3

When you stand 15 seconds on the same place you stand in the /listafk
This AFK List is based on Godfather, LS RP, NGG
pawn Code:
CMD:listafk(playerid, params[]) {
    if(PlayerInfo[playerid][pAdmin] >= 2) {

        new
            szMessage[36 + MAX_PLAYER_NAME];

        SendClientMessageEx(playerid,COLOR_WHITE,"--[AFK PLAYERS]--");
        foreach(Player, i) if(playerAFK[i] != 0 && playerAFKTime[i] > 15) {
            format(szMessage,sizeof(szMessage),"* %s (ID %d), AFK for %d minutes.", GetPlayerNameEx(i), i, playerAFKTime[i] / 15);
            if(PlayerInfo[i][pAdmin] >= 2) SendClientMessageEx(playerid,COLOR_RED,szMessage);
            else SendClientMessageEx(playerid,COLOR_GREY,szMessage);
        }
    }
    else SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use this command.");
    return 1;
}
Reply


Messages In This Thread
Easy AFK/BRB - by Kathleen - 25.05.2012, 21:13
Re: Easy AFK/BRB - by irfu - 26.05.2012, 04:40
Re: Easy AFK/BRB - by Kathleen - 26.05.2012, 08:22
Re: Easy AFK/BRB - by Tuntun - 26.05.2012, 08:29
Re: Easy AFK/BRB - by Kathleen - 26.05.2012, 10:21
Re: Easy AFK/BRB - by x96664 - 26.05.2012, 12:34
Re: Easy AFK/BRB - by Kathleen - 26.05.2012, 13:27
Re: Easy AFK/BRB - by Tuntun - 26.05.2012, 17:25
Re: Easy AFK/BRB - by Kathleen - 26.05.2012, 19:10
Re: Easy AFK/BRB - by KINGINA - 26.05.2012, 19:37
Re: Easy AFK/BRB - by Kathleen - 26.05.2012, 20:46
Re: Easy AFK/BRB - by Kathleen - 27.05.2012, 09:54
Re: Easy AFK/BRB - by Private200 - 27.05.2012, 19:57
Re: Easy AFK/BRB - by S_ILYa™ - 28.05.2012, 03:36
Re: Easy AFK/BRB - by sienal - 28.05.2012, 06:35
Re: Easy AFK/BRB - by FearLe$$ - 28.05.2012, 06:52
Re: Easy AFK/BRB - by Kathleen - 28.05.2012, 12:32
Re: Easy AFK/BRB - by faff - 28.05.2012, 16:58
Re: Easy AFK/BRB - by Tuntun - 14.06.2012, 14:23
Re: Easy AFK/BRB - by Robert West - 16.07.2012, 09:38
Re: Easy AFK/BRB - by XStormiest - 16.07.2012, 10:26
Re: Easy AFK/BRB - by Kathleen - 17.07.2012, 18:53
Re: Easy AFK/BRB - by Dasharkishanjan5 - 28.07.2012, 18:24
Re: Easy AFK/BRB - by McMuffin - 17.03.2013, 11:07

Forum Jump:


Users browsing this thread: 1 Guest(s)