Advertisement
Seb

Untitled

Seb
Jan 31st, 2022
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.49 KB | None | 0 0
  1. Shared.Jobs = {
  2. ["unemployed"] = {
  3. label = "Sans emploi",
  4. payment = 0,
  5. grades = {
  6. ['0'] = {
  7. name = "Sans emploi",
  8. payment = 0
  9. },
  10. },
  11. defaultDuty = true,
  12. },
  13. ["busdriver"] = {
  14. label = "Greyhound",
  15. grades = {
  16. ['0'] = {
  17. name = "Conducteur de Bus",
  18. payment = 10
  19. },
  20. ['1'] = {
  21. name = "Patron des autobus",
  22. isboss = true,
  23. payment = 10
  24. },
  25. },
  26. boss = {
  27. [1] = {x = 985.41, y = -178.985, z = -74.7, h = 326.35},
  28. },
  29. defaultDuty = true,
  30. },
  31. ["vineyard"] = {
  32. label = "Vignoble",
  33. grades = {
  34. ['0'] = {
  35. name = "Recolteur",
  36. payment = 10
  37. },
  38. ['1'] = {
  39. name = "Employé",
  40. payment = 10
  41. },
  42. ['2'] = {
  43. name = "Gérants",
  44. isboss = true,
  45. payment = 10
  46. },
  47. ['3'] = {
  48. name = "Patron",
  49. isboss = true,
  50. payment = 10
  51. },
  52. },
  53. boss = {
  54. [1] = {x = 1866.12, y = 2061.19, z = 135.43, h = 326.35},
  55. },
  56. defaultDuty = true,
  57. },
  58. ["realestate"] = {
  59. label = "Agence immobilière",
  60. grades = {
  61. ['0'] = {
  62. name = "Recrue",
  63. payment = 10
  64. },
  65. ['1'] = {
  66. name = "Agent de Ventes",
  67. payment = 25
  68. },
  69. ['2'] = {
  70. name = "Gérant",
  71. isboss = true,
  72. payment = 40
  73. },
  74. ['3'] = {
  75. name = "Patron",
  76. isboss = true,
  77. payment = 50
  78. },
  79. },
  80. boss = {
  81. [1] = {x = -714.73, y = 261.08, z = 84.14, h = 23.72},
  82. },
  83. defaultDuty = true,
  84. },
  85.  
  86. ["police"] = {
  87. label = "LSPD",
  88. grades = {
  89. ['0'] = {
  90. name = "Cadet",
  91. payment = 40
  92. },
  93. ['1'] = {
  94. name = "Sous-Officier",
  95. payment = 70
  96. },
  97. ['2'] = {
  98. name = "Officier",
  99. payment = 75
  100. },
  101. ['3'] = {
  102. name = "Officier Senior",
  103. payment = 80
  104. },
  105. ['4'] = {
  106. name = "Sergent",
  107. payment = 90
  108. },
  109. ['5'] = {
  110. name = "Lieutenant",
  111. isboss = true,
  112. payment = 95
  113. },
  114. ['6'] = {
  115. name = "Commandant",
  116. isboss = true,
  117. payment = 100
  118. },
  119. ['7'] = {
  120. name = "Chef adjoint",
  121. isboss = true,
  122. payment = 125
  123. },
  124. ['8'] = {
  125. name = "Chef",
  126. isboss = true,
  127. payment = 135
  128. },
  129. },
  130. boss = {
  131. [1] = {x = 461.48, y = -986.44, z = 30.73},
  132. },
  133. defaultDuty = true,
  134. },
  135.  
  136. ["sheriff"] = {
  137. label = "BCSO",
  138. grades = {
  139. ['0'] = {
  140. name = "Depute I",
  141. payment = 40
  142. },
  143. ['1'] = {
  144. name = "CDepute II",
  145. payment = 70
  146. },
  147. ['2'] = {
  148. name = "Depute III",
  149. payment = 75
  150. },
  151. ['3'] = {
  152. name = "Sergent",
  153. payment = 80
  154. },
  155. ['4'] = {
  156. name = "Lieutenant",
  157. payment = 85
  158. },
  159. ['5'] = {
  160. name = "Colonel",
  161. isboss = true,
  162. payment = 90
  163. },
  164. ['6'] = {
  165. name = "Major",
  166. isboss = true,
  167. payment = 95
  168. },
  169. ['7'] = {
  170. name = "Sheriff adjoint",
  171. isboss = true,
  172. payment = 100
  173. },
  174. ['8'] = {
  175. name = "Sheriff",
  176. isboss = true,
  177. payment = 125
  178. },
  179. },
  180. defaultDuty = true,
  181. },
  182.  
  183. ["ambulance"] = {
  184. label = "Ambulance",
  185. grades = {
  186. ['0'] = {
  187. name = "Recrue",
  188. payment = 40
  189. },
  190. ['1'] = {
  191. name = "Ambulancier",
  192. payment = 70
  193. },
  194. ['2'] = {
  195. name = "Médecin",
  196. payment = 80
  197. },
  198. ['3'] = {
  199. name = "Médecin Chef",
  200. payment = 90
  201. },
  202. ['4'] = {
  203. name = "Co Directeur",
  204. isboss = true,
  205. payment = 100
  206. },
  207. ['5'] = {
  208. name = "Directeur",
  209. isboss = true,
  210. payment = 125
  211. },
  212. },
  213. boss = {
  214. [1] = {x = 334.7536, y = -594.1212, z = 43.28},
  215. },
  216. defaultDuty = true,
  217. },
  218.  
  219.  
  220. ["trucker"] = {
  221. label = "Trucker",
  222. payment = 10,
  223. grades = {
  224. ['0'] = {
  225. name = "Employé",
  226. payment = 10
  227. },
  228. },
  229. -- boss = {
  230. -- [1] = {x = 0.0, y = 0.0, z = 0.0, h = 0.0},
  231. -- },
  232. defaultDuty = true,
  233. },
  234. ["farmer"] = {
  235. label = "Fermier",
  236. payment = 10,
  237. grades = {
  238. ['0'] = {
  239. name = "Employé",
  240. payment = 10
  241. },
  242. },
  243. -- boss = {
  244. -- [1] = {x = 0.0, y = 0.0, z = 0.0, h = 0.0},
  245. -- },
  246. defaultDuty = true,
  247. },
  248. ["casino"] = {
  249. label = "Diamond Casino",
  250. grades = {
  251. ['0'] = {
  252. name = "Employee",
  253. payment = 10
  254. },
  255. ['1'] = {
  256. name = "Owner",
  257. isboss = true,
  258. payment = 10
  259. },
  260. },
  261. boss = {
  262. [1] = {x = 955.49, y = 56.39, z = 75.44, h = 326.35},
  263. },
  264. defaultDuty = true,
  265. },
  266. ["taxi"] = {
  267. label = "LS Taxi",
  268. grades = {
  269. ['0'] = {
  270. name = "Conducteur taxi",
  271. payment = 10
  272. },
  273. ['1'] = {
  274. name = "Proprio du Taxi",
  275. isboss = true,
  276. payment = 10
  277. },
  278. },
  279. boss = {
  280. [1] = {x = 895.67, y = -164.83, z = 74.17, h = 326.35},
  281. },
  282. defaultDuty = true,
  283. },
  284. ["lumberjack"] = {
  285. label = "Bûcheron",
  286. grades = {
  287. ['0'] = {
  288. name = "Employé",
  289. payment = 10
  290. }
  291. },
  292. defaultDuty = true
  293. },
  294. ["tow"] = {
  295. label = "Remorqueur",
  296. payment = 10,
  297. grades = {
  298. ['0'] = {
  299. name = "Employé",
  300. payment = 10
  301. },
  302. },
  303. defaultDuty = true,
  304. },
  305. ["reporter"] = {
  306. label = "Weasel News",
  307. payment = 20,
  308. grades = {
  309. ['0'] = {
  310. name = "Reportaire",
  311. payment = 25
  312. },
  313. ['1'] = {
  314. name = "Owner",
  315. isboss = true,
  316. payment = 25
  317. },
  318. },
  319. boss = {
  320. [1] = {x = -575.06, y = -938.37, z = 28.82, h = 326.35},
  321. },
  322. defaultDuty = true,
  323. },
  324. ["judge"] = {
  325. label = "Système Judiciaire",
  326. grades = {
  327. ['0'] = {
  328. name = "Juge en formation",
  329. payment = 40
  330. },
  331. ['1'] = {
  332. name = "Juge",
  333. payment = 60
  334. },
  335. ['2'] = {
  336. name = "Juge Sénior",
  337. payment = 70
  338. },
  339. ['3'] = {
  340. name = "Juge en Chef",
  341. isboss = true,
  342. payment = 80
  343. },
  344. },
  345. boss = {
  346. [1] = {x = -556.04, y = -185.82, z = 38.28, h = 249.27},
  347. },
  348. defaultDuty = true,
  349. },
  350. ["lawyer"] = {
  351. label = "Bureau des Avocats",
  352. grades = {
  353. ['0'] = {
  354. name = "Avocat Recrue",
  355. payment = 40
  356. },
  357. ['1'] = {
  358. name = "Avocat de la défense",
  359. payment = 60
  360. },
  361. ['2'] = {
  362. name = "Procureur",
  363. payment = 70
  364. },
  365. ['3'] = {
  366. name = "Chef des affaires juridiques",
  367. isboss = true,
  368. payment = 80
  369. },
  370. },
  371. boss = {
  372. [1] = {x = -554.35, y = -184.84, z = 38.28, h = 258.09},
  373. },
  374. defaultDuty = true,
  375. },
  376. ["cardealer"] = {
  377. label = "Concess Auto Los Santos",
  378. grades = {
  379. ['0'] = {
  380. name = "Vendeur",
  381. payment = 35
  382. },
  383. ['1'] = {
  384. name = "Formateur",
  385. payment = 50
  386. },
  387. ['2'] = {
  388. name = "Gérant",
  389. isboss = true,
  390. payment = 70
  391. },
  392. ['3'] = {
  393. name = "Patron",
  394. isboss = true,
  395. payment = 75
  396. },
  397. },
  398. boss = {
  399. [1] = {x = -809.4218, y = -207.7646, z = 37.07958, h = 21.01},
  400. },
  401.  
  402. defaultDuty = true,
  403. },
  404. ["mechanic"] = {
  405. label = "Mécano Los Santos",
  406. payment = 150,
  407. defaultDuty = true,
  408. grades = {
  409. ['0'] = {
  410. name = "Recrue",
  411. payment = 35
  412. },
  413. ['1'] = {
  414. name = "Mécano",
  415. payment = 50
  416. },
  417. ['2'] = {
  418. name = "Formateur",
  419. payment = 60
  420. },
  421. ['3'] = {
  422. name = "Gérant",
  423. payment = 70
  424. },
  425. ['4'] = {
  426. name = "Patron",
  427. isboss = true,
  428. payment = 75
  429. },
  430. },
  431. boss = {
  432. [1] = {x = 835.84, y = -934.34, z = 32.29, h = 21.01},
  433. },
  434. },
  435. ["hotdog"] = {
  436. label = "Chuauha HotDogs",
  437. grades = {
  438. ['0'] = {
  439. name = "Vendeur",
  440. payment = 10
  441. },
  442. ['1'] = {
  443. name = "Chef Cuisinier",
  444. payment = 10
  445. },
  446. ['2'] = {
  447. name = "Patron Chihuahua",
  448. isboss = true,
  449. payment = 10
  450. },
  451. },
  452. boss = {
  453. [1] = {x = 41.5, y = -1009.68, z = 29.49, h = 243.53},
  454. },
  455. defaultDuty = true,
  456. },
  457. ["unicorn"] = {
  458. label = "Unicorn",
  459. grades = {
  460. ['0'] = {
  461. name = "Doorman",
  462. payment = 50
  463. },
  464. ['1'] = {
  465. name = "Barman",
  466. payment = 50
  467. },
  468. ['2'] = {
  469. name = "Danceuse",
  470. payment = 55
  471. },
  472. ['3'] = {
  473. name = "Gerant",
  474. payment = 60
  475. },
  476. ['4'] = {
  477. name = "Patron",
  478. isboss = true,
  479. payment = 75
  480. },
  481. },
  482. boss = {
  483. [1] = {x = 96.9, y = -1302.71, z = 29.26, h = 243.53},
  484. },
  485. defaultDuty = true,
  486. },
  487. ["paradise"] = {
  488. label = "Paradise Club",
  489. grades = {
  490. ['0'] = {
  491. name = "Doorman",
  492. payment = 50
  493. },
  494. ['1'] = {
  495. name = "Barman",
  496. payment = 50
  497. },
  498. ['2'] = {
  499. name = "Danceuse",
  500. payment = 55
  501. },
  502. ['3'] = {
  503. name = "Gerant",
  504. payment = 60
  505. },
  506. ['4'] = {
  507. name = "Patron",
  508. isboss = true,
  509. payment = 75
  510. },
  511. },
  512. boss = {
  513. [1] = {x = -3030.73, y = 85.61, z = 12.82, h = 251.29},
  514. },
  515. defaultDuty = true,
  516. },
  517. ["security"] = {
  518. label = "Los Santos Securité",
  519. grades = {
  520. ['0'] = {
  521. name = "Agent de la sécurité",
  522. payment = 10
  523. },
  524. ['1'] = {
  525. name = "Chef de la sécurité",
  526. isboss = true,
  527. payment = 10
  528. },
  529. },
  530. boss = {
  531. --[1] = {x = 41.5, y = -1009.68, z = 29.49, h = 243.53},
  532. },
  533. defaultDuty = true,
  534. },
  535. ["burgershot"] = {
  536. label = "BurgerShot",
  537. grades = {
  538. ['0'] = {
  539. name = "Caissier",
  540. payment = 50
  541. },
  542. ['1'] = {
  543. name = "Cuisinier",
  544. payment = 50
  545. },
  546. ['2'] = {
  547. name = "Gerant adjoint",
  548. payment = 60
  549. },
  550. ['3'] = {
  551. name = "Gerant de magasin",
  552. isboss = true,
  553. payment = 70
  554. },
  555. ['4'] = {
  556. name = "Patron",
  557. isboss = true,
  558. payment = 75
  559. },
  560. },
  561. boss = {
  562. [1] = {x = -1192.21, y = -902.08, z = 14.0, h = 243.53},
  563. },
  564. defaultDuty = true,
  565. },
  566. ["garbage"] = {
  567. label = "Garbage",
  568. payment = 10,
  569. grades = {
  570. ['0'] = {
  571. name = "Employé",
  572. payment = 10
  573. },
  574. },
  575. defaultDuty = true,
  576. },
  577. ["burger"] = {
  578. label = "Burgershot",
  579. payment = 10,
  580. grades = {
  581. ['0'] = {
  582. name = "Employeé",
  583. payment = 10
  584. },
  585. },
  586. defaultDuty = true,
  587. },
  588. ["food"] = {
  589. label = "Épicerie Los Santos",
  590. grades = {
  591. ['0'] = {
  592. name = "Vendeur",
  593. payment = 10
  594. },
  595. ['1'] = {
  596. name = "Chef",
  597. payment = 10
  598. },
  599. ['2'] = {
  600. name = "Patron",
  601. isboss = true,
  602. payment = 10
  603. },
  604. },
  605. boss = {
  606. --[1] = {x = 41.5, y = -1009.68, z = 29.49, h = 243.53},
  607. },
  608. defaultDuty = true,
  609. },
  610. ["pizzashop"] = {
  611. label = "Pizza Los Santos",
  612. grades = {
  613. ['0'] = {
  614. name = "Vendeur",
  615. payment = 10
  616. },
  617. ['1'] = {
  618. name = "Chef",
  619. payment = 10
  620. },
  621. ['2'] = {
  622. name = "Patron",
  623. isboss = true,
  624. payment = 10
  625. },
  626. },
  627. boss = {
  628. --[1] = {x = 41.5, y = -1009.68, z = 29.49, h = 243.53},
  629. },
  630. defaultDuty = true,
  631. },
  632. ["butcher"] = {
  633. label = "Butcher",
  634. payment = 10,
  635. grades = {
  636. ['0'] = {
  637. name = "Employé",
  638. payment = 10
  639. },
  640. },
  641. defaultDuty = true,
  642. },
  643. ["fueler"] = {
  644. label = "Camionneur",
  645. payment = 10,
  646. grades = {
  647. ['0'] = {
  648. name = "Employé",
  649. payment = 10
  650. },
  651. },
  652. defaultDuty = true,
  653. },
  654. ["pizza"] = {
  655. label = "Pizza",
  656. payment = 10,
  657. grades = {
  658. ['0'] = {
  659. name = "Employé",
  660. payment = 10
  661. },
  662. ['1'] = {
  663. name = "Patron",
  664. isboss = true,
  665. payment = 10
  666. },
  667. },
  668. defaultDuty = true,
  669. },
  670. ["kledingmaker"] = {
  671. label = "Couturier",
  672. payment = 10,
  673. grades = {
  674. ['0'] = {
  675. name = "Employé",
  676. payment = 10
  677. },
  678. },
  679. defaultDuty = true,
  680. },
  681. ["weapondealer"] = {
  682. label = "Ammunation",
  683. payment = 80,
  684. grades = {
  685. ['0'] = {
  686. name = "Recru",
  687. payment = 60
  688. },
  689. ['1'] = {
  690. name = "Employé",
  691. payment = 70
  692. },
  693. ['2'] = {
  694. name = "Formateur",
  695. payment = 75
  696. },
  697. ['3'] = {
  698. name = "Gérant",
  699. payment = 100
  700. },
  701. ['4'] = {
  702. name = "Patron",
  703. isboss = true,
  704. payment = 125
  705. },
  706. },
  707. boss = {
  708. [1] = {x = 13.95, y = -1106.27, z = 29.8, h = 243.53},
  709. },
  710. defaultDuty = true,
  711. },
  712. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement