,I'm searching for command processor and adding my own commands on , so you will do a big favor for me.
Here some
.
Scripts
Searching for a command processor.
Searching for a command processor.
1

,
. commands = {}
function commands.help()
msg("ayyy")
end
local command = "help"
func = loadstring("commands."..command.."()")
func()
Yates: If you can add msg "unknown command" would be great as well, here
x2.Thank you helpto whatever you want and change the local
commandparameter to the same thing.
commands = {}
function commands.thisisashittyfunction()
msg("hey look at me")
end
local command = "thisisashittyfunction"
func = loadstring("commands."..command.."()")
func()
LUA ERROR:20: attempt to call global 'func' (a nil value)
script favor: You must programm it and add hooks.. There's no magic.
script favor: Judging from your name, imo people doesn't need to write full explanation/code.
script favor: why lol the problem isnt solved right?
script favor: Didn't you realised that
Yates helped you?
Baloon: it's the worst way possible, enabling Remote Code Execution on server.
script favor:
Command execution line 41
Say hook (with checks) line 299
VADemon: It's fine as long as you don't do or allow anything to do any weird things
script favor has written
https://github.com/IvaWonderbush/Y.A.T.E.S/tree/development
File does not exist (17457) also has good Command Processor, but the script isn't well written.
script favor has written
Yates: Wow that's so fabulous thank you !.
1
