Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.06 KB | None | 0 0
  1. -- People often copy jobs. When they do, the GM table does not exist anymore.
  2. -- This line makes the job code work both inside and outside of gamemode files.
  3. -- You should not copy this line into your code.
  4. local GAMEMODE = GAMEMODE or GM
  5. /*--------------------------------------------------------
  6. Default teams. Please do not edit this file. Please use the darkrpmod addon instead.
  7. --------------------------------------------------------*/
  8. TEAM_CITIZEN = DarkRP.createJob("Civil", {
  9. color = Color(20, 150, 20, 255),
  10. model = {
  11. "models/player/aiden_pearce.mdl",
  12. "models/the walking dead survival instincts/merle_dixon.mdl",
  13. "models/player/korka007/chloe.mdl",
  14. "models/rottweiler/freeman.mdl",
  15. "models/player/faith.mdl",
  16. },
  17. description = [[Citoyen de Liberty City.]],
  18. weapons = {"weapon_arc_atmcard"},
  19. command = "citizen",
  20. max = 0,
  21. salary = 100,
  22. admin = 0,
  23. vote = false,
  24. hasLicense = false,
  25. candemote = false
  26. })
  27.  
  28. TEAM_POLICE = DarkRP.createJob("Policier", {
  29. color = Color(25, 25, 170, 255),
  30. model = {
  31. "models/humans/nypd1940/male_01.mdl",
  32. "models/humans/nypd1940/male_02.mdl",
  33. "models/humans/nypd1940/male_03.mdl",
  34. "models/humans/nypd1940/male_04.mdl",
  35. "models/humans/nypd1940/male_05.mdl",
  36. "models/humans/nypd1940/male_06.mdl",
  37. "models/humans/nypd1940/male_07.mdl",
  38. "models/humans/nypd1940/male_08.mdl",
  39. "models/humans/nypd1940/male_09.mdl"
  40. },
  41. description = [[faire régner la loi est votre devoir.]],
  42. weapons = {"arrest_stick", "unarrest_stick","stunstick", "door_ram", "weaponchecker","weapon_arc_atmcard","m9k_colt1911","weapon_cuff_police","weapon_stungun"},
  43. command = "cp",
  44. max = 15,
  45. salary = 300,
  46. admin = 0,
  47. vote = true,
  48. hasLicense = true,
  49. ammo = {
  50. ["Glock-18"] = 120,
  51. }
  52. })
  53.  
  54. TEAM_DJ = DarkRP.createJob("DJ", {
  55. color = Color(80, 45, 0, 255),
  56. model = {
  57. "models/player/daftpunk/daft_gold.mdl",
  58. "models/player/daftpunk/daft_silver.mdl"
  59. },
  60. description = [[Mix mix mix!]],
  61. weapons = {"weapon_arc_atmcard"},
  62. command = "jobdj",
  63. max = 2,
  64. salary = 500,
  65. admin = 0,
  66. vote = false,
  67. hasLicense = false,
  68. candemote = false
  69. })
  70.  
  71. TEAM_CHIEF = DarkRP.createJob("Commissaire", {
  72. color = Color(20, 20, 255, 255),
  73. model = "models/player/korka007/wick.mdl",
  74. description = [[The Chief is the leader of the Civil Protection unit.
  75. Coordinate the police force to enforce law in the city.
  76. Hit a player with arrest baton to put them in jail.
  77. Bash a player with a stunstick and they may learn to obey the law.
  78. The Battering Ram can break down the door of a criminal, with a warrant for his/her arrest.
  79. Type /wanted <name> to alert the public to the presence of a criminal.
  80. Type /jailpos to set the Jail Position]],
  81. weapons = {"arrest_stick", "unarrest_stick","stunstick", "door_ram", "weaponchecker","weapon_arc_atmcard","m9k_colt1911","weapon_cuff_police","weapon_stungun"},
  82. command = "chief",
  83. max = 1,
  84. salary = 400,
  85. admin = 0,
  86. vote = true,
  87. hasLicense = true,
  88. chief = true,
  89. NeedToChangeFrom = TEAM_POLICE,
  90. ammo = {
  91. ["pistol"] = 60,
  92. }
  93. })
  94.  
  95. TEAM_GANG = DarkRP.createJob("Gangster", {
  96. color = Color(75, 75, 75, 255),
  97. model = {
  98. "models/ninja/vaas.mdl",
  99. "models/the walking dead survival instincts/daryl_dixon.mdl"
  100. },
  101. description = [[Vous semez la terreur autour de vous.]],
  102. weapons = {"weapon_arc_atmcard"},
  103. command = "gangster",
  104. max = 5,
  105. salary = 300,
  106. admin = 0,
  107. vote = false,
  108. hasLicense = false
  109. })
  110.  
  111. TEAM_MAF = DarkRP.createJob("Mafieux", {
  112. color = Color(75, 75, 75, 255),
  113. model = {
  114. "models/humans/jacketntie/male_05.mdl",
  115. "models/humans/jacketntie/male_07.mdl",
  116. "models/humans/jacketntie/male_09.mdl"
  117. },
  118. description = [[Vous faites du traffic illegal pour la famille.]],
  119. weapons = {"weapon_arc_atmcard"},
  120. command = "mafia",
  121. max = 5,
  122. salary = 300,
  123. admin = 0,
  124. vote = false,
  125. hasLicense = false
  126.  
  127. })
  128.  
  129. TEAM_YAK = DarkRP.createJob("Yakuza VIP", {
  130. color = Color(75, 75, 75, 255),
  131. model = {
  132. "models/sd/players/[soy_brawler]-head_brawler_dbs.mdl",
  133. "models/sd/players/[soy_grappler].mdl",
  134. "models/sd/players/[soy_quick]-head_quick_soy.mdl",
  135. "models/sd/players/[soy_striker]-head_striker_soy.mdl"
  136. },
  137. description = [[Vous semez la terreur.]],
  138. weapons = {"weapon_arc_atmcard","weapon_fists","cw_glock"},
  139. command = "yakuza",
  140. max = 5,
  141. salary = 450,
  142. admin = 0,
  143. vote = false,
  144. hasLicense = false,
  145. customCheck = function(ply) return CLIENT or ply:IsUserGroup("vip") or ply:IsUserGroup("moderator") or ply:IsAdmin() or ply:IsSuperAdmin() end,
  146. CustomCheckFailMsg = "Uniquement pour les VIP!"
  147.  
  148. })
  149.  
  150. TEAM_CMAF = DarkRP.createJob("Le parrain", {
  151. color = Color(75, 75, 75, 255),
  152. model = {
  153. "models/characters/gallaha.mdl"
  154. },
  155. description = [[La mafia est sous vos ordres.]],
  156. weapons = {"weapon_arc_atmcard"},
  157. command = "parrain",
  158. max = 1,
  159. salary = 350,
  160. admin = 0,
  161. vote = false,
  162. hasLicense = false
  163. })
  164.  
  165. TEAM_CHI = DarkRP.createJob("Chimiste", {
  166. color = Color(75, 75, 75, 255),
  167. model = {
  168. "models/agent_47.mdl",
  169. "models/npc/cdc_soldier_npc.mdl"
  170. },
  171. description = [[Vous Frabiquez de la meth et la revendez à un bon prix.]],
  172. weapons = {"weapon_arc_atmcard"},
  173. command = "chimiste",
  174. max = 2,
  175. salary = 200,
  176. admin = 0,
  177. vote = false,
  178. hasLicense = false,
  179.  
  180. })
  181.  
  182. TEAM_DEAL = DarkRP.createJob("Cultivateur", {
  183. color = Color(75, 75, 75, 255),
  184. model = "models/snoopdogg.mdl",
  185. description = [[Vous Frabiquez de la weed pour ensuite la revendre.]],
  186. weapons = {"weapon_arc_atmcard"},
  187. command = "dealer",
  188. max = 4,
  189. salary = 200,
  190. admin = 0,
  191. vote = false,
  192. hasLicense = false,
  193.  
  194. })
  195.  
  196. TEAM_AGSECU = DarkRP.createJob("Agent de securite", {
  197. color = Color(75, 75, 75, 255),
  198. model = {
  199. "models/player/guard_pack/guard_01.mdl",
  200. "models/player/guard_pack/guard_02.mdl",
  201. "models/player/guard_pack/guard_05.mdl",
  202. "models/player/guard_pack/guard_09.mdl"
  203. },
  204. description = [[Votre devoir est de protèger un commerce ou une personne.]],
  205. weapons = {"stunstick","weapon_arc_atmcard","weapon_stungun"},
  206. command = "agentsecu",
  207. max = 8,
  208. salary = 300,
  209. admin = 0,
  210. vote = false,
  211. hasLicense = false
  212. })
  213.  
  214. TEAM_BANK = DarkRP.createJob("Banquier", {
  215. color = Color(75, 75, 75, 255),
  216. model = {
  217. "models/player/tfa_irons.mdl"
  218. },
  219. description = [[Votre rôle consiste à ouvrir une banque et de proposer vos services.]],
  220. weapons = {"weapon_arc_atmcard"},
  221. command = "Banquier",
  222. max = 5,
  223. salary = 350,
  224. admin = 0,
  225. vote = false,
  226. hasLicense = false
  227. })
  228.  
  229. TEAM_BRAC = DarkRP.createJob("Braqueur", {
  230. color = Color(75, 75, 75, 255),
  231. model = {
  232. "models/player/pd2_chains_p.mdl",
  233. "models/player/pd2_hoxton_p.mdl",
  234. },
  235. description = [[Braquer c'est votre truc..]],
  236. weapons = {"weapon_arc_atmcard"},
  237. command = "braqueur",
  238. max = 4,
  239. salary = 250,
  240. admin = 0,
  241. vote = false,
  242. hasLicense = false
  243.  
  244. })
  245.  
  246. TEAM_PSYC = DarkRP.createJob("Psycopathe VIP", {
  247. color = Color(75, 75, 75, 255),
  248. model = {
  249. "models/mark2580/borderlands/bl1_mordecai_player.mdl",
  250. "models/grandtheftauto5/trevor.mdl"
  251. },
  252. description = [[Un psycopathe je vous fais pas de dessin.]],
  253. weapons = {"weapon_arc_atmcard","m9k_knife"},
  254. command = "psycopathe",
  255. max = 3,
  256. salary = 200,
  257. admin = 0,
  258. vote = false,
  259. hasLicense = false,
  260. customCheck = function(ply) return CLIENT or ply:IsUserGroup("vip") or ply:IsUserGroup("moderator") or ply:IsAdmin() or ply:IsSuperAdmin() end,
  261. CustomCheckFailMsg = "Uniquement pour les VIP!"
  262.  
  263. })
  264.  
  265. TEAM_MOB = DarkRP.createJob("Chef de gang", {
  266. color = Color(25, 25, 25, 255),
  267. model = "models/player/bobert/joker.mdl",
  268. description = [[Vous êtes respecter et suivi par les gangsters.]],
  269. weapons = {"lockpick", "unarrest_stick", "weapon_arc_atmcard","m9k_knife"},
  270. command = "mobboss",
  271. max = 1,
  272. salary = 300,
  273. admin = 0,
  274. vote = false,
  275. hasLicense = false
  276. })
  277.  
  278. TEAM_GUN = DarkRP.createJob("Vendeur d'armes", {
  279. color = Color(255, 140, 0, 255),
  280. model = "models/player/slow/50cent/slow.mdl",
  281. description = [[Vous vendez toute sortes de calibres.]],
  282. weapons = {"weapon_arc_atmcard"},
  283. command = "gundealer",
  284. max = 4,
  285. salary = 200,
  286. admin = 0,
  287. vote = false,
  288. hasLicense = false
  289. })
  290.  
  291. TEAM_MEDIC = DarkRP.createJob("Medecin", {
  292. color = Color(47, 79, 79, 255),
  293. model = "models/player/kleiner.mdl",
  294. description = [[Vous soignez les personnes blessé ou atteinte.]],
  295. weapons = {"med_kit","weapon_arc_atmcard"},
  296. command = "medic",
  297. max = 5,
  298. salary = 250,
  299. admin = 0,
  300. vote = false,
  301. hasLicense = false,
  302. medic = true
  303. })
  304.  
  305. TEAM_MAYOR = DarkRP.createJob("President", {
  306. color = Color(150, 20, 20, 255),
  307. model = "models/obama/obama.mdl",
  308. description = [[Vous gerez la ville, et les force de l'ordre.]],
  309. weapons = {"weapon_arc_atmcard"},
  310. command = "president",
  311. max = 1,
  312. salary = 500,
  313. admin = 0,
  314. vote = true,
  315. hasLicense = true,
  316. mayor = true,
  317. PlayerDeath = function(ply, weapon, killer)
  318. if( ply:Team() == TEAM_MAYOR ) then
  319. if killer:Nick() ~= nil then
  320. ply:changeTeam( GAMEMODE.DefaultTeam, true )
  321. end
  322. for k,v in pairs( player.GetAll() ) do
  323. if killer:Nick() ~= nil then
  324. DarkRP.notify(v, 1, 4, "Le maire a ete tuer! Des nouvelles election commenceront bientot" )
  325. else
  326. DarkRP.notify(v, 1, 4, "Le maire est mort! Des nouvelles election commenceront bientot" )
  327. end
  328. end
  329. end
  330. end,
  331. })
  332.  
  333. TEAM_HOBO = DarkRP.createJob("SDF", {
  334. color = Color(80, 45, 0, 255),
  335. model = {
  336. "models/player/eli.mdl",
  337. "models/jessev92/player/l4d/m9-hunter.mdl"
  338. },
  339.  
  340. description = [[Tu te demerde !]],
  341. weapons = {"weapon_arc_atmcard"},
  342. command = "hobo",
  343. max = 10,
  344. salary = 0,
  345. admin = 0,
  346. vote = false,
  347. hasLicense = false,
  348. candemote = false,
  349. hobo = true
  350. })
  351.  
  352. TEAM_VOL = DarkRP.createJob("Voleur", {
  353. color = Color(80, 45, 0, 255),
  354. model = "models/grandtheftauto5/franklin.mdl",
  355. description = [[Tu te demerde !]],
  356. weapons = {"weapon_arc_atmcard","lockpick","keypad_cracker"},
  357. command = "voleur",
  358. max = 3,
  359. salary = 0,
  360. admin = 0,
  361. vote = false,
  362. hasLicense = false,
  363. candemote = false
  364. })
  365.  
  366. TEAM_MEC = DarkRP.createJob("Mecano", {
  367. color = Color(75, 75, 75, 255),
  368. model = {"models/player/odessa.mdl"},
  369. description = [[Reparez les vehicules endommagés]],
  370. weapons = {"vc_repair","weapon_arc_atmcard"},
  371. command = "mec",
  372. max = 4,
  373. salary = 300,
  374. admin = 0,
  375. vote = false,
  376. hasLicense = false
  377. })
  378.  
  379. if not DarkRP.disabledDefaults["modules"]["hungermod"] then
  380. TEAM_COOK = DarkRP.createJob("Restaurateur", {
  381. color = Color(238, 99, 99, 255),
  382. model = {"models/nikout/carleypm.mdl"},
  383. description = [[Vous vendez de la nourriture à votre prix.]],
  384. weapons = {"weapon_arc_atmcard"},
  385. command = "cook",
  386. max = 8,
  387. salary = 300,
  388. admin = 0,
  389. vote = false,
  390. hasLicense = false,
  391. cook = true
  392. })
  393.  
  394. TEAM_HIT = DarkRP.createJob("Tueur a Gage VIP", {
  395. color = Color(67, 75, 75, 255),
  396. model = {"models/player/agent_47.mdl"},
  397. description = [[Vous negociez des contract contre de l argent]],
  398. weapons = {"weapon_arc_atmcard","climb_swep2","weapon_m24sd"},
  399. command = "hit",
  400. max = 2,
  401. salary = 300,
  402. admin = 0,
  403. vote = false,
  404. hasLicense = false,
  405. customCheck = function(ply) return CLIENT or ply:IsUserGroup("vip") or ply:IsUserGroup("moderator") or ply:IsAdmin() or ply:IsSuperAdmin() end,
  406. CustomCheckFailMsg = "Uniquement pour les VIP!"
  407. })
  408.  
  409. TEAM_SWAT = DarkRP.createJob("SWAT VIP", {
  410. color = Color(143, 75, 156, 255),
  411. model = {"models/player/gasmask.mdl"},
  412. description = [[Vous etes le SWAT intervenez en cas de problemes]],
  413. weapons = {"arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker","weapon_arc_atmcard","cw_glock","weapon_fists","weapon_cuff_police","weapon_stungun"},
  414. command = "swat",
  415. max = 3,
  416. salary = 450,
  417. admin = 0,
  418. vote = true,
  419. hasLicense = false,
  420. customCheck = function(ply) return CLIENT or ply:IsUserGroup("vip") or ply:IsUserGroup("moderator") or ply:IsAdmin() or ply:IsSuperAdmin() end,
  421. CustomCheckFailMsg = "Uniquement pour les VIP!"
  422. })
  423.  
  424. TEAM_SWATCH = DarkRP.createJob("Chef SWAT VIP", {
  425. color = Color(143, 90, 56, 255),
  426. model = {"models/player/swat.mdl"},
  427. description = [[Vous etes le chef des SWAT ordonnez vos troupes au coeur de l'action]],
  428. weapons = {"arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker","weapon_arc_atmcard","cw_glock","weapon_fists","weapon_stungun"},
  429. command = "swatch",
  430. max = 1,
  431. salary = 500,
  432. admin = 0,
  433. vote = true,
  434. hasLicense = false,
  435. customCheck = function(ply) return CLIENT or ply:IsUserGroup("vip") or ply:IsUserGroup("moderator") or ply:IsAdmin() or ply:IsSuperAdmin() end,
  436. CustomCheckFailMsg = "Uniquement pour les VIP!"
  437.  
  438. })
  439.  
  440.  
  441. TEAM_FBI = DarkRP.createJob("FBI", {
  442. color = Color(0, 255, 0, 255),
  443. model = {
  444. "models/fbi_pack/fbi_01.mdl",
  445. "models/fbi_pack/fbi_02.mdl",
  446. "models/fbi_pack/fbi_04.mdl",
  447. "models/fbi_pack/fbi_05.mdl"
  448. },
  449. description = [[Vous etes un homme du FBI enquetez sur les meutres]],
  450. weapons = {"arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker","weapon_arc_atmcard","m9k_colt1911","weapon_cuff_police","weapon_stungun"},
  451. command = "fbi",
  452. max = 4,
  453. salary = 300,
  454. admin = 0,
  455. vote = true,
  456. hasLicense = false
  457. })
  458.  
  459. TEAM_BAC = DarkRP.createJob("BAC VIP", {
  460. color = Color(20, 0, 20, 255),
  461. model = {
  462. "models/player/aiden_pearce.mdl",
  463. "models/the walking dead survival instincts/merle_dixon.mdl",
  464. "models/player/korka007/chloe.mdl",
  465. "models/rottweiler/freeman.mdl",
  466. "models/player/faith.mdl"
  467. },
  468. description = [[Vous faites partie de la BAC faites semblant que vous etes un citoyen.]],
  469. weapons = {"arrest_stick", "unarrest_stick", "stunstick", "door_ram","weaponchecker","weapon_arc_atmcard","cw_glock","weapon_fists","weapon_cuff_police","weapon_stungun"},
  470. command = "bac",
  471. max = 5,
  472. salary = 450,
  473. admin = 0,
  474. vote = false,
  475. hasLicense = false,
  476. customCheck = function(ply) return CLIENT or ply:IsUserGroup("vip") or ply:IsUserGroup("moderator") or ply:IsAdmin() or ply:IsSuperAdmin() end,
  477. CustomCheckFailMsg = "Uniquement pour les VIP!"
  478.  
  479. })
  480.  
  481.  
  482. end
  483.  
  484. -- Compatibility for when default teams are disabled
  485. TEAM_CITIZEN = TEAM_CITIZEN or -1
  486. TEAM_POLICE = TEAM_POLICE or -1
  487. TEAM_GANG = TEAM_GANG or -1
  488. TEAM_MOB = TEAM_MOB or -1
  489. TEAM_GUN = TEAM_GUN or -1
  490. TEAM_MEDIC = TEAM_MEDIC or -1
  491. TEAM_CHIEF = TEAM_CHIEF or -1
  492. TEAM_MAYOR = TEAM_MAYOR or -1
  493. TEAM_HOBO = TEAM_HOBO or -1
  494. TEAM_BRAC = TEAM_BRAC or -1
  495. TEAM_MEC = TEAM_MEC or -1
  496. TEAM_AGSECU = TEAM_AGSECU or -1
  497. TEAM_HIT = TEAM_HIT or -1
  498. TEAM_SWAT = TEAM_SWAT or -1
  499. TEAM_SWATCH = TEAM_SWATCH or -1
  500. TEAM_FBI = TEAM_FBI or -1
  501. TEAM_BAC = TEAM_BAC or -1
  502. TEAM_CHI = TEAM_CHI or -1
  503. TEAM_MAF = TEAM_MAF or -1
  504. TEAM_CMAF = TEAM_CMAF or -1
  505. TEAM_DEAL = TEAM_DEAL or -1
  506. TEAM_PSYC = TEAM_PSYC or -1
  507. TEAM_YAK = TEAM_YAK or -1
  508. TEAM_DJ = TEAM_DJ or -1
  509. /*
  510. --------------------------------------------------------
  511. HOW TO MAKE A DOOR GROUP
  512. --------------------------------------------------------
  513. AddDoorGroup("NAME OF THE GROUP HERE, you see this when looking at a door", Team1, Team2, team3, team4, etc.)
  514.  
  515.  
  516. The default door groups, can also be used as examples:
  517. */
  518. AddDoorGroup("Gouvernement", TEAM_CHIEF, TEAM_POLICE, TEAM_MAYOR)
  519. AddDoorGroup("Vendeur d'armes", TEAM_GUN)
  520.  
  521.  
  522. /*
  523. --------------------------------------------------------
  524. HOW TO MAKE AN AGENDA
  525. --------------------------------------------------------
  526. DarkRP.createAgenda(Title of the agenda, Manager (who edits it), Listeners (the ones who just see and follow the agenda))
  527. It's possible to have multiple managers. In that case you have to put all the managers in '{}' (see Police agenda)
  528.  
  529. The default agendas, can also be used as examples:
  530. */
  531. DarkRP.createAgenda("Gangster's agenda", TEAM_MOB, {TEAM_GANG})
  532. DarkRP.createAgenda("Police agenda", {TEAM_MAYOR, TEAM_CHIEF}, {TEAM_POLICE})
  533.  
  534.  
  535. /*
  536. ---------------------------------------------------------------------------
  537. HOW TO MAKE A GROUP CHAT
  538. ---------------------------------------------------------------------------
  539. Pick one!
  540. GAMEMODE:AddGroupChat(List of team variables separated by comma)
  541.  
  542. or
  543.  
  544. GAMEMODE:AddGroupChat(a function with ply as argument that returns whether a random player is in one chat group)
  545. This one is for people who know how to script Lua.
  546.  
  547. */
  548. GAMEMODE:AddGroupChat(function(ply) return ply:isCP() end)
  549. GAMEMODE:AddGroupChat(TEAM_MOB, TEAM_GANG)
  550.  
  551. /*---------------------------------------------------------------------------
  552. Define which team joining players spawn into and what team you change to if demoted
  553. ---------------------------------------------------------------------------*/
  554. GAMEMODE.DefaultTeam = TEAM_CITIZEN
  555.  
  556. /*---------------------------------------------------------------------------
  557. Define which teams belong to civil protection
  558. Civil protection can set warrants, make people wanted and do some other police related things
  559. ---------------------------------------------------------------------------*/
  560. GAMEMODE.CivilProtection = {
  561. [TEAM_POLICE] = true,
  562. [TEAM_CHIEF] = true,
  563. [TEAM_MAYOR] = true,
  564. [TEAM_SWAT] = true,
  565. [TEAM_SWATCH] = true,
  566. [TEAM_FBI] = true,
  567. [TEAM_BAC] = true,
  568. }
  569.  
  570. /*---------------------------------------------------------------------------
  571. Enable hitman goodies on this team
  572. ---------------------------------------------------------------------------*/
  573. DarkRP.addHitmanTeam(TEAM_HIT)
  574.  
  575. /*---------------------------------------------------------------------------
  576. Default demote groups
  577. ---------------------------------------------------------------------------*/
  578. DarkRP.createDemoteGroup("Cops", {TEAM_POLICE, TEAM_CHIEF})
  579. DarkRP.createDemoteGroup("Gangsters", {TEAM_GANG, TEAM_MOB})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement