require('addon') --// sendClickTextdraw({argument})
require('samp.events').onShowTextDraw = function(id, data)
if math.floor(data.position.x) == 321 and math.floor(data.position.y) == 382 then --// COORDINATE {Text: OK}
sendClickTextdraw(id);
end
end