Advertisement
Guest User

Guide Script [LRP]

a guest
May 16th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 57.32 KB | None | 0 0
  1. #include <a_samp>
  2. #include <zcmd>
  3.  
  4. main()
  5. {
  6.     print("\n----------------------------------");
  7.     print(" Guide Gamemode by Thomas Stoglin aka David Sfeir");
  8.     print("----------------------------------\n");
  9. }
  10.  
  11. #define DIALOG_GUIDE 1
  12. #define DIALOG_GUIDE2 2
  13. #define DIALOG_GUIDE3 3
  14. #define DIALOG_GUIDE4 4
  15. #define DIALOG_GUIDE5 5
  16. #define DIALOG_GUIDE6 6
  17. #define DIALOG_GUIDE7 7
  18. #define DIALOG_GUIDE8 8
  19. #define DIALOG_GUIDE9 9
  20. #define DIALOG_GUIDE10 10
  21. #define DIALOG_GUIDE11 11
  22. #define DIALOG_GUIDE12 12
  23. #define DIALOG_GUIDE13 13
  24. #define DIALOG_GUIDE14 14
  25. #define DIALOG_GUIDE15 15
  26. #define DIALOG_GUIDE16 16
  27. #define DIALOG_GUIDE17 17
  28. #define DIALOG_GUIDE18 18
  29. #define DIALOG_GUIDE19 19
  30. #define DIALOG_GUIDE20 20
  31. #define DIALOG_GUIDE21 21
  32. #define DIALOG_GUIDE22 22
  33. #define DIALOG_GUIDE23 23
  34. #define DIALOG_GUIDE24 24
  35. #define DIALOG_GUIDE25 25
  36. #define DIALOG_GUIDE26 26
  37. #define DIALOG_GUIDE27 27
  38. #define DIALOG_GUIDE28 28
  39. #define DIALOG_GUIDE29 29
  40. #define DIALOG_GUIDE30 30
  41. #define DIALOG_GUIDE31 31
  42. #define DIALOG_GUIDE32 32
  43. #define DIALOG_GUIDE33 33
  44. #define DIALOG_GUIDE34 34
  45. #define DIALOG_GUIDE35 35
  46. #define DIALOG_GUIDE36 36
  47. #define DIALOG_GUIDE37 37
  48. #define DIALOG_GUIDE38 38
  49. #define DIALOG_GUIDE39 39
  50. #define DIALOG_GUIDE40 40
  51. #define DIALOG_GUIDE41 41
  52. #define DIALOG_GUIDE42 42
  53. #define DIALOG_GUIDE43 43
  54. #define DIALOG_GUIDE44 44
  55. #define DIALOG_GUIDE45 45
  56. #define DIALOG_GUIDE46 46
  57. #define DIALOG_GUIDE47 47
  58. #define DIALOG_GUIDE48 48
  59. #define DIALOG_GUIDE49 49
  60. #define DIALOG_GUIDE50 50
  61. #define DIALOG_GUIDE51 51
  62. #define DIALOG_GUIDE52 52
  63. #define DIALOG_GUIDE53 53
  64. #define DIALOG_GUIDE54 54
  65. #define DIALOG_GUIDE55 55
  66. #define DIALOG_GUIDE56 56
  67. #define DIALOG_GUIDE57 57
  68. #define DIALOG_GUIDE58 58
  69. #define DIALOG_GUIDE59 59
  70. #define DIALOG_GUIDE60 60
  71. #define DIALOG_GUIDE61 61
  72. #define DIALOG_GUIDE62 62
  73. #define DIALOG_GUIDE63 63
  74. #define DIALOG_GUIDE64 64
  75. #define DIALOG_GUIDE65 65
  76. #define DIALOG_GUIDE66 66
  77. #define DIALOG_GUIDE67 67
  78. #define DIALOG_GUIDE68 68
  79. #define DIALOG_GUIDE69 69
  80. #define DIALOG_GUIDE70 70
  81. #define DIALOG_GUIDE71 71
  82. #define DIALOG_GUIDE72 72
  83. #define DIALOG_GUIDE73 73
  84. #define DIALOG_GUIDE74 74
  85. #define DIALOG_GUIDE75 75
  86. #define DIALOG_GUIDE76 76
  87. #define DIALOG_GUIDE77 77
  88. #define DIALOG_GUIDE78 78
  89. #define DIALOG_GUIDE79 79
  90. #define DIALOG_GUIDE80 80
  91. #define DIALOG_GUIDE81 81
  92. #define DIALOG_GUIDE82 82
  93. #define DIALOG_GUIDE83 83
  94. #define DIALOG_GUIDE84 84
  95. #define DIALOG_GUIDE85 85
  96. #define DIALOG_GUIDE86 86
  97. #define DIALOG_GUIDE87 87
  98. #define DIALOG_GUIDE88 88
  99. #define DIALOG_GUIDE89 89
  100. #define DIALOG_GUIDE90 90
  101. #define DIALOG_GUIDE91 91
  102. #define DIALOG_GUIDE92 92
  103. #define DIALOG_GUIDE93 93
  104. #define DIALOG_GUIDE94 94
  105. #define DIALOG_GUIDE95 95
  106. #define DIALOG_GUIDE96 96
  107. #define DIALOG_GUIDE97 97
  108. #define DIALOG_GUIDE98 98
  109. #define DIALOG_GUIDE99 99
  110. #define DIALOG_GUIDE100 100
  111. #define DIALOG_GUIDE101 101
  112. #define DIALOG_GUIDE102 102
  113. #define DIALOG_GUIDE103 103
  114. #define DIALOG_GUIDE104 104
  115. #define DIALOG_GUIDE105 105
  116. #define DIALOG_GUIDE106 106
  117. #define DIALOG_GUIDE107 107
  118. #define DIALOG_GUIDE108 108
  119. #define DIALOG_GUIDE109 109
  120. #define DIALOG_GUIDE110 110
  121. #define DIALOG_GUIDE111 111
  122. #define DIALOG_GUIDE120 120
  123. #define DIALOG_GUIDE121 121
  124. #define DIALOG_GUIDE122 122
  125.  
  126. public OnGameModeInit()
  127. {
  128.     SetGameModeText("Guide v1.1");
  129.     AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
  130.     return 1;
  131. }
  132.  
  133. public OnGameModeExit()
  134. {
  135.     return 1;
  136. }
  137.  
  138. public OnPlayerRequestClass(playerid, classid)
  139. {
  140.     SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
  141.     SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
  142.     SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
  143.     return 1;
  144. }
  145. public OnPlayerDisconnect(playerid, reason)
  146. {
  147.     return 1;
  148. }
  149.  
  150. public OnPlayerSpawn(playerid)
  151. {
  152.     return 1;
  153. }
  154.  
  155. public OnPlayerDeath(playerid, killerid, reason)
  156. {
  157.     return 1;
  158. }
  159.  
  160. CMD:guide(playerid, params[])
  161. {//2 resp //7 dialogid
  162.     ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  163.     return 1;
  164. }
  165.  
  166. public OnPlayerCommandText(playerid, cmdtext[])
  167. {
  168.     if (strcmp("/mycommand", cmdtext, true, 10) == 0)
  169.     {
  170.         // Do something here
  171.         return 1;
  172.     }
  173.     return 0;
  174. }
  175.  
  176. public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
  177. {
  178.     if(dialogid == DIALOG_GUIDE)
  179.     {
  180.         if(response == 1)
  181.         {
  182.             if(listitem == 0)
  183.             {//2 resp
  184.                 ShowPlayerDialog(playerid, DIALOG_GUIDE2, DIALOG_STYLE_MSGBOX, "{FFFF00}Lawless Roleplay Official Player Guide {808080}[JOBS]", "You're entering LRP's Jobs.\nEvery job has its own skill, which gives you money and it depends on your skill level.\nThere are two categories of jobs, legal and illegal.","Legal","Illegal");
  185.             }
  186.             if(listitem == 1)
  187.             {//2 resp
  188.                 ShowPlayerDialog(playerid, DIALOG_GUIDE3, DIALOG_STYLE_MSGBOX, "{FFFF00}Lawless Roleplay Official Player Guide {808080}[DRUGS]", "Drug Information:\n\nThere are 3 kinds of drugs in Lawless: Pot, Crack and Chemicals.\nDrugs give you additional protection:\n\t1- Pot gives you health\n\t2- Crack gives you armor\n\t3- Chemicals double the effect of Pot and Crack.\n\nIf you consume too much, you will get stoned and sometimes overdose then die.","Continue","Back");
  189.             }
  190.             if(listitem == 2)
  191.             {//2 resp
  192.                 ShowPlayerDialog(playerid, DIALOG_GUIDE4, DIALOG_STYLE_MSGBOX, "{FFFF00}Lawless Roleplay Official Player Guide {808080}[WEAPONS]", "General Infomation:\n\nThere are two types of weapons: Legal Weapons and Illegal Weapons.","Legal","Illegal");
  193.             }
  194.             if(listitem == 3)
  195.             {//2 resp
  196.                 ShowPlayerDialog(playerid, DIALOG_GUIDE5, DIALOG_STYLE_MSGBOX, "{FFFF00}Lawless Roleplay Official Player Guide {808080}[CLOTHES]", "General Infomation:\n\nYou may change your clothes at any point at a Clothing Store. (Unless specific situations related to factions/gangs).","Continue","Back");
  197.             }
  198.             if(listitem == 4)
  199.             {//2 resp
  200.                 ShowPlayerDialog(playerid, DIALOG_GUIDE6, DIALOG_STYLE_MSGBOX, "{FFFF00}Lawless Roleplay Official Player Guide {808080}[FACTIONS]", "General Information:\n\nThere are different factions in Lawless Roleplay.\n\nEach factions has it's own unique role, and most of the factions are legal.\nYou can apply to a faction at www.lawlessrp.com, and if you have any questions feel free to contact the faction leader.","Continue","Back");
  201.             }
  202.             if(listitem == 5)
  203.             {//2 resp
  204.                 ShowPlayerDialog(playerid, DIALOG_GUIDE7, DIALOG_STYLE_MSGBOX, "{FFFF00}Lawless Roleplay Official Player Guide {808080}[GANG]", "General Information:\n\nGangs are groups who band together to control Los Santos' streets.\nThere are different gangs in Los Santos.\nA gang's size, wealth, and power decide which gang is the strongest.\nTo apply for a gang, visit the forums (/info), and make an application or contact gang lord.","Continue","Back");
  205.             }
  206.             if(listitem == 6)
  207.             {//2 resp
  208.                 ShowPlayerDialog(playerid, DIALOG_GUIDE8, DIALOG_STYLE_MSGBOX, "{FFFF00}Lawless Roleplay Official Player Guide {808080}[VEHICLES]", "General Information:\n\nThere are tons of vehicles around Los Santos that can be owned by players.\nAllthough you might need a personal vehicle, you can buy personal vehicles from the many dealerships.\nPersonal vehicles are very useful if you use all of their features.","Continue","Back");
  209.             }
  210.             if(listitem == 7)
  211.             {//2 resp
  212.                 ShowPlayerDialog(playerid, DIALOG_GUIDE9, DIALOG_STYLE_MSGBOX, "{FFFF00}Lawless Roleplay Official Player Guide {808080}[WANTED]", "General Information:\n\nIf a cop notices you commiting a crime, he will pursue you.\nOfficers can put charges on you which alerts other police of your offenses and alert them that you are wanted.","Continue","Back");
  213.             }
  214.         }
  215.         else
  216.         {
  217.             return 1;
  218.         }
  219.         return 1;
  220.     }
  221.     if(dialogid == DIALOG_GUIDE2)//jobs
  222.     {
  223.         if(response == 1)//Legal
  224.         {
  225.             ShowPlayerDialog(playerid, DIALOG_GUIDE10,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide {808080}[JOBS - Legal]","Find Job\n{808080}Job Help\nAsk Helpers\n{808080}Job Commands\nJob Skills","Select","Back");
  226.         }
  227.         if(response == 0)//Illegal
  228.         {
  229.             ShowPlayerDialog(playerid, DIALOG_GUIDE11,DIALOG_STYLE_LIST,"{FFFF00}LRP Official Player Guide {808080}[JOBS - Illegal]","Find Job\n{808080}Job Help\nAsk Helpers\n{808080}Job Commands\nJob Skills","Select","Back");
  230.         }
  231.     }
  232.     if(dialogid == DIALOG_GUIDE3)//drugs
  233.     {
  234.         if(response == 1)//Continue
  235.         {//2 resp
  236.             ShowPlayerDialog(playerid, DIALOG_GUIDE12,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide {808080}[DRUGS]","{808080}Laws on Drugs\nGetting Drugs\n{808080}Smuggling Drugs\nWhat are Chemicals?\n\n{808080}Locate Drug Den\nLocate Crack Lab\n{808080}Locate Chemicals Lab","Select","Back");
  237.         }
  238.         if(response == 0)//back
  239.         {
  240.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  241.         }
  242.     }
  243.     if(dialogid == DIALOG_GUIDE4)//weapons
  244.     {
  245.         if(response == 1)//Legal
  246.         {//2 resp
  247.             ShowPlayerDialog(playerid, DIALOG_GUIDE13,DIALOG_STYLE_MSGBOX,"{FFFF00}Lawless Roleplay Official Player Guide {808080}[WEAPONS - LEGAL]","Legal Weapons:\n\nLegal Weapons are sold in Gun Stores, and can be created by an Arms Dealers. You cannot get arrested for just having this weapons.\n\nMost used legal weapons:\n\t- 9mm\n\t- Shotgun\n\t- Rifle","Continue","Back");
  248.         }
  249.         if(response == 0)//Illegal
  250.         {//2 resp
  251.             ShowPlayerDialog(playerid, DIALOG_GUIDE14,DIALOG_STYLE_MSGBOX,"{FFFF00}Lawless Roleplay Official Player Guide {808080}[WEAPONS - ILLEGAL]","Illegal Weapons:\n\nIllegal Weapons are only accessible by buying it from an Arms Dealer.\n\nMost used illegal weapons:\n\t- Deagle\n\t- M4\n\t- Sniper\n\t- Spas12","Continue","Back");
  252.         }
  253.     }
  254.     if(dialogid == DIALOG_GUIDE5)//Clothes
  255.     {
  256.         if(response == 1)//Buy Clothes >> Find location
  257.         {//2 resp
  258.             ShowPlayerDialog(playerid, DIALOG_GUIDE15,DIALOG_STYLE_MSGBOX,"{FFFF00}Lawless Roleplay Official Player Guide {808080}[CLOTHES]","Once inside a clothing store, type /buy.\nTo buy the clothes you want, simply click on the image.\nNew clothes costs 250 dollars unless you are a donator.\n\nClick Locate to locate a clothing store.","Locate","Back");
  259.         }
  260.         if(response == 0)//back
  261.         {
  262.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  263.         }
  264.     }
  265.     if(dialogid == DIALOG_GUIDE6)//Factions
  266.     {
  267.         if(response == 1)//Continue > List of Factions >> Factions mssg
  268.         {//2 resp
  269.             ShowPlayerDialog(playerid, DIALOG_GUIDE16,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide {808080}[FACTIONS]","Los Santos Police Department\nFederal Bureau of Investigation\nLos Santos Fire & Medical Department\nSan Andreas Government\nSan Andreas News\nSan Andreas Army","Select","Back");
  270.         }
  271.         if(response == 0)//back
  272.         {
  273.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  274.         }
  275.     }
  276.     if(dialogid == DIALOG_GUIDE7)//Gangs
  277.     {
  278.         if(response == 1)//Continue
  279.         {//2 resp
  280.             ShowPlayerDialog(playerid, DIALOG_GUIDE17,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide {808080}[GANGS]","Points, Turfs and Strikes\nAdditional Information.","Select","Back");
  281.         }
  282.         if(response == 0)//back
  283.         {
  284.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  285.         }
  286.     }
  287.     if(dialogid == DIALOG_GUIDE8)//Vehicles
  288.     {
  289.         if(response == 1)//Continue
  290.         {//2 resp
  291.             ShowPlayerDialog(playerid, DIALOG_GUIDE18,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide {808080}[VEHICLES]","Features\n{808080}Additional Information\nLocate DMV","Select","Back");
  292.         }
  293.         if(response == 0)//back
  294.         {
  295.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  296.         }
  297.     }
  298.     if(dialogid == DIALOG_GUIDE9)//Wanted
  299.     {
  300.         if(response == 1)//Continue
  301.         {//2 resp
  302.              ShowPlayerDialog(playerid, DIALOG_GUIDE19,DIALOG_STYLE_MSGBOX,"{FFFF00}Lawless Roleplay Official Player Guide {808080}[WANTED - LAWYER]","Lawyers can defend you, which lowers your wanted level.\nLawyers can come to your jail cell and help you get out early.\nYou will be asked if you want a laywer upon getting arrested, and a lawyer can then respond.","Exit","Back");
  303.         }
  304.         if(response == 0)//back
  305.         {
  306.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  307.         }
  308.     }
  309.     if(dialogid == DIALOG_GUIDE10)//Legal jobs
  310.     {
  311.         if(response == 1)//continue
  312.         {
  313.             if(listitem == 0)
  314.             {
  315.                 ShowPlayerDialog(playerid, DIALOG_GUIDE20,DIALOG_STYLE_LIST,"{FFFF00}LRP Official Player Guide {808080}[FIND JOB - Legal]","Detective\n{808080}Lawyer\n{808080}Mechanic\nTaxi Driver\n{808080}Craftsman\nBartender\n{808080}Trucker\nSweeper\n{808080}Garbgeman\nMiner\n{808080}Lumberjack\nFisher Man\n{808080}Forklift Driver\nScuba Diver","Select","Back");
  316.             }
  317.             if(listitem == 1)
  318.             {
  319.                 ShowPlayerDialog(playerid, DIALOG_GUIDE21,DIALOG_STYLE_LIST,"{FFFF00}LRP Official Player Guide {808080}[JOB HELP - Legal]","Detective\n{808080}Lawyer\n{808080}Mechanic\nTaxi Driver\n{808080}Craftsman\nBartender\n{808080}Trucker\nSweeper\n{808080}Garbgeman\nMiner\n{808080}Lumberjack\nFisher Man\n{808080}Forklift Driver\nScuba Diver","Select","Back");
  320.             }
  321.             if(listitem == 2)
  322.             {
  323.                 ShowPlayerDialog(playerid, DIALOG_GUIDE22,DIALOG_STYLE_LIST,"{FFFF00}LRP Official Player Guide {808080}[ASK HELPERS - Ask help for]","Detective\n{808080}Lawyer\n{808080}Mechanic\nTaxi Driver\n{808080}Craftsman\nBartender\n{808080}Trucker\nSweeper\n{808080}Garbgeman\nMiner\n{808080}Lumberjack\nFisher Man\n{808080}Forklift Driver\nScuba Diver","Select","Back");
  324.             }
  325.             if(listitem == 3)
  326.             {
  327.                 ShowPlayerDialog(playerid, DIALOG_GUIDE23,DIALOG_STYLE_LIST,"{FFFF00}LRP Official Player Guide {808080}[JOB COMMANDS - Legal]","Detective\n{808080}Lawyer\n{808080}Mechanic\nTaxi Driver\n{808080}Craftsman\nBartender\n{808080}Trucker\nSweeper\n{808080}Garbgeman\nMiner\n{808080}Lumberjack\nFisher Man\n{808080}Forklift Driver\nScuba Diver","Select","Back");
  328.             }
  329.             if(listitem == 4)
  330.             {
  331.                 ShowPlayerDialog(playerid, DIALOG_GUIDE24,DIALOG_STYLE_LIST,"{FFFF00}LRP Official Player Guide {808080}[JOB SKILLS - Legal]","Detective\n{808080}Lawyer\n{808080}Mechanic\nTaxi Driver\n{808080}Craftsman\nBartender\n{808080}Trucker\nSweeper\n{808080}Garbgeman\nMiner\n{808080}Lumberjack\nFisher Man\n{808080}Forklift Driver\nScuba Diver","Select","Back");
  332.             }
  333.         }
  334.         if(response == 0)//back
  335.         {
  336.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  337.         }
  338.     }
  339.     if(dialogid == DIALOG_GUIDE11)//Illegal jobs
  340.     {
  341.         if(response == 1)
  342.         {
  343.             if(listitem == 0)
  344.             {
  345.                 ShowPlayerDialog(playerid, DIALOG_GUIDE25,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide {808080}[FIND JOB - Illegal]","Drug Dealer\n{808080}Arms Dealer\nDrug Smuggling\n{808080}Trucker\nHooker","Select","Back");
  346.             }
  347.             if(listitem == 1)
  348.             {
  349.                 ShowPlayerDialog(playerid, DIALOG_GUIDE26,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide {808080}[JOB HELP - Illegal]","Drug Dealer\n{808080}Arms Dealer\nDrug Smuggling\n{808080}Trucker\nHooker","Select","Back");
  350.             }
  351.             if(listitem == 2)
  352.             {
  353.                 ShowPlayerDialog(playerid, DIALOG_GUIDE27,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide {808080}[ASK HELPERS - Ask help for]","Drug Dealer\n{808080}Arms Dealer\nDrug Smuggling\n{808080}Trucker\nHooker","Select","Back");
  354.             }
  355.             if(listitem == 3)
  356.             {
  357.                 ShowPlayerDialog(playerid, DIALOG_GUIDE28,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide {808080}[JOB COMMANDS - Illegal]","Drug Dealer\n{808080}Arms Dealer\nDrug Smuggling\n{808080}Trucker\nHooker","Select","Back");
  358.             }
  359.             if(listitem == 4)
  360.             {
  361.                 ShowPlayerDialog(playerid, DIALOG_GUIDE29,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide {808080}[JOB SKILLS - Illegal]","Drug Dealer\n{808080}Arms Dealer\nDrug Smuggling\n{808080}Trucker\nHooker","Select","Back");
  362.             }
  363.         }
  364.         if(response == 0)//Back
  365.         {
  366.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  367.         }
  368.     }
  369.     if(dialogid == DIALOG_GUIDE12)//Drugs
  370.     {
  371.         if(response == 1)//continue
  372.         {
  373.             if(listitem == 0)
  374.             {
  375.                 ShowPlayerDialog(playerid, DIALOG_GUIDE30,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[DRUGS - LAWS ON DRUGS]","Pot, Crack and Chemicals are illegal.\n\nIf you are caught with these by the FBI or LSPD then you will be arrested and jailed.\n\n{FF0000}Note: Selling drugs has a longer jail sentence than using drugs!","Exit","Back");
  376.             }
  377.             if(listitem == 1)
  378.             {
  379.                 ShowPlayerDialog(playerid, DIALOG_GUIDE31,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[DRUGS - Getting Drugs]","You can get drugs from a drug dealer(s) - you will often find drug dealers near the Gym.\nYou can alternatively, use /advert to discretely ask for drugs.\n\nYou could also join the drug dealer job and buy:\n\t- Crack from the Crack Lab.\n\t- Pot from the Drug Den.\n\t- Chemicals from the Chemicals Lab.","Exit","Back");
  380.             }
  381.             if(listitem == 2)
  382.             {
  383.                 ShowPlayerDialog(playerid, DIALOG_GUIDE34,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[DRUGS - SMUGGLING Drugs]","You can smuggle drugs to their main selling points for a lot of money.\nThe Drug Smuggler job can be found via Find job (About Jobs).\nThe Chemicals Lab in South Los Santos by using the Drug Smuggler job or you can purchase chemicals from other players who are drug dealers.\n\nChemicals allow you to double the effect.","Exit","Back");
  384.             }
  385.             if(listitem == 3)
  386.             {
  387.                 ShowPlayerDialog(playerid, DIALOG_GUIDE35,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[DRUGS - What are chemicals?]","Using Chemicals shortly after using weed or crack will double the effect.\nSo, you would get double armor or health!","Exit","Back");
  388.             }
  389.             if(listitem == 4)
  390.             {
  391.                 SendClientMessage(playerid, -1,"You have located {FF0000}Drug Den.");
  392.                 //SetPlayerPos(playerid, XX,ZZ,YY); Drug Den Location
  393.             }
  394.             if(listitem == 5)
  395.             {
  396.                 SendClientMessage(playerid, -1,"You have located {FF0000}Crack Lab.");
  397.                 //SetPlayerPos(playerid, XX,ZZ,YY); Crack Lab Location
  398.             }
  399.             if(listitem == 6)
  400.             {
  401.                 SendClientMessage(playerid, -1,"You have located {FF0000}Chemicals Lab.");
  402.                 //SetPlayerPos(playerid, XX,ZZ,YY); Chemicals Lab Location
  403.             }
  404.         }
  405.         if(response == 0)//back
  406.         {
  407.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  408.         }
  409.     }
  410.     if(dialogid == DIALOG_GUIDE13 || dialogid == DIALOG_GUIDE14)
  411.     {
  412.         if(response == 1)
  413.         {
  414.             ShowPlayerDialog(playerid, DIALOG_GUIDE36,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","Getting a weapon\nLocate Ammunation\nCrafting your own guns\nLocate Materials Pickup 1\nLocate Materials Pickup 2\nLocate Materials Pickup 3","Select","Back");
  415.         }
  416.         if(response == 0)//back
  417.         {
  418.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  419.         }
  420.     }
  421.     if(dialogid == DIALOG_GUIDE15)
  422.     {
  423.         if(response == 1)//locate
  424.         {//2 resp
  425.             ShowPlayerDialog(playerid, DIALOG_GUIDE37,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","Binco\nVictim","Select","Back");
  426.         }
  427.         if(response == 0)//back
  428.         {
  429.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  430.         }
  431.     }
  432.     if(dialogid == DIALOG_GUIDE16)
  433.     {
  434.         if(response == 1)//Continue
  435.         {
  436.             if(listitem == 0)
  437.             {
  438.                 ShowPlayerDialog(playerid, DIALOG_GUIDE38,DIALOG_STYLE_MSGBOX,"{FFFF00}Lawless Roleplay Official Player Guide","{0550a5}Los Santos Police Department (LSPD):{FFFFFF}\n\nPolice Officers are responsible for enforcing the law in Los Santos.\nResponding to backup calls from other departments or officers is a daily tast.","Exit","");
  439.             }
  440.             if(listitem == 1)
  441.             {
  442.                 ShowPlayerDialog(playerid, DIALOG_GUIDE39,DIALOG_STYLE_MSGBOX,"{FFFF00}Lawless Roleplay Official Player Guide","{834bf0}Federal Bureau of Investigation (FBI):{FFFFFF}\n\nThe FBI handles high priority cases such as undercover missions, notoriety arrests and counter terrorism.","Exit","");
  443.             }
  444.             if(listitem == 2)
  445.             {
  446.                 ShowPlayerDialog(playerid, DIALOG_GUIDE40,DIALOG_STYLE_MSGBOX,"{FFFF00}Lawless Roleplay Official Player Guide","{ff86e1}Los Santos Fire & Medical Department (LSFMD):{FFFFFF}\n\nThey are responsible for 911 paramedic calls, where they give medical attention to injured civilians.\nThey get money for delivering patients to a hospital\nThis is {FF0000)NOT{FFFFFF} a law enforcement agency.","Exit","");
  447.             }
  448.             if(listitem == 3)
  449.             {
  450.                 ShowPlayerDialog(playerid, DIALOG_GUIDE41,DIALOG_STYLE_MSGBOX,"{FFFF00}Lawless Roleplay Official Player Guide","{FFFFFF}San Andreas Government (SAGOV):\n\nThe government is the highest-in-command department that are responsible for creation of Laws\nThey also are tasked with inspecting other factions, and protecting the mayor.","Exit","");
  451.             }
  452.             if(listitem == 4)
  453.             {
  454.                 ShowPlayerDialog(playerid, DIALOG_GUIDE42,DIALOG_STYLE_MSGBOX,"{FFFF00}Lawless Roleplay Official Player Guide","{20e59b}San Andreas News (SANews):{FFFFFF}\n\nThis Non-Government Agency is responsible for broadcasting to other players.\nThe broadcasts have different types of usage, such as News, Weather, Changes, Quizes and Events!","Exit","");
  455.             }
  456.             if(listitem == 5)
  457.             {
  458.                 ShowPlayerDialog(playerid, DIALOG_GUIDE43,DIALOG_STYLE_MSGBOX,"{FFFF00}Lawless Roleplay Official Player Guide","{aae540}San Andreas Army (SAArmy):{FFFFFF}\n\nThe ARMY handles high priority cases as undercover missions, counter terrosism, and respond to all backup calls from other departments.","Exit","");
  459.             }
  460.         }
  461.         if(response == 0)//back
  462.         {
  463.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  464.         }
  465.     }
  466.     if(dialogid == DIALOG_GUIDE17)
  467.     {
  468.         if(response == 1)
  469.         {
  470.             if(listitem == 0)
  471.             {
  472.                 ShowPlayerDialog(playerid, DIALOG_GUIDE44,DIALOG_STYLE_MSGBOX,"{FFFF00}Lawless Roleplay Official Player Guide","Points, Turfs and Strikes:\n\nGangs can earn perks and money by capturing and claiming turfs and points.\nTurfs are areas around Los Santos that gangs figt over to win cartain perks.\nPoints on the other hand, are large, industrial locations whose profits go to the controlling gang.\n\nCheck points list via /turfs.","Exit","");
  473.             }
  474.             if(listitem == 1)
  475.             {
  476.                 ShowPlayerDialog(playerid, DIALOG_GUIDE45,DIALOG_STYLE_MSGBOX,"{FFFF00}Lawless Roleplay Official Player Guide {808080}[GANG]","Additional Information:\n\nGangs can create alliances, or make enemies, with the Gangs. (Can be found via /allies).\nGangs have unique HQ's where they can store weapons, drugs, and vehicles.","Exit","");
  477.             }
  478.         }
  479.         if(response == 0)//back
  480.         {
  481.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  482.         }
  483.     }
  484.     if(dialogid == DIALOG_GUIDE18)
  485.     {
  486.         if(response == 1)
  487.         {
  488.             if(listitem == 0)
  489.             {
  490.                 ShowPlayerDialog(playerid, DIALOG_GUIDE46,DIALOG_STYLE_MSGBOX,"{FFFF00}Lawless Roleplay Official Player Guide","Features:\n\nYou can buy locks for you vehicles at any 24-7 store, which prevents people from stealing it.\nYou can store your weapons, pots, and cracks in your vehicles, allowing quick access on the go.","Exit","");
  491.             }
  492.             if(listitem == 1)
  493.             {
  494.                 ShowPlayerDialog(playerid, DIALOG_GUIDE47,DIALOG_STYLE_MSGBOX,"{FFFF00}Lawless Roleplay Official Player Guide","Additional Information:\n\nPersonal vehicles can be purchased at vehicles dealerships around Los Santos, which can be found via /finddealerships.\nPolice may ticket or impound unattented vehicles. When that happens, you'll have go to the DMV to realse your vehicle.","Exit","");
  495.             }
  496.             if(listitem == 2)
  497.             {
  498.                 SendClientMessage(playerid, -1,"You have located DMV.");
  499.             }
  500.         }
  501.         if(response == 0)//back
  502.         {
  503.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  504.         }
  505.     }
  506.     if(dialogid == DIALOG_GUIDE20)
  507.     {
  508.         if(response == 1)
  509.         {
  510.             if(listitem == 0)
  511.             {
  512.                 SendClientMessage(playerid, -1, "You have located the Detective Job!");
  513.             }
  514.             if(listitem == 1)
  515.             {
  516.                 SendClientMessage(playerid, -1, "You have located the Lawyer Job!");
  517.             }
  518.             if(listitem == 2)
  519.             {
  520.                 SendClientMessage(playerid, -1, "You have located the Mechanic Job!");
  521.             }
  522.             if(listitem == 3)
  523.             {
  524.                 SendClientMessage(playerid, -1, "You have located the Taxi Driver Job!");
  525.             }
  526.             if(listitem == 4)
  527.             {
  528.                 SendClientMessage(playerid, -1, "You have located the Craftsman Job!");
  529.             }
  530.             if(listitem == 5)
  531.             {
  532.                 SendClientMessage(playerid, -1, "You have located the Bartender Job!");
  533.             }
  534.             if(listitem == 6)
  535.             {
  536.                 SendClientMessage(playerid, -1, "You have located the Trucker Job!");
  537.             }
  538.             if(listitem == 7)
  539.             {
  540.                 SendClientMessage(playerid, -1, "You have located the Sweeper Job!");
  541.             }
  542.             if(listitem == 8)
  543.             {
  544.                 SendClientMessage(playerid, -1, "You have located the Garbageman Job!");
  545.             }
  546.             if(listitem == 9)
  547.             {
  548.                 SendClientMessage(playerid, -1, "You have located the Miner Job!");
  549.             }
  550.             if(listitem == 10)
  551.             {
  552.                 SendClientMessage(playerid, -1, "You have located the Lumberjack Job!");
  553.             }
  554.             if(listitem == 11)
  555.             {
  556.                 SendClientMessage(playerid, -1, "You have located the Fisherman Job!");
  557.             }
  558.             if(listitem == 12)
  559.             {
  560.                 SendClientMessage(playerid, -1, "You have located the Forklift Driver Job!");
  561.             }
  562.             if(listitem == 13)
  563.             {
  564.                 SendClientMessage(playerid, -1, "You have located the Scuba Diver Job!");
  565.             }
  566.         }
  567.         if(response == 0)//back
  568.         {
  569.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  570.         }
  571.     }
  572.     if(dialogid == DIALOG_GUIDE21)//JOB HELP
  573.     {
  574.         if(response == 1)
  575.         {
  576.             if(listitem == 0)
  577.             {
  578.                 ShowPlayerDialog(playerid, DIALOG_GUIDE48,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Detective]","Information:\n\nThis job can be used to locate people anywhere around San Andreas.\nThis is helpful for the Government factions, and can be used to find criminals. It is a legal job and you can't get busted for doing it.\nIt will tell you the last known location(area) they were found in and give you a beacon.\n\nHow to join?: Go backward at Find Job.","Exit","");
  579.             }
  580.             if(listitem == 1)
  581.             {
  582.                 ShowPlayerDialog(playerid, DIALOG_GUIDE49,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Lawyer]","Information:\n\nThis job can be used to remove wanted stars, reduce jail time and list all criminals.\nThis is helpful for criminals and crooks, it is a legal job and you can't get busted for doing it.\nThis job is very handy to bring your notoriety down.\n\nHow to join?: Go backward at Find Job.","Exit","");
  583.             }
  584.             if(listitem == 2)
  585.             {
  586.                 ShowPlayerDialog(playerid, DIALOG_GUIDE50,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Mechanic]", "Information:\n\nThis job can be used to repair, add nos, and add hydraulics to vehicles.\nThis job can sometimes be rewarding, but often people do not require assistance.\nThis is a legal job and you cannot get busted for doing it.\n\nHow to join?: Go backward at Find Job.","Exit","");
  587.             }
  588.             if(listitem == 3)
  589.             {
  590.                 ShowPlayerDialog(playerid, DIALOG_GUIDE51,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Taxi Driver]","Information:\n\nThis job can be used to take passengers around the city for any price you desire($1 - $500 per 16 seconds).\nThis job is not very profitable as people do not usually call taxis, and sometimes they try to steal your taxi vehicle.\nThis is a legal job and you cannot get busted for doing it.\n\nHow to join?: Go backward at Find Job.","Exit","");
  591.             }
  592.             if(listitem == 4)
  593.             {
  594.                 ShowPlayerDialog(playerid, DIALOG_GUIDE52,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Craftsman]","Information:\nThis job can be used to sell crafts to other players.\nThis job is very profitable as people have a need for many of the things you can make.\nThis is a legal job and you can not get busted for doing it.\n\nHow to join?: Go backward at Find Job.","Exit","");
  595.             }
  596.             if(listitem == 5)
  597.             {
  598.                 ShowPlayerDialog(playerid, DIALOG_GUIDE53,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Bartender]","Information:\nThis job can be used to sell drinks to other players.\nThis is a legal job and you can not get busted for doing it.\n\nHow to join?: Go backward at Find Job.","Exit","");
  599.             }
  600.             if(listitem == 6)
  601.             {
  602.                 ShowPlayerDialog(playerid, DIALOG_GUIDE54,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Trucker]","Information:\nThis job can be used to earn money by making truck deliveries\nThis is a legal job, however you can get busted if you transport illegal goods or hijack trucks.\n\nHow to join?: Go backward at Find Job.","Exit","");
  603.             }
  604.             if(listitem == 7)
  605.             {
  606.                 ShowPlayerDialog(playerid, DIALOG_GUIDE55,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Street Sweeper]","Information:\nThis job can be used to earn money by grabbing a Street Sweeper.\nOnce you are driving a Street Sweeper, you only need to drive around for around 1 minute.\nYou can earn up to 150$ per minutes.\n\nHow to join?: Go backward at Find Job.","Exit","");
  607.             }
  608.             if(listitem == 8)
  609.             {
  610.                 ShowPlayerDialog(playerid, DIALOG_GUIDE56,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Garbage Man]","Information:\n\nThis job can be used to earn money by colleting trash.\nThis job is very profitable as it doesn't rely on other people and is cary to do.\nThis is a legal job and can not bet busted for doing it.\n\nHow to join?: Go backward at Find Job.","Exit","");
  611.             }
  612.             if(listitem == 9)
  613.             {
  614.                 ShowPlayerDialog(playerid, DIALOG_GUIDE57,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Miner]","Information:\nThis job can be used to earn easy casy money by breaking rocks.\nThis job is very profitable as it doesn't rely on other people and is easy to do.\nThis is a legal job and can not bet busted for doing it.\n\nHow to join?: Go backward at Find Job.","Exit","");
  615.             }
  616.             if(listitem == 10)
  617.             {
  618.                 ShowPlayerDialog(playerid, DIALOG_GUIDE58,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Lumber Jack]","Information:\nThis job can be used to earn easy casy money by cutting trees.\nThis job is very profitable as it doesn't rely on other people and is easy to do.\nThis is a legal job and can not bet busted for doing it.\n\nHow to join?: Go backward at Find Job.","Exit","");
  619.             }
  620.             if(listitem == 11)
  621.             {
  622.                 ShowPlayerDialog(playerid, DIALOG_GUIDE59,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Fisher Man]","Information:\nFisher men drive boats into checkpoints to catch fish.\nThis job is very profitable as it doesn't rely on other people and is easy to do.\nThis is a legal job and can not bet busted for doing it.\n\nHow to join?: Go backward at Find Job.","Continue","Exit");
  623.             }
  624.             if(listitem == 12)
  625.             {
  626.                 ShowPlayerDialog(playerid, DIALOG_GUIDE60,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Forklift Driver]","Information:\nForklift Drivers move packages around for delivery.\nThis job is very profitable as it doesn't rely on other people and is easy to do.\nThis is a legal job and can not bet busted for doing it.\n\nHow to join?: Go backward at Find Job.","Exit","");
  627.             }
  628.             if(listitem == 13)
  629.             {
  630.                 ShowPlayerDialog(playerid, DIALOG_GUIDE61,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Scuba Diver]","Information:\nScuba Diving for jellyfish at this Santa Maria Pier.\nThis job is very profitable as it doesn't rely on other people and is easy to do.\nThis is a legal job and can not bet busted for doing it.\n\nHow to join?: Go backward at Find Job.","Exit","");
  631.             }
  632.         }
  633.         if(response == 0)//back
  634.         {
  635.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  636.         }
  637.     }
  638.     if(dialogid == DIALOG_GUIDE59)
  639.     {
  640.         if(response == 1)
  641.         {
  642.             ShowPlayerDialog(playerid, DIALOG_GUIDE110,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Fisher Man]","Once you join the job, you will be need to purchase a fishing net. \nYou can buy large, medium, small sized nets and this will limit the amount if fish you can catch.\n Once you have a net, you can drive into the deep sea (light blue zone) and use /gofish to start a fishing expedition.","Continue","Exit");
  643.         }
  644.         if(response == 0)//back
  645.         {
  646.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  647.         }
  648.     }
  649.     if(dialogid == DIALOG_GUIDE110)
  650.     {
  651.         if(response == 1)
  652.         {
  653.             ShowPlayerDialog(playerid, DIALOG_GUIDE111,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Fisher Man]","Once you have startedd your fishing expedition, you can stop it at anytime by using /endfish or you can wait till your net is full. \n\nAlternatively, you can check the amount of fish, you have caught by using /myfish. You can even drop them back into\nthe sea by using /dropfish.","Exit","");
  654.         }
  655.         if(response == 0)//back
  656.         {
  657.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  658.         }
  659.     }
  660.     if(dialogid == DIALOG_GUIDE22)//YOU NEED TO ADD THE CODES TO SEND THE MESSAGE TO HELPERS!!!
  661.     {
  662.         if(response == 1)
  663.         {
  664.             if(listitem == 0)
  665.             {
  666.                 SendClientMessage(playerid, -1, "You have asked help for: Detective Job!");
  667.             }
  668.             if(listitem == 1)
  669.             {
  670.                 SendClientMessage(playerid, -1, "You have asked help for: Lawyer Job!");
  671.             }
  672.             if(listitem == 2)
  673.             {
  674.                 SendClientMessage(playerid, -1, "You have asked help for: Mechanic Job!");
  675.             }
  676.             if(listitem == 3)
  677.             {
  678.                 SendClientMessage(playerid, -1, "You have asked help for: Taxi Driver Job!");
  679.             }
  680.             if(listitem == 4)
  681.             {
  682.                 SendClientMessage(playerid, -1, "You have asked help for: Craftsman Job!");
  683.             }
  684.             if(listitem == 5)
  685.             {
  686.                 SendClientMessage(playerid, -1, "You have asked help for: Bartender Job!");
  687.             }
  688.             if(listitem == 6)
  689.             {
  690.                 SendClientMessage(playerid, -1, "You have asked help for: Trucker Job!");
  691.             }
  692.             if(listitem == 7)
  693.             {
  694.                 SendClientMessage(playerid, -1, "You have asked help for: Sweeper Job!");
  695.             }
  696.             if(listitem == 8)
  697.             {
  698.                 SendClientMessage(playerid, -1, "You have asked help for: Garbageman Job!");
  699.             }
  700.             if(listitem == 9)
  701.             {
  702.                 SendClientMessage(playerid, -1, "You have asked help for: Miner Job!");
  703.             }
  704.             if(listitem == 10)
  705.             {
  706.                 SendClientMessage(playerid, -1, "You have asked help for: Lumberjack Job!");
  707.             }
  708.             if(listitem == 11)
  709.             {
  710.                 SendClientMessage(playerid, -1, "You have asked help for: Fisherman Job!");
  711.             }
  712.             if(listitem == 12)
  713.             {
  714.                 SendClientMessage(playerid, -1, "You have asked help for: Forklift Driver Job!");
  715.             }
  716.             if(listitem == 13)
  717.             {
  718.                 SendClientMessage(playerid, -1, "You have asked help for: Scuba Diver Job!");
  719.             }
  720.         }
  721.         if(response == 0)//back
  722.         {
  723.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  724.         }
  725.     }
  726.     if(dialogid == DIALOG_GUIDE23)//COMMANDS
  727.     {
  728.         if(response == 1)
  729.         {
  730.             if(listitem == 0)
  731.             {
  732.                 ShowPlayerDialog(playerid, DIALOG_GUIDE63,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Detective]","Commands:\n\n/trace - Is a command that can locate a player's position.\n\nLocation of job: This job can be obtained in the Los Santos Police Department.","Exit","");
  733.             }
  734.             if(listitem == 1)
  735.             {
  736.                 ShowPlayerDialog(playerid, DIALOG_GUIDE64,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Lawyer]","Commands:\n\n/defend, /free, /wanted, /neutralize\n\nLocation of job: This job can be found at the job map icon (yellow circle!) near the bank.","Exit","");
  737.             }
  738.             if(listitem == 2)
  739.             {
  740.                 ShowPlayerDialog(playerid, DIALOG_GUIDE65,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Mechanic]","Commands:\n\n/fix, /repair, /hyd, /nos, /mechduty\n\nLocation of job: This job can be obtained at Idlewood, at the job icon(yellow circle).","Exit","");
  741.             }
  742.             if(listitem == 3)
  743.             {
  744.                 ShowPlayerDialog(playerid, DIALOG_GUIDE66,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Taxi Driver]","Commands:\n\n/fare [$1 - $50]\n/taxisign\n\nLocation of job: This job can be obtained in front of Unity Station at the job icon(yellow circle).","Exit","");
  745.             }
  746.             if(listitem == 4)
  747.             {
  748.                 ShowPlayerDialog(playerid, DIALOG_GUIDE67,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Crafsman]","Commands:\n/getmats, /craft","Exit","");
  749.             }
  750.             if(listitem == 5)
  751.             {
  752.                 ShowPlayerDialog(playerid, DIALOG_GUIDE68,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Bartender]","Commands: \n/selldrink","Exit","");
  753.             }
  754.             if(listitem == 6)
  755.             {
  756.                 ShowPlayerDialog(playerid, DIALOG_GUIDE69,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Trucker]","3","Exit","");
  757.             }
  758.             if(listitem == 7)
  759.             {
  760.                 ShowPlayerDialog(playerid, DIALOG_GUIDE70,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Sweeper]","Once you're driving a Street Sweeper, you only need to drive around for around 1 minute to earn money.","Exit","");
  761.             }
  762.             if(listitem == 8)
  763.             {
  764.                 ShowPlayerDialog(playerid, DIALOG_GUIDE71,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Garbage man]","Commands:\n/garbage","Exit","");
  765.             }
  766.             if(listitem == 9)
  767.             {
  768.                 ShowPlayerDialog(playerid, DIALOG_GUIDE72,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Miner]","Commands:\n/mine","Exit","");
  769.             }
  770.             if(listitem == 10)
  771.             {
  772.                 ShowPlayerDialog(playerid, DIALOG_GUIDE73,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[LumberJack]","Commands:\n/chop","Exit","");
  773.             }
  774.             if(listitem == 11)
  775.             {
  776.                 ShowPlayerDialog(playerid, DIALOG_GUIDE74,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Fisherman]" ,"Commands:\n/gofish, /endfish, /myfish, /dropfish, /net","Exit","");
  777.             }
  778.             if(listitem == 12)
  779.             {
  780.                 ShowPlayerDialog(playerid, DIALOG_GUIDE75,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Forklift Driver]","Commands:\nForklift drivers move packages around for delivery.\nGet inside a forklift and start delivering.","Exit","");
  781.             }
  782.             if(listitem == 13)
  783.             {
  784.                 ShowPlayerDialog(playerid, DIALOG_GUIDE76,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Scuba Diver]","  ","Exit","");
  785.             }
  786.         }
  787.         if(response == 0)//back
  788.         {
  789.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  790.         }
  791.     }
  792.     if(dialogid == DIALOG_GUIDE24)//JOB SKILLS
  793.     {
  794.         if(response == 1)
  795.         {
  796.             if(listitem == 0)
  797.             {
  798.                 ShowPlayerDialog(playerid, DIALOG_GUIDE78,DIALOG_STYLE_MSGBOX,"{808080}[Detective]","Skills:\n\nLevel 1: You can find someone for 4 seconds, the reload time is 2 minutes.\nLevel 2: You can find someone for 6 seconds, the reload time is 1 minute, 20 seconds.\nLevel 3: You can find someone for 8 seconds, the reload time is 1 minute.\nLevel 4: You can find someone for 10 seconds, the reload time is 30 seconds.\nLevel 5: You can find someone for 12 seconds, the reload time is 15 seconds.","Exit","");
  799.             }
  800.             if(listitem == 1)
  801.             {
  802.                 ShowPlayerDialog(playerid, DIALOG_GUIDE79,DIALOG_STYLE_MSGBOX,"{808080}[Lawyer]","Note: The reload time will decrease as you level up!\n\nSkills:\n\nLevel 1: You can reduce inmates sentences by 1 minute.\nLevel 2: You can reduce inmates sentences by 2 minutes.\nLevel 3: You can reduce inmates sentences by 3 minutes.\nLevel 4: You can reduce inmates sentences by 4 minute2.\nLevel 5: You can reduce inmates sentences by 5 minutes.","Exit","");
  803.             }
  804.             if(listitem == 2)
  805.             {
  806.                 ShowPlayerDialog(playerid, DIALOG_GUIDE80,DIALOG_STYLE_MSGBOX,"{808080}[Mechanic]","Note: The reload time is always 1 minute, no matter what level.","Exit","");
  807.             }
  808.             if(listitem == 3)
  809.             {
  810.                 ShowPlayerDialog(playerid, DIALOG_GUIDE81,DIALOG_STYLE_MSGBOX,"{808080}[Taxi Driver]","Note: There is no reload time for taxi fares and there are no levels for this job. In other words, you do not need to level it up to earn the max money you can.","Exit","");
  811.             }
  812.             if(listitem == 4)
  813.             {
  814.                 ShowPlayerDialog(playerid, DIALOG_GUIDE82,DIALOG_STYLE_MSGBOX,"{808080}[Craftsman]","Note: There is no reload time for craftsman and you don't need to level up.","Exit","");
  815.             }
  816.             if(listitem == 5)
  817.             {
  818.                 ShowPlayerDialog(playerid, DIALOG_GUIDE83,DIALOG_STYLE_MSGBOX,"{808080}[Bartender]","Note: There is no reload time for Bartender and you don't need to level up.","Exit","");
  819.             }
  820.             if(listitem == 6)
  821.             {
  822.                 ShowPlayerDialog(playerid, DIALOG_GUIDE84,DIALOG_STYLE_MSGBOX,"{808080}[Trucker]","None","Exit","");
  823.             }
  824.             if(listitem == 7)
  825.             {
  826.                 ShowPlayerDialog(playerid, DIALOG_GUIDE85,DIALOG_STYLE_MSGBOX,"{808080}[Sweeper]","Note: There is no reload time for Street Sweeper and you don't need to level up to earn money. ","Exit","");
  827.             }
  828.             if(listitem == 8)
  829.             {
  830.                 ShowPlayerDialog(playerid, DIALOG_GUIDE86,DIALOG_STYLE_MSGBOX,"{808080}[Garbage man]","Note: There is no reload time for garbage collectiong and you don't need to level up to collect garbage.","Exit","");
  831.             }
  832.             if(listitem == 9)
  833.             {
  834.                 ShowPlayerDialog(playerid, DIALOG_GUIDE87,DIALOG_STYLE_MSGBOX,"{808080}[Miner]","Note: There is no reload time for miner and you don't need to level up.","Exit","");
  835.             }
  836.             if(listitem == 10)
  837.             {
  838.                 ShowPlayerDialog(playerid, DIALOG_GUIDE88,DIALOG_STYLE_MSGBOX,"{808080}[Lumberjack]","Note: There is no reload time for Lumberjack and you don't need to level up.","Exit","");
  839.             }
  840.             if(listitem == 11)
  841.             {
  842.                 ShowPlayerDialog(playerid, DIALOG_GUIDE89,DIALOG_STYLE_MSGBOX,"{808080}[Fisherman]","Note: There is no reload time for fisherman and you don't need to level up.","Exit","");
  843.             }
  844.             if(listitem == 12)
  845.             {
  846.                 ShowPlayerDialog(playerid, DIALOG_GUIDE90,DIALOG_STYLE_MSGBOX,"{808080}[Forklift Driver]","Note: There is no reload time for Forklift and you don't need to level up.","Exit","");
  847.             }
  848.             if(listitem == 13)
  849.             {
  850.                 ShowPlayerDialog(playerid, DIALOG_GUIDE91,DIALOG_STYLE_MSGBOX,"{808080}[Scuba Diver]","Note: There is no reload time for Scuba Diver and you don't need to level up.","Exit","");
  851.             }
  852.         }
  853.         if(response == 0)//back
  854.         {
  855.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  856.         }
  857.     }
  858.     if(dialogid == DIALOG_GUIDE25)//FIND JOB - Illegal
  859.     {
  860.         if(response == 1)
  861.         {
  862.             if(listitem == 0)
  863.             {
  864.                 SendClientMessage(playerid, -1, "You have located the Drug Dealer Job!");
  865.             }
  866.             if(listitem == 1)
  867.             {
  868.                 SendClientMessage(playerid, -1, "You have located the Arms Dealer Job!");
  869.             }
  870.             if(listitem == 2)
  871.             {
  872.                 SendClientMessage(playerid, -1, "You have located the Drug Smuggling Job!");
  873.             }
  874.             if(listitem == 3)
  875.             {
  876.                 SendClientMessage(playerid, -1, "You have located the Trucker Job!");
  877.             }
  878.             if(listitem == 4)
  879.             {
  880.                 SendClientMessage(playerid, -1, "You have located the Hooker Job!");
  881.             }
  882.         }
  883.         if(response == 0)//back
  884.         {
  885.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  886.         }
  887.     }
  888.     if(dialogid == DIALOG_GUIDE26)//JOB HELP - Illegal
  889.     {
  890.         if(response == 1)
  891.         {
  892.             if(listitem == 0)
  893.             {
  894.                 ShowPlayerDialog(playerid, DIALOG_GUIDE93,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Drug Dealer]","Information:\n\nThis job can be used to sell pot and crack to any customers you might find.\nIt often comes in handy, when you're a higher level at it.\nThe higher the level, the more drugs you can hold.\nThis is an illegal job and you can get busted for doing it.","Exit","");
  895.             }
  896.             if(listitem == 1)
  897.             {
  898.                 ShowPlayerDialog(playerid, DIALOG_GUIDE94,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Arms Dealer]","Information:\n\nThis job can be used to sell people weapons.\nThis job is very profitable and can earn you big cash at later levels.\nThis is an illegal job and you can get busted for doing it.","Exit","");
  899.             }
  900.             if(listitem == 2)
  901.             {
  902.                 ShowPlayerDialog(playerid, DIALOG_GUIDE95,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Drug Smuggling]","Information:\n\nThis job can be used to keep Crack and Pot filled in the Crack Lab.\nThis job is very profitable as people usually buy crack and pot, and sometimes they try to steal your pot and crack.\nThis is an ilegal job and you can get busted for doing it.","Exit","");
  903.             }
  904.             if(listitem == 3)
  905.             {
  906.                 ShowPlayerDialog(playerid, DIALOG_GUIDE96,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Trucker]","Information:\nThis job can be used to earn money by making truck deliveries\nThis is a legal job, however you can get busted if you transport illegal goods or hijack trucks.\n\nHow to join?: Go backward at Find Job.","Exit","");
  907.             }
  908.             if(listitem == 4)
  909.             {
  910.                 ShowPlayerDialog(playerid, DIALOG_GUIDE122,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Hooker]","Information:\n\nThis job can be used to bring pleasure to any clients who may be interested in having some fun.\nThis is a job that offers sex to every client who comes along.\nThis is an illegal job and you can get busted for doing it.","Exit","");
  911.             }
  912.         }
  913.         if(response == 0)//back
  914.         {
  915.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  916.         }
  917.     }
  918.     if(dialogid == DIALOG_GUIDE27)//ASK HELP - Illegal
  919.     {
  920.         if(response == 1)
  921.         {
  922.             if(listitem == 0)
  923.             {
  924.                 SendClientMessage(playerid, -1, "You have asked help for: Drug Dealer Job!");
  925.             }
  926.             if(listitem == 1)
  927.             {
  928.                 SendClientMessage(playerid, -1, "You have asked help for: Arms Dealer Job!");
  929.             }
  930.             if(listitem == 2)
  931.             {
  932.                 SendClientMessage(playerid, -1, "You have asked help for: Drug Smuggling Job!");
  933.             }
  934.             if(listitem == 3)
  935.             {
  936.                 SendClientMessage(playerid, -1, "You have asked help for: Trucker Job!");
  937.             }
  938.             if(listitem == 4)
  939.             {
  940.                 SendClientMessage(playerid, -1, "You have asked help for: Hooker Job!");
  941.             }
  942.         }
  943.         if(response == 0)//back
  944.         {
  945.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  946.         }
  947.     }
  948.     if(dialogid == DIALOG_GUIDE28)//JOB COMMANDS - Illegal
  949.     {
  950.         if(response == 1)
  951.         {
  952.             if(listitem == 0)
  953.             {
  954.                 ShowPlayerDialog(playerid, DIALOG_GUIDE97,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Drug Dealer]","Commands:\n\n/sellpot, /plantseeds, /sellcrack, /getcrack\n\nLocation of job: This job can be located outside the Drug Den, opposite the Ganton Gym, at the 'D' icon.","Exit","");
  955.             }
  956.             if(listitem == 1)
  957.             {
  958.                 ShowPlayerDialog(playerid, DIALOG_GUIDE98,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Arms Dealer]","Commands:\n\n/getmats, /sellgun\n\nLocation of job: This job can be obtained outside the large Ammunation, at the 'gun' icon.","Exit","");
  959.             }
  960.             if(listitem == 2)
  961.             {
  962.                 ShowPlayerDialog(playerid, DIALOG_GUIDE99,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Drug Smuggling]","Commands:\n\n/getcrate [name(Pot/Crack)]\n\nLocation of job: This job can be obtained inside the Crack Lab, at the job icon(yellow circle).","Exit","");
  963.             }
  964.             if(listitem == 3)
  965.             {
  966.                 ShowPlayerDialog(playerid, DIALOG_GUIDE100,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Trucker]","Commands:\n/loadtruck, /checktruck, /hijacktruck","Exit","");
  967.             }
  968.             if(listitem == 4)
  969.             {
  970.                 ShowPlayerDialog(playerid, DIALOG_GUIDE121,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Hooker]","Commands:\n\n/sex\n/sex is a command to offer sex to a client, and may only be used in a vehicle.\n\nLocation of job: This job can be obtained inside the Pig Pen, at the job icon(yellow circle).","Exit","");
  971.             }
  972.         }
  973.         if(response == 0)//back
  974.         {
  975.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  976.         }
  977.     }
  978.     if(dialogid == DIALOG_GUIDE29)//JOB SKILLS - Illegal
  979.     {
  980.         if(response == 1)
  981.         {
  982.             if(listitem == 0)
  983.             {
  984.                 ShowPlayerDialog(playerid, DIALOG_GUIDE101,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Drug Dealer]","Note: The reload time is always 1 minute, no matter what level.\n\nSkills:\n\nLevel 1: You can hold 10 pot and 5 crack.\nLevel 2: You can hold 20 pot and 15 crack.\nLevel 3: You can hold 30 pot and 15 crack.\nLevel 4: You can hold 40 pot and 20 crack.\nLevel 5: You can hold 50 pot and 25 crack.","Exit","");
  985.             }
  986.             if(listitem == 1)
  987.             {
  988.                 ShowPlayerDialog(playerid, DIALOG_GUIDE102,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Arms Dealer]","Note: The reload time for selling guns is always 10 seconds, no matter what level.\n\nSkills:\n\nLevel 1 Weapons: Flowers, Knuckles, SDPistol, and Shotgun.\nLevel 2 Weapons: Baseball Bat, Cane, MP5, and Rifle.\nLevel 3 Weapons: Shovel and Deagle.\nLevel 4 Weapons: Poolcue, Golf Club, AK47, and M4.\nLevel 5 Weapons: Katana, Dildo, Sniper, and SPAS12.","Exit","");
  989.             }
  990.             if(listitem == 2)
  991.             {
  992.                 ShowPlayerDialog(playerid, DIALOG_GUIDE103,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Drug Smuggling]","Note: There is no reload time for drug smuggling and you do need to level it up to obtain more money. There are 5 levels for this job.","Exit","");
  993.             }
  994.             if(listitem == 3)
  995.             {
  996.                 ShowPlayerDialog(playerid, DIALOG_GUIDE104,DIALOG_STYLE_MSGBOX,"{FFFF00}LRP Official Player Guide {808080}[Trucker]","None","Exit","");
  997.             }
  998.             if(listitem == 4)
  999.             {
  1000.                 ShowPlayerDialog(playerid, DIALOG_GUIDE120,DIALOG_STYLE_MSGBOX,"{808080}[Hooker]","Note: The reload time is always 1 minute, no matter what level.\n\nSkills:\n\nLevel 1: You have a very high chance of catching/giving STD's.\nLevel 2: You have a high chance of catching/giving STD's.\nLevel 3: You have a medium chance of catching/giving STD's.\nLevel 4: You have a low chance of catching/giving STD's.\nLevel 5: You have a very low chance of catching/giving STD's.","Exit","");
  1001.             }
  1002.         }
  1003.         if(response == 0)//back
  1004.         {
  1005.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  1006.         }
  1007.     }
  1008.     if(dialogid == DIALOG_GUIDE36)//Getting Weapons
  1009.     {
  1010.         if(response == 1)
  1011.         {
  1012.             if(listitem == 0)
  1013.             {
  1014.                 ShowPlayerDialog(playerid, DIALOG_GUIDE105,DIALOG_STYLE_MSGBOX,"{FFFF00}Lawless Roleplay Official Player Guide","You can get weapons through 3 different methods.\n\t1- Buy legal firearms from the Ammunation\n\t2- Buy firearms from an Arms Dealer.\n\t3- Become an Arms Dealer and create weapons for yourself.","Exit","");
  1015.             }
  1016.             if(listitem == 1)
  1017.             {
  1018.                 SendClientMessage(playerid, -1, "You have located Ammunation.");
  1019.             }
  1020.             if(listitem == 2)
  1021.             {
  1022.                 ShowPlayerDialog(playerid, DIALOG_GUIDE106,DIALOG_STYLE_MSGBOX,"{FFFF00}Lawless Roleplay Official Player Guide","An Arms dealer can craft weapons. (Go to find job -> Arms Dealer for more info).\nArms Dealers can use '/sellgun' to create weapons.\nBut all weapons require materials, which can be received by doing mat runs..","Exit","");
  1023.             }
  1024.             if(listitem == 3)
  1025.             {
  1026.                 SendClientMessage(playerid, -1, "You have located MP1");
  1027.             }
  1028.             if(listitem == 4)
  1029.             {
  1030.                 SendClientMessage(playerid, -1, "You have located MP2");
  1031.             }
  1032.             if(listitem == 5)
  1033.             {
  1034.                 SendClientMessage(playerid, -1, "You have located MP3");
  1035.             }
  1036.         }
  1037.         if(response == 0)//back
  1038.         {
  1039.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  1040.         }
  1041.     }
  1042.     if(dialogid == DIALOG_GUIDE37)
  1043.     {
  1044.         if(response == 1)
  1045.         {
  1046.             if(listitem == 0)
  1047.             {
  1048.                 SendClientMessage(playerid, -1, "You have located Binco.");
  1049.             }
  1050.             if(listitem == 1)
  1051.             {
  1052.                 SendClientMessage(playerid, -1, "You have located Victim.");
  1053.             }
  1054.         }
  1055.         if(response == 0)//back
  1056.         {
  1057.             ShowPlayerDialog(playerid, DIALOG_GUIDE,DIALOG_STYLE_LIST,"{FFFF00}Lawless Roleplay Official Player Guide","About Jobs\n{808080}About Drugs\nAbout Weapons\n{808080}About Clothes\nAbout Factions\n{808080}About Gangs\nVehicles\n{808080}Wanted","Select","Exit");
  1058.         }
  1059.     }
  1060.     return 0;
  1061. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement