Ищу сбив

DVRST

Известный
Автор темы
820
125
Версия SA-MP
  1. 0.3.7-R2
Ищу сбив распальцовкой как на этом видео
(noad) , если проще то вот скрин
1629530020350.png
 
Последнее редактирование:

atomlin

Известный
578
371
Lua:
require "lib.moonloader"
function main()
if not isSampLoaded() then return end
while true do wait(0)
if isPlayerPlaying(PLAYER_HANDLE) and not sampIsChatInputActive() and not sampIsDialogActive() then
if isKeyJustPressed(81) then
sampSendChat("q")
end
end
end
end
 

Вложения

  • sbiv.lua
    273 байт · Просмотры: 383
  • Нравится
Реакции: DVRST

DVRST

Известный
Автор темы
820
125
Lua:
require "lib.moonloader"
function main()
if not isSampLoaded() then return end
while true do wait(0)
if isPlayerPlaying(PLAYER_HANDLE) and not sampIsChatInputActive() and not sampIsDialogActive() then
if isKeyJustPressed(81) then
sampSendChat("q")
end
end
end
end
спасибо, на какую кнопку?
 

Похожие темы

  1. Ответы
    3
    Просмотры
    713
    • Закрыта
    • Вопрос
      Sbiv.
    Ответы
    2
    Просмотры
    1K