D
deleted-user-491390
Гость
Автор темы
- Версия SA-MP
-
- Любая
Почему-то не работет скрипт
сампфункс жалуется на sampSendChat
Код
require "lib.moonloader"
local keys = require "vkeys"
local tag = "[BEBRA]: "
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
sampAddChatMessage(tag .. "{FFC0CB}Тестовый скрипт успешно запущен", 0xFFFF00)
while true do
wait(0)
if isKeyDown(VK_1) and isKeyJustPressed(VK_2)
sampSendChat("/healme")
end
end
end
сампфункс жалуется на sampSendChat
Код
require "lib.moonloader"
local keys = require "vkeys"
local tag = "[BEBRA]: "
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
sampAddChatMessage(tag .. "{FFC0CB}Тестовый скрипт успешно запущен", 0xFFFF00)
while true do
wait(0)
if isKeyDown(VK_1) and isKeyJustPressed(VK_2)
sampSendChat("/healme")
end
end
end
Вложения
Последнее редактирование модератором: