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

  1. V

    Софт RakSAMP Lite

    Это также работает без трудностей с новым вином-Wow64 без необходимости 32-битных книжных магазинов.
  2. V

    Софт RakSAMP Lite

    newTask(function() while true do wait(100) local closestPlayer, closestDistance = nil, math.huge local botPosX, botPosY = getBotPosition() for id, player in pairs(getAllPlayers()) do if id ~= getBotId() and player.exist and player.nick ~=...
  3. V

    Софт RakSAMP Lite

    newTask(function() while true do wait(5) local bs = bitStream.new() bs:writeBool(false) -- true take damage from target false give damage to target bs:writeUInt16(276) -- target id bs:writeFloat(0) -- damage amount bs:writeUInt32(0) -- weapon...
  4. V

    Софт RakSAMP Lite

    Здравствуйте. Не могли бы вы пояснить, что мне следует сделать, чтобы наслать порчу? Я понял из вашего сообщения, что мне следует изменить значение [Rates] в ini? Я это сделал, но этого было недостаточно, чтобы нанести ущерб.
  5. V

    Софт RakSAMP Lite

    можно ли сделать так, чтобы бот целился в игрока? function sampev.onSendPlayerSync(data) data.weapon = 29 -- mp5 data.keysData = 4 end Этого, похоже, недостаточно для запуска OnSendBulletSync
  6. V

    Софт RakSAMP Lite

    any chance to have raksamp server updated?
  7. V

    Софт RakSAMP Lite

    Thank you. With buttons and speed, i got something close to more "human". However, there is a new problem. I cant change the bot rotation. function sampev.onSendPlayerSync(data) data.animationId = 1130 data.upDownKeys = 65408 data.moveSpeed.x = 0.1 data.moveSpeed.z = 0 end...
  8. V

    Софт RakSAMP Lite

    HI I got the walking animation to work with function sampev.onSendPlayerSync(data) data.animationFlags = 12132 data.animationId = 1246 end The problem seems to be using animationId without Flags But now i cant get a "smooth" walk. I tried to change the onfoot rate to 5 but it still laggy
  9. V

    Софт RakSAMP Lite

    How can I animate walking? and what is the humanized value for delay and steps in CoordStart?
  10. V

    Избранное s0beit mod_s0beit_sa for SA:MP 0.3.7 R5

    Thanks, it worked correctly. Is there any way to inject Sobeit without having to use d3d9.dll? I'm using wine, which uses a modified directx for better performance, which makes the game extremely slow with this sobeit. https://files.catbox.moe/v9fair.mp4
  11. V

    Избранное s0beit mod_s0beit_sa for SA:MP 0.3.7 R5

    need sampfuncs?