[FilterScript] Simple AFK System
#1

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

Commands
/afk
/back

Sceens Later

Download Link
PasteBin
Reply
#2

Simple script
Reply
#3

Simple but nice 8/10
Reply
#4

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

simple script and easy , nice
Reply
#6

Very simple but usable

Nice?
Reply
#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
#8

Simple but good for beginners
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)