25.04.2011, 14:38
(
Последний раз редактировалось dewilix; 20.04.2013 в 23:44.
)
Simple AFK System.
This is my first filterscript.
Features:
You can change auto-afk time here:
You can enable/disable auto-afk here:
You can enable/disable Back on Key Press here:
Bugs:
If there is any bug send me pm.
Current version: 0.8
Changelog:
Download: Pastebin v0.8
Download: Pastebin v0.7 | MediaFire v0.7
Download: Pastebin v0.6 | MediaFire v0.6
Download: Pastebin v0.5
Download: Pastebin v0.4
This is my first filterscript.
Features:
- Saves your score from losing, when you are away from keyboard.
- Returns your previous health.
- Auto AFK after specific time.
- "Back" without using commands by pressing "move forward" key.
- /afk
- /back
You can change auto-afk time here:
Код:
#define afktime 1 // AFK time in minutes
Код:
#define AutoAFKTimer 1 // Enable Auto AFK? 1 = On 0 = Off
Код:
#define AutoBackOnButtonPress 1 // Enable Auto Back on "Move Forward" key press? 1 = On 0 = Off
If there is any bug send me pm.
Current version: 0.8
Changelog:
Код:
v0.8 -Bug fix v0.7 -"Auto Back" now work with almost every movement key. -Added [AFK] tag to player. -Added Armour restore. v0.6 -Added "Auto Back" when press move forward key. -Added Enable/Disable "Auto Back". -Added Enable/Disable Auto AFK. v0.5 -Added auto afk. v0.4 -Added anti-chat when afk. -Fixed anti-spam now work. v0.3 -Added anti-spam. v0.2 -Fixed string size. -Added return previous health. v0.1 -Initial release.
Download: Pastebin v0.7 | MediaFire v0.7
Download: Pastebin v0.6 | MediaFire v0.6
Download: Pastebin v0.5
Download: Pastebin v0.4