script_name('skalets_script')
script_author('skalets')
script_description('Command')
require "lib.moonloader"
local tag = "[My first script]:"
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
if label == 1 then
sampAddChatMessage("zxcLoaded", -1)
else
sampAddChatMessage("zxcLoaded", -1)
end
while true do
wait(0)
end
end