Blackout
POPULAR LINKS
- BUY IT! Purchase AFK from BigDaddyScripts.com
{:links-list}
INSTALLATION
- Open the downloaded ZIP product file and drop the folder in it somewhere in your resources folder.
- Add your product key (get it here) to the
settings.inifile - Add
start BigDaddy-AFKto yourserver.cfg.
DO NOT RENAME THE FOLDER.
If you change the name of the folder it will not function correctly so leave the name as it is.
{:is-danger}
CONFIGURATION
settings.ini
| SETTING | DEFAULT | DESCRIPTION |
|---|---|---|
| [licensing] | ||
| key1 | none | This is where you put your product key |
| [settings] | ||
| AfkTimeoutMin | 15 | How many minutes of inactivity before player is kicked |
| CheckIntervalMs | 1000 | How many milliseconds between when activity is checked |
| AxisDeadzone | 0.05 | Deadzone alloawance for controller users |
| KickMessage | Message player sees when kicked | |
| WarnMessage | Message player sees when warned | |
| CountdownMessage | Message shown during countdown before kick |
CONFLICT WARNING
You MUST remove other AFK scripts, like qbx-afk etc., from your server or they will all try to work at the same time
{:is-danger}
EVENTS
There are two events built into the script to allow you to suspend the check for clients when doing things like character creation/selection and similar things.
Client Events
BigDaddy-AFK:Suspend - will stop the script from watching that particular client until resumed
BigDaddy-AFK:Resume - will resume watching that particular client
Usage:
TriggerEvent("BigDaddy-AFK:Suspend")
TriggerEvent("BigDaddy-AFK:Resume")
HOW TO PLAY
There is nothing special to do for this script. It will automatically monitor player movement and kick them when appropriate