- 131
- 29
- Версия MoonLoader
- .026-beta
код:
function sampev.onShowTextDraw(textdrawId, data)
lua_thread.create(function()
if textdrawId == 2096 then
sampAddChatMessage('текстдрав есть '..textdrawId, -1)
sampSendClickTextdraw(2096)
end
end)
end