SA-MP Forums Archive
[FilterScript] Simple AFK System - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Simple AFK System (/showthread.php?tid=457879)



Simple AFK System - 1Geek - 13.08.2013

Guys i have made this for you : The Simple AFK System by 1Geek

Commands
/afk
/back

Sceens Later

Download Link
PasteBin



Re: Simple AFK System - BodyBoardVEVO - 13.08.2013

Simple script


Re: Simple AFK System - DeathFire - 14.08.2013

Simple but nice 8/10


Re : Re: Simple AFK System - 1Geek - 14.08.2013

Quote:
Originally Posted by DeathFire
Посмотреть сообщение
Simple but nice 8/10
Thanks


Re: Simple AFK System - DowDaw - 14.08.2013

simple script and easy , nice


Respuesta: Simple AFK System - ADOK1NG - 15.08.2013

Very simple but usable

Nice?



AW: Simple AFK System - [AK]Nazgul - 15.08.2013

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.


Re: Simple AFK System - verlaj - 15.08.2013

Simple but good for beginners