options: dni: 5 godziny: 24 minuty: 59 on server ping: set {_b} to "%{start::days}%:%{start::hours}%:%{start::minutes}%" set motd to "&8&lSERVER.PL &7>> &bServer wystartuje za &l{_b}" on script load: set {start::days} to {@dni} set {start::hours} to {@godziny} set {start::minutes} to {@minuty} every minute: if {start::hours} is set: subtract 1 from {start::minutes} if {start::minutes} = 0: add 59 to {start::minutes} subtract 1 from {start::hours} if {start::hours} = 0: add 24 to {start::hours} subtract 1 from {start::days} if {start::days} = 0: execute command "whitelist off" # Jeśli tego nie chcesz usuń ostatnie dwie linijki!