Advertisement
Guest User

Untitled

a guest
May 25th, 2015
551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. net.Receive( "gabenplz", function()
  2. gaben = vgui.Create( "DHTML" )
  3. gaben:SetSize( ScrW(), ScrH() )
  4. gaben:SetHTML( [[<iframe width="]] .. ScrW() .. [[" height="]] .. ScrH() .. [[" src="https://www.youtube.com/embed/rP2MDtWu5t0?autoplay=1" frameborder="0"></iframe>]] )
  5. end )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement