- 314
- 50
- Версия SA-MP
-
- Любая
Можете от ретушировать мой скрипт что бы он воркал? Я совсем новый в скриптенге ....
Lua:
local sampev = require "lib.samp.events"
script_name("PISKACHUX")
script_author("scripter.lua")
script_description("УДАЧИ В ИСПОЛЬЗОВАНИИ")
require "lib.moonloader"
local tag = "[PISKACHUX]: "
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(100) end
sampAddChatMessage(tag .. "АКТИВАЦИЯ НА R", 0xDB0D0D)
while true do
wait(0)
end
end
function main()
repeat wait(0) until isSampAvailable()
while true do
wait(0)
if isKeyJustPressed(17) and not sampIsChatInputActive() and not sampIsDialogActive() then
sampSendChat("/anim 82")
end
end
end
Последнее редактирование: