require "lib.moonloader"
local val = { "Евгений", "Степанов" }
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(0) end
sampAddChatMessage("[ARZ]{caded8} Dolbaeb", 0xfc03b1)
sampRegisterChatCommand("sza", sza_cmd)
while true do
wait(0)
end
end
function sza_cmd()
for _, val in ipairs(val) do
sampAddChatMessage(t , -1)
end
end