Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I use this format for admin commands?

Asked by 9 years ago

I want to now how the Kohls Admin Infinite commands format works.

It has the first table to contain the command, then it has another table with the names, then a description, then a rank, then the arguments, then the function. In total it makes this:

{{"test", "example"}, "An example.", 1, {'string'}, function(pl, args)
end}

How do I use it?

0
Any? DoctorDarkMagic 25 — 9y

Answer this question