RegisterCommand("announce", function(source,args)local msg =table.concat(args, " ")if msg =="" thenreturnend-- design can be default, restart or your own, just create it in index.jslocal design ="default" TriggerServerEvent("p33t-announce:server:announce", msg, design)end)