chatv2: channels, hidden modes and automatic webpack

This commit is contained in:
blattersturm
2020-11-01 12:48:44 +01:00
parent 65fc598a5f
commit 439b8a9c45
6 changed files with 53 additions and 14 deletions

View File

@@ -43,7 +43,8 @@ AddEventHandler('__cfx_internal:serverPrint', function(msg)
message = {
templateId = 'print',
multiline = true,
args = { msg }
args = { msg },
mode = '_global'
}
})
end)