function gameAlert() { return Swal.fire({ icon: 'info', title: "Perhatian.", html: "Silakan login untuk bermain!", timerProgressBar: true, timer: 5000, }); } function gamemaintenance() { return Swal.fire({ icon: 'info', title: "Opps.", html: "Provider Ini Sedang Dalam Proses Maintenance!", timerProgressBar: true, timer: 5000, }); }