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