Advertisement
romerlrl

Untitled

Sep 1st, 2020
1,268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. function AudioFileName(home_id, away_id)
  2.     return ctx.sider_dir.."content\\tournament_anth_tunnel\\Teams\\Brazil\\Brasileirao serie A e B\\1- Falas na abertura\\"..times.home_id.."\\"..times.home_id.."_X_"..times.away_id..".mp3"
  3.     end
  4.  
  5. times={
  6. '1920':"Athletico_PR"
  7. '2451':"Atletico_GO"
  8. '1245':"Atletico_MG"
  9. '2452':"Avaí"
  10. '2458':"Bahia"
  11. }
  12.  
  13.  
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement