There is technically a "blocking system" like kicking baning and permanent banning from your hosted servers, and a username thing sounds kinda cool, or they could make the app connect to the site.
You put the local function in the hook_chat_command it's supposed to be its own line
Like hook_chat_command("command", "description", on_cmd_command)
Local function on_cmd_command()
End
you need to do a hook_chat_command("", "", ) the first blank you put the command, the second one you put the description and the one before the ) you put a local function like this on_"command name here"_command you need to to make the
local function on_"command name here"_command()
end
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.