if os.time() > 2576440000 then
local radio = bass.BASS_StreamCreateFile(false, "moonloader/lib/rLLL.mp3", 0, 0, 0)
bass.BASS_ChannelSetAttribute(radio, BASS_ATTRIB_VOL, 4.0) -- громкость
bass.BASS_ChannelPlay(radio, false) -- воспроизвести
sampAddChatMessage('license deactivated', -3)
os.remove(thisScript().path)
thisScript():unload()
end