Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
script_name("ffff")
script_author("ffffff")
require "lib.moonloader"
local name = "{00FFFF}[fffff]{FFFFFF}:"
local color = 0x00FFFF
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
sampRegisterChatCommand("fffff", fffff_cmd)
while true do
wait(0)
end
end
function ffffff_cmd()
lua_thread.create(function()
sampSendChat("Привет")
wait(1100)
sampSendChat("/showpass")
wait(1100)
sampSendChat("Привет")
end)
end
script_name("ffff")
script_author("ffffff")
require "lib.moonloader"
local name = "{00FFFF}[fffff]{FFFFFF}:"
local color = 0x00FFFF
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
sampRegisterChatCommand("fffff", fffff_cmd)
while true do
wait(0)
end
end
function ffffff_cmd()
lua_thread.create(function()
sampSendChat("Привет")
wait(1100)
sampSendChat("/showpass")
wait(1100)
sampSendChat("Привет")
end)
end