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=261994)



Simple Afk System - Monster[HD] - 16.06.2011

Hello I Have Decided To Release One Of My Afk Scripts Its Pretty Simple i hope you like it i will tell u the commands Now
___
/afk
___
/brb
___
/back
___
/afkplayers

Heres The PasteBin Link!

http://pastebin.com/f96A6YyR


Re: Simple Afk System - Monster[HD] - 16.06.2011

Edited The Script


Re: Simple Afk System - Deskoft - 16.06.2011

Good for begginers, Just a suggestion, when making a filterscript, try to be serious...
pawn Код:
SendClientMessage(playerid, COLOR_RED, "ERROR: Ur Aready Afk/And or Brb")
Change it to...
pawn Код:
SendClientMessage(playerid, COLOR_RED, "ERROR: You are aleady Away from Keyboards and/or Be right back")
Good to start, keep practicing.


Re: Simple Afk System - serman - 16.06.2011

https://sampforum.blast.hk/showthread.php?tid=249559

lol you copy it from mine


Re: Simple Afk System - dr.pepper - 16.06.2011

Quote:
Originally Posted by serman
Посмотреть сообщение
lol @ this. Stop stealing scripts!


Re: Simple Afk System - Monster[HD] - 17.06.2011

Um i didnt steal this script from you ive had this script for like a year


Re: Simple Afk System - Odyssey - 22.06.2011

Lies. Stop stealing scripts. -_-, learn to make your own! Dont be such a troll. Its quite easy to make a /afk system.


Re: Simple Afk System - [BP]Tony - 22.06.2011

Nice but
Код:
#
if (count == 0)
#
                {
#
                SendClientMessage(playerid, COLOR_RED, "NoOne Is Afk or Brb");
#
                }
#
                SendClientMessage(playerid, COLOR_WHITE, "-=---=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=");
#
                return 1;
delete NoNe and add "%s is afk "%s is brb "%s is back

Something like that
Код:
#
TogglePlayerControllable(playerid,0);
#
        new away[MAX_PLAYER_NAME];
#
        GetPlayerName(playerid, away, MAX_PLAYER_NAME);
#
        format(string, sizeof(string), "%s is AFK!", away);
#
        GameTextForAll(string, 4000, 6);
#
        return 1;
#
        }
Edit* I saw every one is says u steal it and i thing you rely change it and steal it
Edit* rate 0/10


Re: Simple Afk System - Astralis - 13.11.2011

Quote:
Originally Posted by Odyssey
Посмотреть сообщение
Lies. Stop stealing scripts. -_-, learn to make your own! Dont be such a troll. Its quite easy to make a /afk system.
oh yeah I just got the same system with /afkplayers

0/0