Нарко на z

woodware

Потрачен
Проверенный
5,055
1,462
м-да, скачивать огромный скрипт ради 1 функции..
.:
require "lib.moonloader"
function main()
  if not isSampfuncsLoaded() or not isSampLoaded() then return end
  while not isSampAvailable() do wait(100) end
  while true do
  wait(0)
    if isKeyJustPressed(0x59) then
      sampSendChat(/usedrugs 3)
    end
  end
  end
табуляция....
и да кстати проверки на диалог и чат добавь
 

bibanoneboba

Новичок
5
0
Lua:
function main()
    repeat wait(0) until isSampAvailable()
    while true do
        wait(0)
        if isKeyJustPressed(90) and not sampIsChatInputActive() and not sampIsDialogActive() then
            sampSendChat("/usedrugs 3")
        end
    end
end
И что?Да,огромный скрипт,но в нём есть всё! (биндер,акцент,быстрый телефон,т.д)
 

xzavier

Известный
1,531
427
  • Нравится
Реакции: bibanoneboba