Недавнее содержимое от skillpz

  1. S

    Help ImGui

    how to do not keep flooding the same nick on the imgui? how to make a filter?
  2. S

    Help how to list on screen - LUA

    How do I list the information in this list on the screen? function main() while not isSampAvailable() do wait(50) end while not data do wait(0) end sust = {} lua_thread.create(function() while true do wait(0) takewd = true sampSendChat('/wanted') wait(120000) end end) while...
  3. S

    Help ImGui

    thank you very much, is there any other way to show the result on the screen other than by ImGui? in an easier way.
  4. S

    Help ImGui

    Would you help me out of this? I tried all the ways, but without success, it always resulted in a null variable. I marked you because the code was yours, if you saved something from that code I would be very grateful.
  5. S

    Help ImGui

    I've tried, but nothing happens, I'm new to it.
  6. S

    Help ImGui

    I found this code here on the forum, I would like to know how to show the result in ImGui instead of "print" as it is in the code. local sampev = require 'lib.samp.events' local imgui = require 'imgui' local encoding = require 'encoding' local wantedlist = imgui.ImBool(false) encoding.default...
  7. S

    Эксклюзив Избранное ASI R3 Compatibility

    Пожалуйста R4 Compatibility
  8. S

    Вопросы по Lua скриптингу

    нажмите кнопку
  9. S

    Вопросы по Lua скриптингу

    Какой у них код?
  10. S

    Вопросы по Lua скриптингу

    i did it, thanks
  11. S

    Вопросы по Lua скриптингу

    Help me, I am learning script_name('Test') require "lib.moonloader" require "lib.sampfuncs" local sampev = require 'lib.samp.events' state = false function main() while not isSampAvailable() do wait(0) end sampRegisterChatCommand('start', test) while true do wait(0) end...
  12. S

    Lua ScriptPatrol Lua | Автоматический биндер

    textdrawtext, как использовать его, чтобы нажать textdraw
  13. S

    Lua ScriptPatrol Lua | Автоматический биндер

    как нажать на textdraw ??