command /motd [] []: permission: xAxee.motd permission message: &4Error: &cNie masz dostepu do tej komendy! trigger: if arg 1 is not set: send "" send "&7---------{ &6Animated Motd &7}---------" send "&f» &6Animated Motd to skrypt na zmienne motdo!" send "&f» &6Aby go uzyc wpisz:" send "&f» &6/motd wlacz &7Aby wlaczyc motd" send "&f» &6/motd wylacz &7Aby wylaczyc motd" send "&f» &6/motd ustaw1 &7aby ustawic motd(1)" send "&f» &6/motd ustaw2 &7aby ustawic motd(2)" send "&f» &6/motd czas &7aby ustawic co ile ma sie zmieniac motd z (1) na (2)" send "&f» &6/motd gracze &7aby ustawic fake sloty" else: if arg 1 is "wlacz" or "wylacz" or "ustaw1" or "ustaw2" or "czas" or "gracze": if arg 1 is "wlacz" or "wylacz": if arg 1 is "wlacz": set {motd.A} to true send "&2Wlaczyles &6animowane motd" else: set {motd.A} to false send "&cWylaczyles &6animowane motd" if arg 2 is set: if arg 1 is "ustaw1" or "ustaw2": if arg 1 is "ustaw1": set {motd.1} to "%colored arg 2%" send "ustawiles pierwsze motdo na: %{motd.1}%" else: set {motd.2} to "%colored arg 2%" send "ustawiles drugie motdo na: %{motd.2}%" if arg 1 is "czas": set {motd.czas} to "%arg 2%" send "&6ustawiles czas zmieniania sie motd na: &l%{motd::czas}%" variables: {motd::czas} = true {motd.1} = "&6&lZapraszam cie &2Na serwer! - free vip &8[&7 Online &e%number of all players%&8/&e1000 &8]" {motd.2} = "&6> > > > > >>> Start juz w ta sobote wbijaj! <<< < < < < < < - free vip!" on server list ping: if {motd::czas} is not set: set {motd::czas} to 1 if {motd.A} is true: set motd to "%{motd.1}%" set max player count to 100 stop else: set motd to "%{motd.2}%" set max player count to 100 stop on every 1 minutes: if {motd.A} is false: set {motd.A} to true else: set {motd.A} to false