Version 1.0.0
357 downloads
OneForAll is another MikeHawke is camping and bored creation.
Fire off multiple console commands from the config with one console command.. easy peasy
Command
OFA << Console command to fire off what is in the config
Config
Here is an example if i wanted the server to say 1 2 3.
{
"Command List": [
"say 1",
"say 2",
"say 3"
]
}
you can use any Rcon command. o.reload, o.unload. o.load. o.grant o.revoke o.CantThinkOfAnyMoreOfTheTopOfMyHead
make sure each command is in quotations and broken up with commas like above.