-- Exampleexports.yseries:SendCompanyMessage('ambulance', 'A citizen is in need of medical assistance', true, false)-- Exampleexports.yseries:SendCompanyMessage('ambulance', 'A citizen is in need of medical assistance', { x = -1337, y = 1337 }, false)
---@param company string, the company name---@param message string the message to send---@param showLocation boolean|table *true, *false or {x = number, y = number}---@param anonymous boolean *true or *falseexports.yseries:SendCompanyMessage(company, message, showLocation, anonymous)