D
deleted-user-540132
Гость
Автор темы
- Версия MoonLoader
- .026-beta
Консоль рыгает о знаке "=" которого на строчке 12(где по данным консоли и произошла ошибка) нету и не было:
[ML] (error) scripric.lua: D:\SAMP_GG\moonloader\scripric.lua:12: '=' expected near 'function'
[ML] (error) scripric.lua: Script died due to an error. (0B2CA6E4)
Вот сам код:
[ML] (error) scripric.lua: D:\SAMP_GG\moonloader\scripric.lua:12: '=' expected near 'function'
[ML] (error) scripric.lua: Script died due to an error. (0B2CA6E4)
Вот сам код:
говно код:
script_name('test')
script_author('honter')
script_description('test')
-- script
require "lib.moonloader"
require 'lib.samp.events'
local keys = require vkeys
function main()
while not isSampAvailable() do wait(0) end
while true do
if not sampIsChatInputActive() then
if wasKeyPressed(VK_8) then
sampSendChat('привветт')
end