TheGamingChief

Untitled

Jul 31st, 2016
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. class ENT_Playertags {
  2.  
  3. idd = 1000600;
  4. movingEnable=0;
  5. duration = 15000;
  6.  
  7. onLoad = "uiNamespace setVariable ['ENT_playertag',[_this select 0,1000601]]";
  8. controlsBackground[] = {"ENT_playertag"};
  9.  
  10. class ENT_playertag {
  11.  
  12. idc = 1000601;
  13. type = 13;
  14. style = 0x01;
  15. x = 0.5;
  16. y = 0.5;
  17. w = 0.25;
  18. h = 0.2;
  19. size = 0.02;
  20. colorBackground[] = {0,0,0,0};
  21. colortext[] = {0,0,0,0.7};
  22. text ="";
  23.  
  24. class Attributes {
  25. align = "right";
  26. valign = "middle";
  27. size = "1";
  28. shadow = true;
  29. shadowColor = "#2D2D2D";
  30. };
  31. };
  32. };
Add Comment
Please, Sign In to add comment