Advertisement
Guest User

Untitled

a guest
Nov 28th, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1.  
  2. if (ScrW() == 1776 && ScrH() == 1000) then
  3. surface.DrawTexturedRect( -929, 57, 3701, 950 ) -- BOTTOM TRAPEZOID
  4. end
  5.  
  6. if (ScrW() == 1920 && ScrH() == 1080) then
  7. surface.DrawTexturedRect( -1003, 61, 3999, 1025 ) -- BOTTOM TRAPEZOID
  8. end
  9.  
  10. if (ScrW() == 1600 && ScrH() == 900) then
  11. surface.DrawTexturedRect( -842, 28, 3345, 880 ) -- BOTTOM TRAPEZOID
  12. end
  13.  
  14. if (ScrW() == 1680 && ScrH() == 1050) then
  15. surface.DrawTexturedRect( -900, 170, 3545, 880 ) -- BOTTOM TRAPEZOID
  16. end
  17.  
  18. if (ScrW() == 1440 && ScrH() == 900) then
  19. surface.DrawTexturedRect( -772, 65, 3040, 840 ) -- BOTTOM TRAPEZOID
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement