chasef7 ah, i really boned that hard, ill fix it soon, sorry
MustBeLeaving
Posts
-
[Release] [Zombies] MustBeAfk - Simple, Customizable AFK System -
[Release] [Zombies] MustBeAfk - Simple, Customizable AFK SystemResxt You can do that! read the dvar configuration section for
mafk_time
-
[Release] [Zombies] MustBeAfk - Simple, Customizable AFK Systemhindercanrun The idea is that you can go afk for a certain amount of time every x minutes, you can configure it to allow everyone on the server to go afk infinitely but you really shouldn't. One of the config options is to end the game if everyone is AFK or down, so you can stop infinite afk'ing.
-
[Release] [Zombies] MustBeAfk - Simple, Customizable AFK Systemhindercanrun no, why would there be, the point is so you don't get kicked or killed while being afk
-
[Release] [Zombies] MustBeAfk - Simple, Customizable AFK Systemchasef7 The afk texts opacity slowly fades away over time, my hope was that that would show it well enough. I might though, wouldn't be too hard at all.
-
[Release] [Zombies] MustBeAfk - Simple, Customizable AFK SystemMustBeAfk
I was having trouble finding a good AFK system so I decided to make one that was nice and simple.
Features
- Very customizable
- Users are able to specify a time to go AFK for
- HUD element that appears when AFK
- Commented Code
- Chat-Based
- Burp to indicate that you aren't afk anymore (for tabbed out players)
- Infinite AFK time
Downloads
Note that this requires T6 GSC Utils.
Configuration DVars
-
mafk_name [str = "[^6MAfk^7]"]
- Tag before messages from the system -
mafk_prefix [str = ".afk"]
- The command the system will use -
mafk_burps [bool = 1]
- Should the player burp when going afk and un-afk -
mafk_hud [bool = 1]
- Should the HUD be shown for afk players -
mafk_user_times [bool = 0]
- Should the user be able to specify a time to go afk for? -
mafk_max_time [float = 15]
- If user_times, what should the max time allowed be in minutes? -
mafk_def_time [float = 15]
- If user_times, what should the default time be if none is specified? -
mafk_time [float = 15]
- If not user_times, what should the afk time be? if 0 then time is infinite. -
mafk_max_end [bool = 0]
- End the game if everyone is either down or afk? -
mafk_cooldown [float = 15]
- How many minutes should you have to wait before using afk again.
Images
Contributions
If you have a suggestion of something to add, or you find a bug feel free to make an issue on the repo, you can also make a PR if you'd like :- )
Keep in mind this is my first GSC project, if I'm committing any sins against god please let me know and I'll be sure to fix them, constructive criticism is welcome.