Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.30 KB | None | 0 0
  1. AGC = {}
  2. AGC.Language = {}
  3. --[[---------------------------------------------------------------------------
  4. Advanced Government Computer : Config
  5. ---------------------------------------------------------------------------]]
  6. AGC_Version = "1.0.5"
  7. -- Keep complaints after restart
  8. AGC_Keep_Restart = false
  9. -- Player can access to AGC in police vehicle
  10. AGC_Access_Vehicle = true
  11. -- Notify complaint target or not
  12. AGC_Complaint_Notify = true
  13. -- NPC Model
  14. AGC_NPC_Model = "models/Barney.mdl"
  15. --Cooldown before an other complaint
  16. AGC_Complaint_Cooldown = 60 * 5 -- 5 minutes
  17. -- Which vehicles can access to AGC, don't forget to remove the comma at the last line
  18. -- Add vehicles models here
  19. AGC_VehicleAccess = {
  20. "models/lonewolfie/dodge_charger_2015_police.mdl",
  21. "models/lonewolfie/chev_impala_09_police.mdl",
  22. "models/lonewolfie/chev_suburban_pol.mdl",
  23. "models/lonewolfie/chev_suburban_pol_und.mdl",
  24. "models/tdmcars/gtav/police.mdl",
  25. "models/tdmcars/gtav/police3.mdl",
  26. "models/tdmcars/gtav/riot.mdl",
  27. "models/tdmcars/hsvw427_pol.mdl",
  28. "models/tdmcars/emergency/dod_charger12.mdl",
  29. "models/tdmcars/emergency/for_crownvic.mdl",
  30. "models/buggy.mdl",
  31. "models/tdmcars/emergency/mitsu_evox.mdl"
  32. }
  33. -- Who can delete a complaint, don't forget to remove the comma at the last line
  34. AGC_DeleteComplaint = {
  35. "Policier",
  36. "Maire",
  37. "Policier Corrompu *VIP*",
  38. "Gendarme",
  39. "Commisaire",
  40. "Agent de la BAC",
  41. "F.B.I",
  42. "GIGN",
  43. "Chef du GIGN",
  44. "Sniper du GIGN",
  45. }
  46. -- NSA Logo
  47. AGC_NSALogo = "agc/nsa_logo.png"
  48. -- Random number for wanted/arrest frame
  49. AGC_RandomNum = math.random(100, 300)
  50. -- Browser URL
  51. AGC_B_URL = "http://www.google.com/"
  52. -- Remember button
  53. AGC_Remember = true
  54. --[[---------------------------------------------------------------------------
  55. Hacking module : config
  56. ---------------------------------------------------------------------------]]
  57. -- Hacking module enabled ?
  58. AGC_Hack_Enabled = true
  59. -- Hacker job
  60. AGC_Hacker_Job = false
  61. -- Hacker job name
  62. AGC_Hacker_Jobname = {
  63. "Hackeur",
  64. "Citoyen"
  65. }
  66. -- Hacking time here random number between 30 secondes and 60
  67. AGC_Hack_time = 10
  68. -- Time between 2 fail hack
  69. AGC_Hack_Cooldown = 10
  70. --[[---------------------------------------------------------------------------
  71. DarkRP Commands config
  72. ---------------------------------------------------------------------------]]
  73. -- The police will use the computer to wanted/warrant/unwanted.. someone. (No commands)
  74. -- Set false if you want disabled default warrant/wanted/ect.. commands
  75. AGC_Default_Warrant = true
  76. AGC_Default_Wanted = true
  77. --[[---------------------------------------------------------------------------
  78. Advanced Government Computer : Translation
  79. ---------------------------------------------------------------------------]]
  80. AGC_MainLanguage = "French" -- Edit below >> or set to English or French
  81.  
  82. AGC.Language["English"] = {
  83.  
  84. Auth_NSA = "N.S.A",
  85. Auth_Desc = "Authentication Required | OS v1.0",
  86. Auth_Login = "Enter your password",
  87. Auth_Error = "You have entered a wrong password.",
  88.  
  89. Button_Disconnect = "Logout",
  90. Button_Connect = "Log in",
  91.  
  92. Button_Warrant = "Make warrant",
  93. Button_Unwarrant = "Cancel warrant",
  94.  
  95. WantedInfo = "Wanted",
  96. Wanted = "Wanted someone",
  97. Cmd_Desc = "Enter name and a reason and send this",
  98. Button_Unwanted = "Cancel wanted",
  99.  
  100. Button_Agenda = "Edit agenda",
  101. Cmd_Agenda_Desc = "Write what you want in your agenda",
  102. Agenda_Error = "You're not the Mayor!",
  103.  
  104. Button_Send = "Send",
  105. Button_Cancel = "Cancel",
  106.  
  107. Info_NWanted = "Nobody is wanted!",
  108. Info_NArrested = "Nobody is arrested!",
  109. ArrestInfo = "Arrest",
  110.  
  111. Case_DelMsg = "The complaint has been deleted!",
  112. Case_CDelComp = "You are not allowed to delete a complaint.",
  113. Case_Delete = "Delete complaint",
  114.  
  115. Case_Error = "You can't make a complaint on you.",
  116. Case_ErrorIm = "Try Again. A complaint with same name takes place at the moment.",
  117.  
  118. Case_Success = "The complaint has been registered.",
  119.  
  120. Case_ErrorRe = "You must specify a reason!",
  121. Case_ErrorTar = "You must choose a name.",
  122. Case_ErrorLon = "The complaint is too long!",
  123.  
  124. Case_Identity = "Identity",
  125. Case_Date = "Date",
  126. Case_Reporter = "Reporter",
  127. Case_Entry = "Reason",
  128.  
  129. Case_Frame = "File a complaint",
  130. Case_Frame_Desc = "You must provide a reason and the name of the player",
  131. Case_Abort = "Cancel",
  132.  
  133. GLicense_Title = "Gun licences management panel :",
  134. GLicense_Desc = "From this menu you can manage gun licenses issued to citizens of the city.",
  135. GLicense_Job = "Job",
  136. GLicense_Situation = "Situation",
  137. GLicense_SitA = "No data, no trouble",
  138. GLicense_SitB = "Trouble with government",
  139. GLicense_Menu = "Remove gun license",
  140. GLicense_MenuDesc = "Give a name and a reason to revoke gun license.",
  141.  
  142. Settings_Title = "Computer Settings :",
  143. Settings_Desc = "From this menu, you can choose the wallpaper of the computer.",
  144. Settings_Wall = "Choose a wallpaper",
  145.  
  146. Complaint_Title = "Complaints management panel :",
  147. Complaint_Desc = "From this menu you can manage complaints from the citizens.",
  148.  
  149. Wanted_Title = "Wanted management panel :",
  150. Wanted_Desc = "From this menu you can manage wanted issues.",
  151. Wanted_Unwanted = "is no longer wanted by the Police.",
  152.  
  153. Arrest_Title = "Arrests management panel :",
  154. Arrest_Desc = "From this menu you can manage the arrests by the government.",
  155.  
  156. CP_Error = "You can't file a complaint, you are a police officer.",
  157. Error_Reason = "You must specify a valid reason.",
  158. Error_ReasonB = "You must specify a reason.",
  159. Error_Character = "You can't use illegal characters.",
  160. Cooldown_A = "You must wait ", -- keep space
  161. Cooldown_B = " minutes, before send another complaint.",
  162.  
  163. Complaint_Notif = "A complaint against you has been filed.",
  164. License_Notif = "You can't remove the license of a police officer.",
  165. License_Info = "revoke the gun license of",
  166.  
  167. Button_StartHack = "Start hack",
  168. Starter_Text = "Hack initialization..",
  169. Attempt_Text = "Hacking attempt..",
  170. Success_Text = "Successful hacking",
  171. Fail_Text = "ERROR: FAIL",
  172. State_Wait = "WAITING..",
  173. State_Granted = "ACCESS GRANTED",
  174. State_Denied = "ACCESS DENIED",
  175. End_Text = "Hacking finished..",
  176. Exit_Print = "You logged out, you missed the fatal flaw that would have allowed you to enter..",
  177. Remember_Log = "Remember my login"
  178. }
  179.  
  180. AGC.Language["French"] = {
  181.  
  182. Auth_NSA = "N.S.A",
  183. Auth_Desc = "Authentification requise | OS v1.0",
  184. Auth_Login = "Identifiez-vous",
  185. Auth_Error = "Votre mot de passe n'est pas correct.",
  186.  
  187. Button_Disconnect = "Se déconnecter",
  188. Button_Connect = "Se connecter",
  189.  
  190. Button_Warrant = "Faire un mandat",
  191. Button_Unwarrant = "Annuler mandat",
  192.  
  193. WantedInfo = "Avis de recherches",
  194. Wanted = "Avis de recherche",
  195. Cmd_Desc = "Entrez un nom et une raison puis envoyez",
  196. Button_Unwanted = "Annuler avis",
  197.  
  198. Button_Agenda = "Editer l'agenda",
  199. Cmd_Agenda_Desc = "Ecrivez ce que vous souhaitez voir",
  200. Agenda_Error = "Vous n'êtes pas le Maire!",
  201.  
  202. Button_Send = "Envoyer",
  203. Button_Cancel = "Retour",
  204.  
  205. Info_NWanted = "Personne n'est recherché!",
  206. Info_NArrested = "Personne n'est arrêté!",
  207. ArrestInfo = "Arrêter",
  208.  
  209. Case_DelMsg = "La plainte a été supprimée!",
  210. Case_CDelComp = "Vous ne pouvez pas supprimer la plainte.",
  211. Case_Delete = "Supprimer une plainte",
  212.  
  213. Case_Error = "Vous ne pouvez pas déposer une plainte contre vous.",
  214. Case_ErrorIm = "Essaye encore. ça n'arrive jamais.",
  215.  
  216. Case_Success = "La plainte a bien été envoyée.",
  217.  
  218. Case_ErrorRe = "Vous devez spécifier une raison.",
  219. Case_ErrorTar = "Vous devez choisir un nom.",
  220. Case_ErrorLon = "La plainte est trop longue!",
  221.  
  222. Case_Identity = "Identité",
  223. Case_Date = "Date",
  224. Case_Reporter = "Rapporteur",
  225. Case_Entry = "Raison",
  226.  
  227. Case_Frame = "Déposer une plainte",
  228. Case_Frame_Desc = "Vous devez donner une raison et le nom d'un joueur",
  229. Case_Abort = "Retour",
  230.  
  231. GLicense_Title = "Gestion des licences d'armes :",
  232. GLicense_Desc = "Depuis ce menu vous pouvez gérer les licenses d'armes.",
  233. GLicense_Job = "Métier",
  234. GLicense_Situation = "Situation",
  235. GLicense_SitA = "Pas d'info, pas de problèmes",
  236. GLicense_SitB = "Problème avec le gouvernement",
  237. GLicense_Menu = "Révoquer la license",
  238. GLicense_MenuDesc = "Donner une raison un nom pour révoquer la license.",
  239.  
  240. Settings_Title = "Réglages de l'ordinateur :",
  241. Settings_Desc = "Depuis ce menu touchez aux réglages intéressants de l'ordinateur.",
  242. Settings_Wall = "Fond d'écran",
  243.  
  244. Complaint_Title = "Gestion des plaintes :",
  245. Complaint_Desc = "Depuis ce menu vous pouvez consulter les plaintes déposées.",
  246.  
  247. Wanted_Title = "Gestion des avis de recherches :",
  248. Wanted_Desc = "Depuis ce menu vous pouvez gérer les avis de recherches.",
  249. Wanted_Unwanted = "n'est plus recherché par la police.",
  250.  
  251. Arrest_Title = "Gestion des arresations :",
  252. Arrest_Desc = "Depuis ce menu vous pouvez gérer les arrestations récentes.",
  253.  
  254. CP_Error = "Vous ne pouvez pas déposer de plainte puisque vous êtes agent de police.",
  255. Error_Reason = "Vous devez entrer une raison valide.",
  256. Error_ReasonB = "Vous devez entrer une raison.",
  257. Error_Character = "Vous utilisez des charactères illégales.",
  258. Cooldown_A = "Vous devez attendre ", -- keep space
  259. Cooldown_B = " minutes, avant d'envoyer une autre plainte.",
  260.  
  261. Complaint_Notif = "Une plainte à votre nom vient d'être enregistrée.",
  262. License_Notif = "Vous ne pouvez pas enlever la license d'un agent de police.",
  263. License_Info = "a révoqué la license d'arme de",
  264.  
  265. Button_StartHack = "Lancer le hack",
  266. Starter_Text = "Initialisation du hack..",
  267. Attempt_Text = "Tenter un hack..",
  268. Success_Text = "Piratage réussi",
  269. Fail_Text = "ERREUR: FAIL",
  270. State_Wait = "EN ATTENTE..",
  271. State_Granted = "ACCÈS AUTORISÉ",
  272. State_Denied = "ACCÈS REFUSÉ",
  273. End_Text = "Piratage terminé..",
  274. Exit_Print = "Vous avez déconnecté et perdu la faille fatale qui vous aurait fait d'entrer.",
  275. Remember_Log = "Se souvenir de moi"
  276. }
  277. --[[---------------------------------------------------------------------------
  278. End of config
  279. ---------------------------------------------------------------------------]]
  280. Icon_Base = {}
  281. Icon_Base[1] = {
  282. Title = "Complaint",
  283. Icon = "agc/license.png",
  284. Action = "2"
  285. }
  286. Icon_Base[2] = {
  287. Title = "Wanted",
  288. Icon = "agc/wanted.png",
  289. Action = "3"
  290. }
  291. Icon_Base[3] = {
  292. Title = "Arrest",
  293. Icon = "agc/arrested.png",
  294. Action = "4"
  295. }
  296. Icon_Base[4] = {
  297. Title = "Licenses",
  298. Icon = "agc/complaint.png",
  299. Action = "1"
  300. }
  301. Icon_Base[5] = {
  302. Title = "Browser",
  303. Icon = "agc/browser.png",
  304. Action = "5"
  305. }
  306. Icon_Base[6] = {
  307. Title = "Settings",
  308. Icon = "agc/settings.png",
  309. Action = "6"
  310. }
  311. -- ICONS FROM ICONFINDER (Free for commercial use) https://docs.google.com/spreadsheets/u/1/d/1E8X2_xmJkkoeZwa1HPNG6jT3ytAZlcAgzTDRX0jDF-Q/pubhtml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement