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

  1. Special Force

    [LUA] Мне нужен скриптер для autocaptcha

    На каком это сервере и в какой системе?
  2. Special Force

    Help me setCharCoordinates

    function main() repeat wait(0) until isSampAvailable() sampRegisterChatCommand('narangi', job) wait(-1) end function job() lua_thread.create(function() wait(1000) setCharCoordinates(playerPed, -2390.457, -325.112, 65.499) wait(10000)...
  3. Special Force

    Help me setCharCoordinates

    function main() repeat wait(0) until isSampAvailable() sampRegisterChatCommand('narangi', job) wait(-1) end function job() lua_thread.create(function() setCharCoordinates(PLAYER_PED, -2390.457, -325.112, 65.499) wait(1000) -- 1000 = 1 sec setCharCoordinates(PLAYER_PED, -2385.841, -330.648...
  4. Special Force

    Декомпиляция скриптов

    decrypt please.
  5. Special Force

    sampProcessChatInput, но без появления в чате

    sampSendChat?
  6. Special Force

    createObject

    How, can you give me an example
  7. Special Force

    createObject

    createObject: How to create an object but not add the object again during reloadall for example, when I add an object and reloadall is needed, the object is not deleted, but when the code is loaded, a new one is added and in total 2 objects appear in 1 position. It doesn't matter how many...
  8. Special Force

    Регулярные выражения

    "Вас недостаточно денег" Искать только этот текст, Если вам не нужно искать весь текст
  9. Special Force

    Рекордер x y z

    require 'lib.moonloader' local sampev = require 'lib.samp.events' function main() if not isSampfuncsLoaded() or not isSampLoaded() then return end while not isSampAvailable() do wait(100) end sampRegisterChatCommand("reccoord", Enable) Enable = false while true do...
  10. Special Force

    Неактуально Lua [Nubo Arizona] MoonTroller

    can you give me you discord?
  11. Special Force

    raksamp open with cmd

    Есть возможность открыть чтобы игра не сворачивалась при открытии ? function raksamp() local Desktop = os.getenv("USERPROFILE") .. "\\Desktop\\Rak.Samp\\RakSAMP Lite.exe" os.execute('start "" "' .. Desktop .. '"') end
  12. Special Force

    string.find(text)

    function sampev.onDisplayGameText(_, _, text) --Сначала поймите, что представляет собой текст. sampAddChatMessage(text, -1) --Тогда это легко if string.find(text, "You Text", 1, true) then ---- or if text:find('Text') and or if text == "text" then -- function end end
  13. Special Force

    raksamp lite textdraw exist

    if sampTextdrawIsExists then хочу этот код на раксампе как это сделать "Если textdraw найден"
  14. Special Force

    raksamp runtocoordinates keys

    https://prnt.sc/LYPnDBINFYfE Я не понимаю, почему это не работает setBotCoordinates(1566.2098, -836.7268, 62.6740)
  15. Special Force

    raksamp runtocoordinates keys

    rakasmp lite Как перейти по координатам и как отправить кнопки, помогите.