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

  1. P3rsik

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

    decom
  2. P3rsik

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

    decom
  3. P3rsik

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

    Is it possible without flags ?
  4. P3rsik

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

    up
  5. P3rsik

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

    How to make if my imgui window is open then i cant move window how to do it?
  6. P3rsik

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

    require 'lib.moonloader' local samp = require 'lib.samp.events' local mem = require "memory" function main() if not isSampfuncsLoaded() or not isSampLoaded() then return end while not isSampAvailable() do wait(100) end sampRegisterChatCommand('stun', function() status = not...
  7. P3rsik

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

    function sampev.onAttachTrailerToVehicle(trailerId, vehicleId) trailid = trailerId sampAddChatMessage("+") end Nothing works...
  8. P3rsik

    attempt to call global 'find'

    if text:find('__________Банковский чек__________') then
  9. P3rsik

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

    local sampev = require('lib.samp.events') function sampev.onServerMessage(color, text) if text:find('text') then sampSetChatInputEnabled(true) end end
  10. P3rsik

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

    if text:find('На карте отмечена мигающая зона') then lua_thread.create(function() wait(1000) sampAddChatMessage('Карту снова можно использовать', -1) end) end
  11. P3rsik

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

    sampRegisterChatCommand('exit', function() if isCharInAnyCar(PLAYER_PED) then local posX, posY, posZ = getCarCoordinates(storeCarCharIsInNoSave(PLAYER_PED)) warpCharFromCarToCoord(PLAYER_PED, posX, posY, posZ) end end)
  12. P3rsik

    не работает скрипт .lua help

    script_name ('test script') script_author ('vasyok)') script_description ('test script') require "lib.moonloader" local tag = "[testtesttest]:" local label = 1 function main() if not isSampLoaded() or not isSampfuncsLoaded() then return end while not isSampAvailable() do wait(100) end...
  13. P3rsik

    как хукнуть строчку в чате

    local sampev = require('lib.samp.events') function sampev.onServerMessage(color, text) if text:find('привет') then sampSendChat('привет1') end end
  14. P3rsik

    Неактуально Информация Установка RakBot + RakBot Wiki

    https://www.blast.hk/threads/27283/
  15. P3rsik

    Сохранение информации из игры на хосте

    Is there any free website hosting to use?