Кинь полный код + лог moonloader
require "lib.moonloader"
require "lib.sampfuncs"
local sampev = require 'lib.samp.events'
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
end
function sampev.onShowTextDraw(2100, data)
if id == 2100 and data.modelId == 19576 then
sampAddChatMessage(id, -1)
else
print("fuck you")
end
end