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

  1. S

    Lua [ARZ/ERP] Onfoot/Incar teleport [UPDATE: 04.04.22]

    need update
  2. S

    renderFontDrawText / Текст накладывается друг на друга

    Save coordinate of texts and check if Y is in a radius of other text, then add offset to the Y
  3. S

    SC23 Lua Custom Radar / Создай свой радар

    Do you have just the radar code for me pls? without icons, menu, color etc. Like a clean minimap with transformPositionToMap
  4. S

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

    local sampev = require('lib.samp.events') function sampev.onServerMessage(color, text) if string.find(text, "Server Message") then lua_thread.create(function() --wait 20 minutes wait(1200000) -- ur code end) end end