Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.89 KB | None | 0 0
  1. -----------------------------------------------------------------
  2. -- @package Arivia
  3. -- @author Richard
  4. -- @build v2.0.2
  5. -- @release 07.14.2016
  6. -- @owner 76561198093636559
  7. -----------------------------------------------------------------
  8. -- BY MODIFYING THIS FILE -- YOU UNDERSTAND THAT THE ABOVE
  9. -- MENTIONED AUTHORS CANNOT BE HELD RESPONSIBLE FOR ANY ISSUES
  10. -- THAT ARISE. AS A CUSTOMER TO THE ORIGINAL PURCHASED COPY OF
  11. -- THIS SCRIPT, YOU ARE ENTITLED TO STANDARD SUPPORT WHICH CAN
  12. -- BE PROVIDED USING [SCRIPTFODDER.COM].
  13. -- ONLY THE ORIGINAL PURCHASER OF THIS SCRIPT CAN RECEIVE SUPPORT.
  14. -----------------------------------------------------------------
  15.  
  16. -----------------------------------------------------------------
  17. -- [ INFO BUTTONS ]
  18. --
  19. -- Displayed on left-side of the F4 Menu
  20. -- You can disable any one of these by changing
  21. -- enabled = true to false.
  22. --
  23. -- To open a URL:
  24. -- Arivia:OpenURL("http://url.com", "Titlebar Text")
  25. --
  26. -- To open standard text:
  27. -- Arivia:OpenText("Text here", "Titlebar Text")
  28. --
  29. -----------------------------------------------------------------
  30.  
  31. Arivia.UseIconsWithInfo = true -- This shows the icons with text.
  32.  
  33. Arivia.Settings.Menu.TitleForums = "Community Steam Group"
  34. Arivia.Settings.Menu.LinkForums = "http://steamcommunity.com/groups/easygamersrp"
  35.  
  36. Arivia.Settings.Menu.TitleDonate = "Donation Packs"
  37. Arivia.Settings.Menu.LinkDonate = "http://www.easygamers.co.uk/shop"
  38.  
  39. Arivia.Settings.Menu.TitleWebsite = "EasyGamers Website"
  40. Arivia.Settings.Menu.LinkWebsite = "http://www.easygamers.co.uk/"
  41.  
  42. Arivia.Settings.Menu.TitleWorkshop = "The Official Network Steam Collection"
  43. Arivia.Settings.Menu.LinkWorkshop = "http://steamcommunity.com/sharedfiles/filedetails/?id=412213859"
  44.  
  45. -----------------------------------------------------------------
  46. -- [ RULES ]
  47. -----------------------------------------------------------------
  48.  
  49. Arivia.Settings.Menu.TitleRules = "Network Rules"
  50.  
  51. Arivia.Settings.RulesTextColor = Color( 255, 255, 255, 255 )
  52. Arivia.Settings.RulesText =
  53. [[
  54.  
  55. ----DO NOT DO THE FOLLOWING----
  56. [x] No killing people for no reason.
  57. [x] No arresting people for no reason.
  58. [x] No breaking new life for 3 minutes.
  59. [x] No prop spamming.
  60. [x] No mic spamming.
  61. [x] No Prop killing.
  62. [x] No blocking doors or denying players access to a part of the map.
  63. [x] No hacking.
  64. [x] No glitching.
  65. [x] No trolls.
  66. [x] Read our full list of rules on our website.
  67.  
  68. ----INFRACTION CONSEQUENCES----
  69. The following actions may be taken in this order [unless violating a more serious offense]:
  70.  
  71. [-] All players will be given one fair chance after breaking a rule. (depending on what occured)
  72. [-] All players will be kicked after breaking a 2nd rule. (depending on what occured)
  73. [-] All players will be banned after breaking a third rule. (depending on what occured)
  74. [-] All players will be banned forever after breaking 15 rules. (depending on what occured)
  75. [-] Pretending to be a STAFF member will result in a 48 hour ban. (depending on what occured)
  76.  
  77. ]]
  78.  
  79. Arivia.Settings.InfoButtons = {
  80. {
  81. name = "Online Staff",
  82. description = "Available to assist",
  83. icon = "arivia/arivia_button_staff.png",
  84. buttonNormal = Color(64, 105, 126, 190),
  85. buttonHover = Color(64, 105, 126, 240),
  86. textNormal = Color(255, 255, 255, 255),
  87. textHover = Color(255, 255, 255, 255),
  88. enabled = true,
  89. func = function()
  90. Arivia:OpenAdmins()
  91. end
  92. },
  93. {
  94. enabled = true,
  95. name = "Rules",
  96. description = "What you should know",
  97. icon = "arivia/arivia_button_rules.png",
  98. buttonNormal = Color( 163, 135, 79, 190 ),
  99. buttonHover = Color( 163, 135, 79, 240 ),
  100. textNormal = Color ( 255, 255, 255, 255 ),
  101. textHover = Color( 255, 255, 255, 255 ),
  102. func = function() Arivia:OpenExternal( Arivia.Settings.Menu.TitleRules, Arivia.Settings.RulesText, true ) end
  103. },
  104. {
  105. enabled = true,
  106. name = "Donate",
  107. description = "Donate to help keep us running",
  108. icon = "arivia/arivia_button_donate.png",
  109. buttonNormal = Color( 145, 71, 101, 190 ),
  110. buttonHover = Color( 145, 71, 101, 240 ),
  111. textNormal = Color ( 255, 255, 255, 255 ),
  112. textHover = Color( 255, 255, 255, 255 ),
  113. func = function() Arivia:OpenExternal( Arivia.Settings.Menu.TitleDonate, Arivia.Settings.Menu.LinkDonate ) end
  114. },
  115. {
  116. enabled = true,
  117. name = "Website",
  118. description = "Visit the official website",
  119. icon = "arivia/arivia_button_website.png",
  120. buttonNormal = Color( 72, 112, 58, 190 ),
  121. buttonHover = Color( 72, 112, 58, 240 ),
  122. textNormal = Color ( 255, 255, 255, 255 ),
  123. textHover = Color( 255, 255, 255, 255 ),
  124. func = function() Arivia:OpenExternal( Arivia.Settings.Menu.TitleWebsite, Arivia.Settings.Menu.LinkWebsite ) end
  125. },
  126. {
  127. enabled = true,
  128. name = "Steam Workshop",
  129. description = "Download our addons here",
  130. icon = "arivia/arivia_button_workshop.png",
  131. buttonNormal = Color( 112, 87, 58, 190 ),
  132. buttonHover = Color( 112, 87, 58, 220 ),
  133. textNormal = Color ( 255, 255, 255, 255 ),
  134. textHover = Color( 255, 255, 255, 255 ),
  135. func = function() Arivia:OpenExternal( Arivia.Settings.Menu.TitleWorkshop, Arivia.Settings.Menu.LinkWorkshop ) end
  136. },
  137. {
  138. enabled = true,
  139. name = "Disconnect",
  140. description = "Disconnect from our server",
  141. icon = "arivia/arivia_button_disconnect.png",
  142. buttonNormal = Color(124, 51, 50, 190),
  143. buttonHover = Color(124, 51, 50, 240),
  144. textNormal = Color(255, 255, 255, 255),
  145. textHover = Color(255, 255, 255, 255),
  146. func = function()
  147. RunConsoleCommand("disconnect")
  148. end
  149. }
  150. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement