Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ["jobs"] = {
  2. ["Miner"] = {
  3. ["onClientPlayerGetJob"] = {
  4. "Get the Pickaxe next to the NPC you got the job from. Press Z to pick it up once you stand next to it!",
  5. "Pick a vehicle that supports your job level. The higher level you are in your job, the more vehicles you can use!",
  6. },
  7. ["onClientPlayerVehicleEnter"] = {
  8. "There are small blips that are square and yellow on your radar. Those are rocks, go there to mine for minerals.",
  9. },
  10. ["onClientPlayerVehicleExit"] = {
  11. "Hit the rock with your Pickaxe about 3 times. Once you've broken the rock, smaller rocks appear. Walk up to them and pick them up, then put them in the back of your vehicle. Once you've collected all you need, go back to the top of the quarry, and drive into a yellow marker.",
  12. },
  13. },
  14. },
  15.  
  16.  
  17. ["jobs"] = {
  18. ["Mechanic"] = {
  19. ["onClientPlayerGetJob"] = {
  20. "You are a mechanic. A mechanic repairs vehicles for a fee. To repair a vehicle press X, this will enable the cursor. After you press X, click the vehicle with RMB (Right Mouse Button). Press X again to disable the cursor.",
  21. "Mechanics can also use a Towtruck to haul vehicles. When you enter the vehicle, press the N key to enable missions. The mission goal is to haul broken vehicles back to the mechanic shop.",
  22. },
  23. ["onClientPlayerVehicleEnter"] = {
  24. "Press N to start towing missions. Once started, go to the red blip on the radar to pick up a broken vehicle and bring it back to the shop. (Bring it to the mechanic job and drop it in the yellow marker)",
  25. },
  26. ["onClientPlayerVehicleExit"] = {
  27. "If you are wanting to repair someones vehicle, press X and click them with RMB. (Right Mouse Button)",
  28. },
  29. },
  30. },
  31.  
  32.  
  33. ["jobs"] = {
  34. ["Pilot"] = {
  35. ["onClientPlayerGetJob"] = {
  36. "You are a pilot! Depending on which job division you selected when taking this job, you can fly certain sized aircraft and aircraft type.",
  37. "Find a plane suited to your division!",
  38. },
  39. ["onClientPlayerVehicleEnter"] = {
  40. "You have found a suitable aircraft. Drive to the red blip on the radar to load passengers/cargo into your aircraft. Once you are finished, drive to the designated marker on the radar (red blip) and unload there.",
  41. },
  42. ["onClientPlayerVehicleExit"] = {
  43. "You need to get back into the plane to make in order to deliver your passengers/cargo.",
  44. },
  45. },
  46. },
  47.  
  48.  
  49. ["jobs"] = {
  50. ["Train Driver"] = {
  51. ["onClientPlayerGetJob"] = {
  52. "You are a Train Driver. Go to the yellow marker next to the track to spawn a train. Once you're in the marker, press 1, 2, or 3.",
  53. "You can be a Tram Driver in San Fierro. Go into the marker and select 'Tram' if you wish to be a Tram Driver.",
  54. },
  55. ["onClientPlayerVehicleEnter"] = {
  56. "Drive the train to the marker on the track to load up cargo/passengers. Drive to the next station or marker when you are ready.",
  57. },
  58. ["onClientPlayerVehicleExit"] = {
  59. "If you picked the wrong vehicle, go to the yellow marker again!",
  60. },
  61. },
  62. },
  63.  
  64.  
  65. ["jobs"] = {
  66. ["Farmer"] = {
  67. ["onClientPlayerGetJob"] = {
  68. "You are a farmer. Buy seeds at the small marker nearby, then you can plant seeds. To plant seeds, enter a tractor, then drive in the yellow square (Inside the yellow square is a field)",
  69. "Once you plant the seeds with the sower, exit the tractor and walk up to the spot you planted. You will then start planting the seeds by hand.",
  70. },
  71. ["onClientPlayerVehicleEnter"] = {
  72. "Drive inside of the field and plant seeds. Once you're done exit the vehicle.",
  73. },
  74. ["onClientPlayerVehicleExit"] = {
  75. "Walk up to the area you planted the seeds and plant them by hand. Wait a few minutes for them to grow, then use a harvester to harvest your crops. Once you harvest them collect the bales.",
  76. },
  77. },
  78. },
  79.  
  80.  
  81.  
  82. ["jobs"] = {
  83. ["Taxi Driver"] = {
  84. ["onClientPlayerGetJob"] = {
  85. "You are a Taxi Driver. Depending on your level you can driver a Taxi, Cabbie, or Stretch.",
  86. "Get in a car suited to your level.",
  87. },
  88. ["onClientPlayerVehicleEnter"] = {
  89. "Drive to a red blip on the radar. Once you pick up your passenger, he will tell you where he wants to go in the bar at the bottom of your screen. There is also a round blip with a dot in the middle on your radar that indicates where he wants to go.",
  90. },
  91. ["onClientPlayerVehicleExit"] = {
  92. "You need a taxi to pick up passengers.",
  93. },
  94. },
  95. },
  96.  
  97.  
  98. ["jobs"] = {
  99. ["Medic"] = {
  100. ["onClientPlayerGetJob"] = {
  101. "You are a Medic. Medics can heal",
  102. "Get in a car suited to your level.",
  103. },
  104. ["onClientPlayerVehicleEnter"] = {
  105. "Drive to a red blip on the radar. Once you pick up your passenger, he will tell you where he wants to go in the bar at the bottom of your screen. There is also a round blip with a dot in the middle on your radar that indicates where he wants to go.",
  106. },
  107. ["onClientPlayerVehicleExit"] = {
  108. "You need a taxi to pick up passengers.",
  109. },
  110. },
  111. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement