local events = require 'samp.events'
function events.onSendClickTextDraw(id)
local x, y = sampTextdrawGetPos(id)
sampAddChatMessage(("SendClick ID: %s, Model: %s, x : %s, y: %s,"):format(id, sampTextdrawGetModelRotationZoomVehColor(id), x, y), 0xCC0000)
end