Advertisement
Guest User

GF EXP

a guest
Jun 25th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. new Text:GGExp0;
  2. new Text:GGExp1;
  3. new Text:GGExp2;
  4. new Text:GGExp3;
  5.  
  6.  
  7. GGExp0 = GGExpCreate(516.875000, 113.166664, "LD_SPAC:white");
  8. GGExpLetterSize(GGExp0, 0.000000, 0.000000);
  9. GGExpTextSize(GGExp0, 105.000000, 23.916679);
  10. GGExpAlignment(GGExp0, 1);
  11. GGExpColor(GGExp0, 255);
  12. GGExpSetShadow(GGExp0, 0);
  13. GGExpSetOutline(GGExp0, 0);
  14. GGExpFont(GGExp0, 4);
  15.  
  16. GGExp1 = GGExpCreate(518.750000, 114.916664, "LD_SPAC:white");
  17. GGExpLetterSize(GGExp1, 0.000000, 0.000000);
  18. GGExpTextSize(GGExp1, 101.250000, 19.833343);
  19. GGExpAlignment(GGExp1, 1);
  20. GGExpColor(GGExp1, -5963521);
  21. GGExpSetShadow(GGExp1, 0);
  22. GGExpSetOutline(GGExp1, 0);
  23. GGExpFont(GGExp1, 4);
  24.  
  25. GGExp2 = GGExpCreate(536.250000, 116.666679, "450 / 1240");
  26. GGExpLetterSize(GGExp2, 0.274999, 1.535833);
  27. GGExpAlignment(GGExp2, 1);
  28. GGExpColor(GGExp2, -1);
  29. GGExpSetShadow(GGExp2, 0);
  30. GGExpSetOutline(GGExp2, 1);
  31. GGExpBackgroundColor(GGExp2, 51);
  32. GGExpFont(GGExp2, 2);
  33. GGExpSetProportional(GGExp2, 1);
  34.  
  35. GGExp3 = GGExpCreate(578.750000, 130.666702, "Info Box");
  36. GGExpLetterSize(GGExp3, 0.226249, 1.179999);
  37. GGExpAlignment(GGExp3, 1);
  38. GGExpColor(GGExp3, -1);
  39. GGExpSetShadow(GGExp3, 0);
  40. GGExpSetOutline(GGExp3, 1);
  41. GGExpBackgroundColor(GGExp3, 51);
  42. GGExpFont(GGExp3, 2);
  43. GGExpSetProportional(GGExp3, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement