Chat
This page describes chat API methods
Send message
chatSend(player, string)
Send message to player.
oak.cmd('testmsg', async(pid) => {
    oak.chatSend(pid, 'Testovací zpráva')
})Broadcast message
chatBroadcast(string)
Broadcast message to players.
Last updated
Was this helpful?
