Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
local sampev = require 'lib.samp.events'
function sampev.onServerMessage(color, text)
if text:find('Empty') then
local ip, port = sampGetCurrentServerAddress()
sampConnectToServer(ip, port)
return {color, text}
end
end
local sampev = require 'lib.samp.events'
function sampev.onServerMessage(color, text)
if text:find('Empty') then
local ip, port = sampGetCurrentServerAddress()
sampConnectToServer(ip, port)
return {color, text}
end
end
не реконнектит вообще, если написать текст с пробелами, то скрипт подыхает
kaka.lua: D:\gtasa\moonloader\kaka.lua:4: '<name>' expected near 'test'
(error) kaka.lua: Script died due to an error. (0BFDBDD4) при тексте text test в строчке if text:find(test text) then
не реконнектит вообще, если написать текст с пробелами, то скрипт подыхает
kaka.lua: D:\gtasa\moonloader\kaka.lua:4: '<name>' expected near 'test'
(error) kaka.lua: Script died due to an error. (0BFDBDD4) при тексте text test в строчке if text:find(test text) then