____English Premier League Entrance. By @MeroMero_08 ________

Credits..
I redid some of the textures for the center circle on the lawn, the stands, and the ball stand.
Everything else is based on @MeroMero_08
All credit goes to him

Download Link
https://www.mediafire.com/file/s85vbt4urbzsbn9/Premier+League.rar/file

Code for Entrance.lua

elseif tid == 17 then
entry = 16
if home == 100 then
Entrance = "Premier League\MUN"
elseif home == 101 then
Entrance = "Premier League\ARS"
elseif home == 102 then
Entrance = "Premier League\CHE"
elseif home == 103 then
Entrance = "Premier League\LIV"
elseif home == 106 then
Entrance = "Premier League\NEW"
elseif home == 107 then
Entrance = "Premier League\AVL"
elseif home == 173 then
Entrance = "Premier League\MCI"
elseif home == 177 then
Entrance = "Premier League\EVE"
elseif home == 178 then
Entrance = "Premier League\FUL"
elseif home == 179 then
Entrance = "Premier League\TOT"
elseif home == 208 then
Entrance = "Premier League\WOL"
elseif home == 377 then
Entrance = "Premier League\BHA"
elseif home == 389 then
Entrance = "Premier League\NFO"
elseif home == 4180 then
Entrance = "Premier League\BRE"
else
Entrance = "Premier League\Generic"
end

--Exhibition

--Premier League

if (home == 100 or home == 101 or home == 102 or home == 103 or home == 104 or home == 105 or home == 106 or home == 107 or home == 173 or home == 177 or home == 178 or home == 179 or home == 208 or home == 377 or home == 378 or home == 382 or home == 389 or home == 396 or home == 4071 or home == 4180) and (away == 100 or away == 101 or away == 102 or away == 103 or away == 104 or away == 105 or away == 106 or away == 107 or away == 173 or away == 177 or away == 178 or away == 179 or away == 208 or away == 377 or away == 378 or away == 382 or away == 389 or away == 386 or away == 4071 or away == 4180) then
entry = 16
if (home == 100) then
Entrance = "Premier League\MUN"
elseif home == 101 then
Entrance = "Premier League\ARS"
elseif home == 102 then
Entrance = "Premier League\CHE"
elseif home == 103 then
Entrance = "Premier League\LIV"
elseif home == 106 then
Entrance = "Premier League\NEW"
elseif home == 107 then
Entrance = "Premier League\AVL"
elseif home == 173 then
Entrance = "Premier League\MCI"
elseif home == 177 then
Entrance = "Premier League\EVE"
elseif home == 178 then
Entrance = "Premier League\FUL"
elseif home == 179 then
Entrance = "Premier League\TOT"
elseif home == 208 then
Entrance = "Premier League\WOL"
elseif home == 377 then
Entrance = "Premier League\BHA"
elseif home == 389 then
Entrance = "Premier League\NFO"
elseif home == 4180 then
Entrance = "Premier League\BRE"
else
Entrance = "Premier League\Generic"
end

Edit

Pub: 16 Aug 2025 11:05 UTC

Views: 377