SA-MP Forums Archive
[FilterScript] afkSystem ( A simple AFK system with 3 commands ) - 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] afkSystem ( A simple AFK system with 3 commands ) (/showthread.php?tid=416460)



afkSystem ( A simple AFK system with 3 commands ) - greentarch - 17.02.2013


Introduction
Hello all. This is my first filterscript I have published at SA-MP forums.
I made this filterscript to practice "char arrays".
----------------------------------------------------------------------------------------------
This is a simple AFK system, which allows the players to go AFK.
* Yes, I know that are many AFK systems on the forums, from advanced to simple one.

Features
<1> This filterscript has 3 commands.
pawn Код:
"/afk [ reason ]" -> "Sets you at AFK status."
"/back" -> "Returns you back from AFK status."
"/afklist" -> "Shows the list of AFK players."
<2> When you are AFK, it will set you to another VirtualWorld. And when you are back, it will set you to your original VirtualWorld.
<3> You cannot chat if you are AFK.
<4> Players who are not AFK cannot use /back and vice-versa.

Credits
<> ZeeX -> ZCMD
<> greentarch -> Creating the script.

Download
Pastebin -> http://pastebin.com/NqBdkKUh < Version : 1.0 >

Next Release
<> Textdraws < Progress : 0% >

--------------------------
If you have found a bug, please report it here!
You can give me suggestions if you like.



Re: afkSystem ( A simple AFK system with 3 commands ) - Goldino - 24.02.2013

Good Job!