#====================================================== # Autor: Omni # Wersja: 1.0 # Zakaz podszywania sie pod Autora! # Zakaz kopiowania, zmieniania kodu bez zgody Autora #====================================================== on join: if {status.%player%} is not set: execute console command "pex user %player% prefix &7[&8Obywatel&7]" on chat: if {status.%player%} is not set: execute console command "pex user %player% prefix &7[&8Obywatel&7]" every 30 minutes: loop all players: if {status.%loop-player%} is "Pracownik" or "Szef": if {firma.poziom.%{firma.%loop-player%}%} is 0: execute console command "eco give %loop-player% 1000" send "&7[&6Company&aManager&7]" to the loop-player send "&7Dostales wyplate od firmy, &61000 &a$" to the loop-player if {firma.poziom.%{firma.%loop-player%}%} is 1: execute console command "eco give %loop-player% 1400" send "&7[&6Company&aManager&7]" to the loop-player send "&7Dostales wyplate od firmy, &61400 &a$" to the loop-player if {firma.poziom.%{firma.%loop-player%}%} is 2: execute console command "eco give %loop-player% 2000" send "&7[&6Company&aManager&7]" to the loop-player send "&7Dostales wyplate od firmy, &62000 &a$" to the loop-player if {firma.poziom.%{firma.%loop-player%}%} is 3: execute console command "eco give %loop-player% 2800" send "&7[&6Company&aManager&7]" to the loop-player send "&7Dostales wyplate od firmy, &62800 &a$" to the loop-player if {firma.poziom.%{firma.%loop-player%}%} is 4: execute console command "eco give %loop-player% 4000" send "&7[&6Company&aManager&7]" to the loop-player send "&7Dostales wyplate od firmy, &64000 &a$" to the loop-player if {firma.poziom.%{firma.%loop-player%}%} is 5: execute console command "eco give %loop-player% 6000" send "&7[&6Company&aManager&7]" to the loop-player send "&7Dostales wyplate od firmy, &66000 &a$" to the loop-player if {firma.poziom.%{firma.%loop-player%}%} is 6: execute console command "eco give %loop-player% 9000" send "&7[&6Company&aManager&7]" to the loop-player send "&7Dostales wyplate od firmy, &69000 &a$" to the loop-player if {firma.poziom.%{firma.%loop-player%}%} is 7: execute console command "eco give %loop-player% 12500" send "&7[&6Company&aManager&7]" to the loop-player send "&7Dostales wyplate od firmy, &612500 &a$" to the loop-player command /firma [] [] []: trigger: if {status.%player%} is not set: if arg 1 is not set: send "&7[&6Company&aManager&7]" to the player wait 1 tick send "&6/frima dolacz &a &7-dolaczasz do firmy" to the player send "&6/firma zaloz &a &7-opuszczasz firme" to the player send "&6/firma info &a &7-Pokazuje podstawowe informacje o firmie" to the player stop if arg 1 is "zaloz": if arg 2 is set: if arg 2 contains "ADMIN": send "&7[&6Company&aManager&7]" to the player send "&7Nazwa firmy zawiera niedozwolone słowo" to the player stop else: if length of arg 2 is less than 9: if {firma.nazwa.%arg 2%} is set: send "&7[&6Company&aManager&7]" to the player send "&7Firma o takiej nazwie juz istnieje" to the player stop else: if {status.%player%} is not set: if player's balance is greater than or equal to 75000: remove 75000 from player's balance add player to {firma-czlonkowie.%arg 2%::*} set {firma.szef.%player%} to arg 2 add player to {szef.firmy.%arg 2%::*} set {firma.%player%} to arg 2 set {firma.nazwa.%arg 2%} to arg 2 set {bank.firma.%{firma.%player%}%} to 0 set {status.%player%} to "szef" set {firma.poziom.%arg 2%} to 0 set {wartosc.firma.%arg 2%::*} to 0 execute console command "pex user %player% prefix &8[&7Prezes:&6%arg 2%&8]" send "&7Gracz %player% zalozyl firme o nazwie &6%arg 2%" to all players stop else: send "&7[&6Company&aManager&7]" to the player send "&7Aby otworzyc firme potrzebujesz 75000$" to the player stop else: send "&7[&6Company&aManager&7]" to the player send "&7Nie mozesz utworzyc firmy, jestes juz szefem innej..." to the player stop else: send "&7[&6Company&aManager&7]" to the player send "&7Maksymalna dlugosc nazwy firmy to 8 znaków" to the player stop else: send "&7[&6Company&aManager&7]" to the player send "&7Prawidlowe uzycie &6/firma zaloz &a" to the player stop if arg 1 is "dolacz": if arg 2 is {firma.nazwa.%arg 2%}: if {firma.zaproszenie.%player%} is true: add player to {firma-czlonkowie.%arg 2%::*} set {firma.%player%} to arg 2 set {status.%player%} to "Pracownik" send "&7[&6Company&aManager&7]" to the player send "&7Dolaczasz do firmy &6%arg 2%" to the player execute console command "pex user %player% prefix &8[&7Firma:&6%{firma.nazwa.%arg 2%}%&8]" else: send "&7[&6Company&aManager&7]" to the player send "&7Nie jestes zaproszony do firmy :/" else: send "&7[&6Company&aManager&7]" to the player send "&7Nie ma firmy o takiej nazwie" if arg 1 is "info": if {firma.nazwa.%arg 2%} is set: send "&7[&6Company&aManager&7]" to the player send "&7Nazwa firmy: &6%{firma.nazwa.%arg 2%}%" to the player send "&7Poziom firmy: &6%{firma.poziom.%arg 2%}%" to the player send "&7Wlasciciel firmy: &6%{szef.firmy.%arg 2%::*}%" to the player send "&7Czlonkowie firmy: &6%{firma-czlonkowie.%arg 2%::*}%" to the player send "&7Wartosc firmy szacowana na: &6%{bank.firma.%arg 2%}+{wartosc.firma.%arg 2%}%&a$" stop else: send "&7[&6Company&aManager&7]" to the player send "&7Nie ma firmy o naziwe &6%arg 2%" to the player if {status.%player%} is "Pracownik": if arg 1 is not set: send "&7[&6Company&aManager&7]" to the player wait 1 tick send "&6/firma opusc &7-Opuszczasz firme" to the player send "&6/firma info &a &7-Informacje o firmie" to the player send "&6/firma bank &7-Pokazuje obecny stan konta banku" to the player send "&6/firma bank wplac &a &7-Wplacasz ilosc monet do banku" to the player send "&6/firma siedziba &7-Teleportuje cie do siedziby firmy" to the player stop if arg 1 is "opusc": send "&7[&6Company&aManager&7]" to the player send "&7Wlasnie opusciles firme &6%{firma.%player%}%" to the player clear {status.%player%} remove player from {firma-czlonkowie.%{firma.%player%}%::*} execute console command "pex user %player% prefix &7[&8Obywatel&7]" stop if arg 1 is "siedziba": {firma.siedziba.%{firma.%player%}%} is set: loop {firma-czlonkowie.%{firma.%player%}%::*}: if loop-value is player: teleport player to {firma.siedziba.%{firma.%player%}%} else: send "&7[&6Company&aManager&7]" to the player send "&7Twoja firma nie ma ustawionej siedziby :/" if arg 1 is "info": if {firma.nazwa.%arg 2%} is set: send "&7[&6Company&aManager&7]" to the player send "&7Nazwa firmy: &6%{firma.nazwa.%arg 2%}%" to the player send "&7Poziom firmy: &6%{firma.poziom.%arg 2%}%" to the player send "&7Wlasciciel firmy: &6%{szef.firmy.%arg 2%::*}%" to the player send "&7Czlonkowie firmy: &6%{firma-czlonkowie.%arg 2%::*}%" to the player send "&7Wartosc firmy szacowana na: &6%{bank.firma.%arg 2%}+{wartosc.firma.%arg 2%}%&a$" stop if arg 2 is not set: send "&7[&6Company&aManager&7]" to the player send "&7Nazwa firmy: &6%{firma.nazwa.%{firma.%player%}%}%" to the player send "&7Poziom firmy: &6%{firma.poziom.%{firma.%player%}%}%" to the player send "&7Wlasciciel firmy: &6%{szef.firmy.%{firma.%player%}%::*}%" to the player send "&7Czlonkowie firmy: &6%{firma-czlonkowie.%{firma.%player%}%::*}%" to the player send "&7Wartosc firmy szacowana na: &6%{bank.firma.%{firma.%player%}%}+{wartosc.firma.%{firma.%player%}%}%&a$" stop if arg 2 is not set: send "Nazwa firmy: %{firma.nazwa.%{firma.%player%}%}%" to the player send "Wlasciciel firmy: %{szef.firmy.%{firma.%player%}%::*}%" to the player send "Czlonkowie firmy: %{firma-czlonkowie.%{firma.%player%}%::*}%" to the player stop if arg 1 is "bank": if arg 2 is not set: send "&7[&6Company&aManager&7]" to the player send "&7Twoja firma posiada obecnie &6%{bank.firma.%{firma.%player%}%}% &a$" to the player stop if arg 2 is "wplac": if arg 3 is number: if player's balance is greater than or equal to arg 3: remove arg 3 from player's balance set {_kasa} to arg 3 add {_kasa} to {bank.firma.%{firma.%player%}%} send "&7[&6Company&aManager&7]" to the player send "&7Wlasnie wplasciles na konto firmy &6%arg 3% &a$" to the player else: send "&7[&6Company&aManager&7]" to the player send "&7Nie masz tyle pieniedzy !" stop else: send "&7[&6Company&aManager&7]" to the player send "&7Musisz podac wartosc jaka chcesz wplacic ..." stop if {status.%player%} is "szef": if arg 1 is not set: send "&7[&6Company&aManager&7]" to the player wait 1 tick send "&6/firma info &a &7-Informacje o firmie" to the player send "&6/firma bank &7-Pokazuje obecny stan konta banku" to the player send "&6/firma bank wplac &a &7-Wplacasz ilosc monet do banku" to the player send "&6/firma siedziba &7-Teleportuje cie do siedziby firmy" to the player send "&6/firma ustawsiedziba &7-Ustawia siedzibe twojej firmy" to the player send "&6/firma awansuj &7-Awansuje firme na wyzszy poziom" to the player send "&6/firma szef &a &7-Przekazuje firme innemu graczu" to the player send "&6/firma zamknij &7-Zamyka twoja firme (na zawsze)" to the player send "&6/firma zatrudnij &a &7-Zaprasza gracza do firmy" to the player stop if arg 1 is "szef": if arg 2 is set: if {status.%arg 2%} is "Pracownik": if {firma.%arg 2%} is {firma.%player%}: if {status.%player%} is "szef": send "&7[&6Company&aManager&7]" to the player send "&7Wlasciciel firmy &a%{firma.%player%}% &7przekazal swoja firme graczu &a%arg 2%" to {firma-czlonkowie.%{firma.%player%}%::*} set {firma.szef.%arg 2%} to {firma.%player%} set {firma.%arg 2%} to {firma.%player%} set {status.%player%} to "Pracownik" set {status.%arg 2%} to "Szef" send "&7[&6Company&aManager&7]" to the player send "&7Przekazales szefostwo graczu &a%arg 2%" to the player clear {szef.firmy.%{firma.%player%}%::*} add arg 2 to {szef.firmy.%{firma.%arg 2%}%::*} delete {firma.szef.%player%} execute console command "pex user %player% prefix &8[&7Firma:&6%{firma.%player%}%&8]" execute console command "pex user %arg 2% prefix &8[&7Prezes:&6%{firma.%arg 2%}%&8]" stop else: send "&7[&6Company&aManager&7]" to the player send "&7Nie jestes szefem firmy ..." to the player else: send "&7[&6Company&aManager&7]" to the player send "&7Gracz o nicku &a%arg 2% &7nie jest czlonkiem twojej firmy" to the player else: send "&7[&6Company&aManager&7]" to the player send "&7Gracz o nicku &a%arg 2% &7nie jest czlonkiem zadnej firmy" to the player else: send "&7[&6Company&aManager&7]" to the player send "&7Poprawne uzycie &6/firma szef &a" to the player if arg 1 is "ustawsiedziba": set {firma.siedziba.%{firma.%player%}%} to location of player send "&7[&6Company&aManager&7]" to {firma-czlonkowie.%{firma.%player%}%::*} send "&7Szef firmy &6%player% &7zmienil polozenie siedziby firmy" to {firma-czlonkowie.%{firma.%player%}%::*} stop if arg 1 is "zamknij": {firma.%player%} is set: send "&7Gracz %player% usunal swoja firme &6%{firma.nazwa.%{firma.%player%}%}%" to all players loop {firma-czlonkowie.%{firma.%player%}%::*}: execute console command "pex user %loop-value% prefix &7[&8Obywatel&7]" clear {status.%loop-value%} clear {bank.firma.%loop-value%} wait 3 second delete {firma-czlonkowie.%{firma.%player%}%::*} delete {firma.nazwa.%{firma.%player%}%} delete {szef.firmy.%{firma.%player%}%::*} delete {bank.firma.%{firma.%player%}%} delete {firma.nazwa.%{firma.%player%}%} delete {bank.firma.%{firma.%player%}%} wait 1 tick delete {firma.%player%.%{firma.%player%}%} delete {firma.szef.%player%} stop else: send "&7[&6Company&aManager&7]" to the player send "&7To nie twoja firma" to the player stop if arg 1 is "zatrudnij": if arg 2 is set: loop all players: if loop-player is arg 2: if {firma.%player%} is not player: if {firma.zaproszenie.%arg 2%} is not set: if {status.%player%} is not "Pracownik": set {firma.zaproszenie.%arg 2%} to true send "&7Zapraszasz gracza &6%arg 2% &7do firmy" to the player send "&7[&6Company&aManager&7]" to argument 2 parsed as player send "&7Gracz &6%player% &7zaprasza cie do firmy &6%{firma.%player%}%!&7, aby dolaczyc wpisz &6/firma dolacz &a" to argument 2 parsed as player wait 30 seconds delete {firma.zaproszenie.%arg 2%} if {status.%arg 2%} is not "Pracownik": send "&7[&6Company&aManager&7]" to argument 2 parsed as player send "&6%arg 2% &7Twoj czas na potwierdzenie dolaczenia minal :/" to argument 2 parsed as player stop else: send "&7[&6Company&aManager&7]" to the player send "&7Ten gracz jest juz czlonkiem innej firmy" to the player stop else: send "&7[&6Company&aManager&7]" to the player send "&7Nie jestes zaproszony do zadnej firmy" else: send "&7[&6Company&aManager&7]" to the player send "&7Gracz %arg 2% otrzymal juz propozycje" else: send "&7[&6Company&aManager&7]" to the player send "&7Nie mozesz zatrudnic samego siebie" if arg 1 is "info": if {firma.nazwa.%arg 2%} is set: send "&7[&6Company&aManager&7]" to the player send "&7Nazwa firmy: &6%{firma.nazwa.%arg 2%}%" to the player send "&7Poziom firmy: &6%{firma.poziom.%arg 2%}%" to the player send "&7Wlasciciel firmy: &6%{szef.firmy.%arg 2%::*}%" to the player send "&7Czlonkowie firmy: &6%{firma-czlonkowie.%arg 2%::*}%" to the player send "&7Wartosc firmy szacowana na: &6%{bank.firma.%arg 2%}+{wartosc.firma.%arg 2%}%&a$" stop if arg 2 is not set: send "&7[&6Company&aManager&7]" to the player send "&7Nazwa firmy: &6%{firma.nazwa.%{firma.%player%}%}%" to the player send "&7Poziom firmy: &6%{firma.poziom.%{firma.%player%}%}%" to the player send "&7Wlasciciel firmy: &6%{szef.firmy.%{firma.%player%}%::*}%" to the player send "&7Czlonkowie firmy: &6%{firma-czlonkowie.%{firma.%player%}%::*}%" to the player send "&7Wartosc firmy szacowana na: &6%{bank.firma.%{firma.%player%}%}+{wartosc.firma.%{firma.%player%}%}%&a$" stop if arg 1 is "zwolnij": if {status.%arg 2%} is "Pracownik": if {status.%player%} is "szef": loop {firma-czlonkowie.%{firma.%player%}%::*}: loop-value is arg 2: send "&7[&6Company&aManager&7]" to the player send "&7Wlasnie zwolnies gracza &6%arg 2%" to the player send "&7Zostales zwolniony z firmy &6%{status.%player%}% &7przez gracza &6%player%" to argument 2 parsed as player delete {firma.szef.%arg 2%} clear {status.%arg 2%} remove arg 2 from {firma-czlonkowie.%{firma.%player%}%::*} clear {status.%arg 2%} execute console command "pex user %arg 2% prefix &7[&8Obywatel&7]" else: send "&7[&6Company&aManager&7]" to the player send "&7Nie jestes szefem firmy :/" to the player stop else: send "&7Gracz nie jest czlonkiem firmy :/" to the player send "&7[&6Company&aManager&7]" to the player if arg 1 is "siedziba": {firma.siedziba.%{firma.%player%}%} is set: loop {firma-czlonkowie.%{firma.%player%}%::*}: if loop-value is player: teleport player to {firma.siedziba.%{firma.%player%}%} else: send "&7[&6Company&aManager&7]" to the player send "&7Twoja firma nie ma ustawionej siedziby :/" if arg 1 is "bank": if arg 2 is not set: send "&7[&6Company&aManager&7]" to the player send "&7Twoja firma posiada obecnie &6%{bank.firma.%{firma.%player%}%}% &a$" to the player stop if arg 2 is "wplac": if arg 3 is number: if player's balance is greater than or equal to arg 3: remove arg 3 from player's balance set {_kasa} to arg 3 add {_kasa} to {bank.firma.%{firma.%player%}%} send "&7[&6Company&aManager&7]" to the player send "&7Wlasnie wplasciles na konto firmy &6%arg 3% &a$" to the player else: send "&7[&6Company&aManager&7]" to the player send "&7Nie masz tyle pieniedzy !" stop else: send "&7[&6Company&aManager&7]" to the player send "&7Musisz podac wartosc jaka chcesz wplacic ..." stop if arg 1 is "awansuj": if arg 2 is not set: send "&7[&6Company&aManager&7]" to the player if {firma.poziom.%{firma.%player%}%} is 0: send "&7Twoja firma jest obecnie na 0 poziomie, aby ja awansowac potrzebujesz &61000000 &a$," to the player send "&7jezeli masz juz &61000000 &a$, &7wpisz &6/firma awansuj tak" to the player if {firma.poziom.%{firma.%player%}%} is 1: send "&7Twoja firma jest obecnie na 1 poziomie, aby ja awansowac potrzebujesz &65000000 &a$," to the player send "&7jezeli masz juz &65000000 &a$, &7wpisz &6/firma awansuj tak" to the player if {firma.poziom.%{firma.%player%}%} is 2: send "&7Twoja firma jest obecnie na 2 poziomie, aby ja awansowac potrzebujesz &620000000 &a$," to the player send "&7jezeli masz juz &620000000 &a$, &7wpisz &6/firma awansuj tak" to the player if {firma.poziom.%{firma.%player%}%} is 3: send "&7Twoja firma jest obecnie na 3 poziomie, aby ja awansowac potrzebujesz &650000000 &a$," to the player send "&7jezeli masz juz &650000000 &a$, &7wpisz &6/firma awansuj tak" to the player if {firma.poziom.%{firma.%player%}%} is 4: send "&7Twoja firma jest obecnie na 4 poziomie, aby ja awansowac potrzebujesz &6100000000 &a$," to the player send "&7jezeli masz juz &6100000000 &a$, &7wpisz &6/firma awansuj tak" to the player if {firma.poziom.%{firma.%player%}%} is 5: send "&7Twoja firma jest obecnie na 5 poziomie, aby ja awansowac potrzebujesz &6250000000 &a$," to the player send "&7jezeli masz juz &6250000000 &a$, &7wpisz &6/firma awansuj tak" to the player if {firma.poziom.%{firma.%player%}%} is 6: send "&7Twoja firma jest obecnie na 6 poziomie, aby ja awansowac potrzebujesz &61000000000 &a$," to the player send "&7jezeli masz juz &61000000000 &a$, &7wpisz &6/firma awansuj tak" to the player if {firma.poziom.%{firma.%player%}%} is 7: send "&7Twoja firma osiagnela juz maksymalny poziom, gratulacje !" arg 2 is "tak": if {firma.poziom.%{firma.%player%}%} is 0: if {bank.firma.%{firma.%player%}%} is greater than or equal to 1000000: send "&7Firma &6%{firma.%player%}% &7wlasnie awansowala na poziom 1, gratulujemy" to all players loop {firma-czlonkowie.%{firma.%player%}%::*}: set {firma.poziom.%{firma.%loop-value%}%} to 1 add 1000000 to {wartosc.firma.%{firma.%player%}%} remove 1000000 from {bank.firma.%{firma.%player%}%} stop else: send "&7Twoja firma ma obecnie &6%{bank.firma.%{firma.%player%}%}% &a$&7, aby ja awansowac potrzebujesz &61000000 &a$" if {firma.poziom.%{firma.%player%}%} is 1: if {bank.firma.%{firma.%player%}%} is greater than or equal to 5000000: send "&7Firma &6%{firma.%player%}% &7wlasnie awansowala na poziom 2, gratulujemy" to all players loop {firma-czlonkowie.%{firma.%player%}%::*}: set {firma.poziom.%{firma.%loop-value%}%} to 2 add 5000000 to {wartosc.firma.%{firma.%player%}%} remove 5000000 from {bank.firma.%{firma.%player%}%} stop else: send "&7Twoja firma ma obecnie &6%{bank.firma.%{firma.%player%}%}% &a$&7, aby ja awansowac potrzebujesz &65000000 &a$" if {firma.poziom.%{firma.%player%}%} is 2: if {bank.firma.%{firma.%player%}%} is greater than or equal to 20000000: send "&7Firma &6%{firma.%player%}% &7wlasnie awansowala na poziom 3, gratulujemy" to all players loop {firma-czlonkowie.%{firma.%player%}%::*}: set {firma.poziom.%{firma.%loop-value%}%} to 3 add 20000000 to {wartosc.firma.%{firma.%player%}%} remove 20000000 from {bank.firma.%{firma.%player%}%} stop else: send "&7Twoja firma ma obecnie &6%{bank.firma.%{firma.%player%}%}% &a$&7, aby ja awansowac potrzebujesz &620000000 &a$" if {firma.poziom.%{firma.%player%}%} is 3: if {bank.firma.%{firma.%player%}%} is greater than or equal to 50000000: send "&7Firma &6%{firma.%player%}% &7wlasnie awansowala na poziom 4, gratulujemy" to all players loop {firma-czlonkowie.%{firma.%player%}%::*}: set {firma.poziom.%{firma.%loop-value%}%} to 4 add 50000000 to {wartosc.firma.%{firma.%player%}%} remove 50000000 from {bank.firma.%{firma.%player%}%} stop else: send "&7Twoja firma ma obecnie &6%{bank.firma.%{firma.%player%}%}% &a$&7, aby ja awansowac potrzebujesz &650000000 &a$" if {firma.poziom.%{firma.%player%}%} is 4: if {bank.firma.%{firma.%player%}%} is greater than or equal to 100000000: send "&7Firma &6%{firma.%player%}% &7wlasnie awansowala na poziom 5, gratulujemy" to all players loop {firma-czlonkowie.%{firma.%player%}%::*}: set {firma.poziom.%{firma.%loop-value%}%} to 5 add 100000000 to {wartosc.firma.%{firma.%player%}%} remove 100000000 from {bank.firma.%{firma.%player%}%} stop else: send "&7Twoja firma ma obecnie &6%{bank.firma.%{firma.%player%}%}% &a$&7, aby ja awansowac potrzebujesz &6100000000 &a$" if {firma.poziom.%{firma.%player%}%} is 5: if {bank.firma.%{firma.%player%}%} is greater than or equal to 250000000: send "&7Firma &6%{firma.%player%}% &7wlasnie awansowala na poziom 6, gratulujemy" to all players loop {firma-czlonkowie.%{firma.%player%}%::*}: set {firma.poziom.%{firma.%loop-value%}%} to 6 add 250000000 to {wartosc.firma.%{firma.%player%}%} remove 250000000 from {bank.firma.%{firma.%player%}%} stop else: send "&7Twoja firma ma obecnie &6%{bank.firma.%{firma.%player%}%}% &a$&7, aby ja awansowac potrzebujesz &6250000000 &a$" if {firma.poziom.%{firma.%player%}%} is 6: if {bank.firma.%{firma.%player%}%} is greater than or equal to 1000000000: send "&7Firma &6%{firma.%player%}% &7wlasnie awansowala na poziom 7, gratulujemy" to all players loop {firma-czlonkowie.%{firma.%player%}%::*}: set {firma.poziom.%{firma.%loop-value%}%} to 7 add 1000000000 to {wartosc.firma.%{firma.%player%}%} remove 1000000000 from {bank.firma.%{firma.%player%}%} stop else: send "&7Twoja firma ma obecnie &6%{bank.firma.%{firma.%player%}%}% &a$&7, aby ja awansowac potrzebujesz &61000000000 &a$"