require "lib.moonloader" -- подключение библиотеки
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
sampRegisterChatCommand("online", sampIsPlayerOnline)
sampAddChatMessage(“Онлайн:” .. nick)
end...