Adding commands
How to add commands to your server.
RegisterCommand('twt', function(src, args, _)
local argsOutput = _Lib.ConvertArgumentsToString(args) -- converting arguments to text ((args[n]))
Chat.CreateMessage('fab fa-twitter', argsOutput, '#64A6FD', false, false)
end)Chat.CreateMessage Layout
Last updated