Advertisement
EgorkaEK

Untitled

Jul 28th, 2021
631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.49 KB | None | 0 0
  1. local g_station = nil
  2. sound.PlayURL ( "https://sgi1.beeline-kz.vkuseraudio.net/p6/3f18668674ac05.mp3?extra=BVgAePj37zUhi4igSMqsRsnRV8qWB63fYls7IYd796l1Iu7mokWdfHyhZBwASe0wDlFBM_OqtpYUqSeXzjxn7xajL4rzXs74ss0gkSnl9P12phM6F8k9s1ZSE4uw_QZYDd8w9GkGfD1lQaPgJA7sfJ0J&long_chunk=1", " ", function( station )
  3.     if ( IsValid( station ) ) then
  4.  
  5.         station:SetPos( LocalPlayer():GetPos() )
  6.    
  7.         station:Play()
  8.  
  9.         g_station = station
  10.    
  11.     else
  12.  
  13.         LocalPlayer():ChatPrint( "Invalid URL!" )
  14.  
  15.     end
  16. end )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement