If you want system messages to appear in the okokChat style instead of standard notifications, you must modify your framework's core files.

Disable the default chat resource by removing or commenting it out in your server.cfg .

In qb-core/server/commands.lua , you can replace standard TriggerClientEvent('QBCore:Notify', ...) calls with a custom chat:addMessage event using the okokChat HTML template.