[FilterScript] Simple AFK System
#7

This
pawn Код:
public OnPlayerText(playerid,text[])
{
        if(IsAfk[playerid] == 1)
        {
                Afk_Back(playerid);
        }
        else
           SendClientMessage(playerid, 0xADD8E6FF, "You're not in AFK mode.");
    return 1;
}
makes no sense at all - Everytime you send a chatmessage and you're not in afk-mode, you'll receive that message. Sorry, but sense?

Moreover, there are already hundreds of these systems, one system just like the other one. And you use strcmp.

Sorry, but 0/10.
Reply


Messages In This Thread
Simple AFK System - by 1Geek - 13.08.2013, 19:45
Re: Simple AFK System - by BodyBoardVEVO - 13.08.2013, 19:57
Re: Simple AFK System - by DeathFire - 14.08.2013, 20:18
Re : Re: Simple AFK System - by 1Geek - 14.08.2013, 20:25
Re: Simple AFK System - by DowDaw - 14.08.2013, 22:07
Respuesta: Simple AFK System - by ADOK1NG - 15.08.2013, 00:33
AW: Simple AFK System - by [AK]Nazgul - 15.08.2013, 05:55
Re: Simple AFK System - by verlaj - 15.08.2013, 06:24

Forum Jump:


Users browsing this thread: 3 Guest(s)