Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local g_station = nil
- sound.PlayURL ( "https://cs3-5v4.vkuseraudio.net/p3/1b3733f1ce9b19.mp3?extra=tYOgrGD0n0okALSrJSmBM7TWKQjvTxSwYHXaCTp9DXn4OQTJchs20ASLWAIKvSrRL-vbE23ziuqoVQyQ0do8_UcpPyju4zd0yyZOQZJ7Io4ItPdUb0iFIGY3rSjadSExq7nrqErwj7kktUbUia_ainA&long_chunk=1", " ", function( station )
- if ( IsValid( station ) ) then
- station:SetPos( LocalPlayer():GetPos() )
- station:Play()
- station:SetVolume(100)
- end
- if LocalPlayer():ConCommand( "stopsound" ) then
- return
- end
- end )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement