- 8
- 2
- Версия SA-MP
-
- 0.3.7 (R1)
Ошибка,в 7 строкe,искал на разных форума-нашол,но НИЧЕГО не понял,1 день попробывал что то написать(списал с видеоурока)объясните пожалуйста в чём проблема,на простом языке
lua:
require "lib.moonloader"
local keys = require "vkeys"
function main()
if not isSampLoaded() or not isSampfuncsLoaded()
then return
end
do vait(100)
end
sampAddChatMessage("LEFGA",0xC71585)
while true do
wait(0)
if isKeyDown(VK_O)
and isKeyJustPressed(VK_J)
then
sampSendChat("/help")
end
if isKeyJustPressed(Vk_U)
then
sampSendChat("/style")
end
end
end