мамa Участник Автор темы 36 5 6 Фев 2025 #1 require "lib.moonloader" if isKeyJustPressed (VK_M) then sampSendChat("/mm") end end end почему не фурычит?
require "lib.moonloader" if isKeyJustPressed (VK_M) then sampSendChat("/mm") end end end почему не фурычит?
Решение STYOP 6 Фев 2025 Код: require "lib.moonloader" function main() while true do wait(0) if wasKeyPressed(VK_M) then sampSendChat("/mm") end end end
Код: require "lib.moonloader" function main() while true do wait(0) if wasKeyPressed(VK_M) then sampSendChat("/mm") end end end
STYOP Известный 195 37 6 Фев 2025 Решение #2 Код: require "lib.moonloader" function main() while true do wait(0) if wasKeyPressed(VK_M) then sampSendChat("/mm") end end end Позитивный голос 1 Негативный голос Решение
Код: require "lib.moonloader" function main() while true do wait(0) if wasKeyPressed(VK_M) then sampSendChat("/mm") end end end