Posted 22 January 2017 - 12:44 AM
Hello!
The title sucks, I know :P/>
Anyways, I want to do something like this
I'm making a console for my website hosting system in Firewolf and I need to have something like this.
Thanks!
The title sucks, I know :P/>
Anyways, I want to do something like this
local cmd = "help"
if command.cmd.output then
for k,v in pairs(command.cmd.output) do
print(v)
end
end
I'm making a console for my website hosting system in Firewolf and I need to have something like this.
Thanks!