Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. @name Politi Skilt
  2. @inputs EGP:wirelink
  3.  
  4. #########################
  5.  
  6.  
  7. #Lavet af xKow#
  8.  
  9.  
  10. #########################
  11.  
  12.  
  13. EGP:egpClear()
  14.  
  15. #Boks
  16. EGP:egpRoundedBox(1,vec2(256,256),vec2(350,150)) EGP:egpColor(1, 0, 0, 250, 150)
  17.  
  18. #Udraabstegn
  19. EGP:egpText(2, "!", vec2(50, 240)) EGP:egpSize(2, 90) EGP:egpAlign(2, 1, 1) EGP:egpColor(2, 255, 255, 255, 250)
  20. EGP:egpText(3, "!", vec2(465, 240)) EGP:egpSize(3, 90) EGP:egpAlign(3, 1, 1) EGP:egpColor(3, 255, 255, 255, 250)
  21.  
  22. #Tekst
  23. EGP:egpText(4, "POLITI", vec2(256, 256)) EGP:egpSize(4, 100) EGP:egpAlign(4, 1, 1) EGP:egpColor(4, 255, 255, 255, 250)
  24. EGP:egpText(5, "ID OG V"+aaL()+"BEN TJEK.", vec2(256, 300)) EGP:egpSize(5, 20) EGP:egpAlign(5, 1, 1) EGP:egpColor(5, 255, 255, 255, 250)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement