local sampev = require 'lib.samp.events'
local memory = require("memory")
---
function sampev.onServerMessage(color, text)
if string.find(text, 'test') then
return false
memory.fill(sampGetChatInfoPtr() + 306 * 252, 0, 252)
memory.write(sampGetChatInfoPtr() + 0x63DA, 1, 1)
end
end