Advertisement
Guest User

team_420.lua

a guest
Aug 29th, 2020
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. --Górnik Zabrze
  2. assignTeamTournament(420,66) --PKO Bank Polski Ekstraklasa (1)
  3.  
  4. setTeamCrowdSize(420,6,1) --widownia Górnik Zabrze: 100% home, 50% away
  5. setTournamentTeamCrowdSize(420,223,6,2) --widownia Górnik Zabrze LM: 100% home, 100% away
  6. setTournamentTeamCrowdSize(420,224,6,2) --widownia Górnik Zabrze LE: 100% home, 100% away
  7.  
  8. setGameCrowdSize(420,1871,6,2) --widownia Górnik Zabrze - Legia Warszawa (100%)
  9. setGameCrowdSize(420,873,6,2) --widownia Górnik Zabrze - Lech Poznań (100%)
  10. setGameCrowdSize(420,1873,6,2) --widownia Górnik Zabrze - Wisła Kraków (100%)
  11. setGameCrowdSize(420,111086,6,2) --widownia Górnik Zabrze - Piast Gliwice (100%)
  12.  
  13. identifyTeamKitColours(420,0,"f0f0f0","f0f0f0","f0f0f0","dcdcdc") --Home
  14. identifyTeamKitColours(420,1,"1c1c1c","1c1c1c","1c1c1c","1c1c1c") --Away
  15. identifyTeamKitColours(420,2,"1c1c1c","1c1c1c","1c1c1c","1c1c1c") --Black GK
  16. identifyTeamKitColours(420,12,"a62121","a62121","a62121","a62121") --Red GK
  17.  
  18. assignKitDetails(420,0,-1,"a00005",0,-1,4,4,-1,19)
  19. assignKitDetails(420,1,-1,"cfd2d9",0,-1,14,14,-1,19)
  20. assignKitDetails(420,2,-1,"dcdcdc",0,-1,1,1,-1,0)
  21. assignKitDetails(420,12,-1,"dcdcdc",0,-1,1,1,-1,0)
  22.  
  23. assignGKKitPrecedence(420,0,0,{2,12})
  24. assignGKKitPrecedence(420,1,0,{12,2})
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement