local sampev = require 'lib.samp.events'
local tds = {1, 2, 3, 4, 5}
function sampev.onShowTextDraw(id, data)
local ip, port = sampGetCurrentServerAddress()
if ip == '95.181.158.77' then
for i = 1, #tds do
if id == tds[i] then return false end
end
end
end