Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.36 KB | None | 0 0
  1. <html>
  2. <head>
  3. <link href="trainer.css" rel="stylesheet" type="text/css" />
  4. <script src="nui://game/ui/jquery.js" type="text/javascript"></script>
  5. <script src="trainer.js" type="text/javascript"></script>
  6. </head>
  7. <body>
  8.  
  9. <!-- Voice Overlay Container, Top-Center of screen. -->
  10. <div id="voicecontainer" style="display: none;" data-container="true">
  11. <p class="voiceHeader">Currently Talking:</p>
  12. <span id="voiceActive">
  13. </span>
  14. </div>
  15.  
  16.  
  17.  
  18. <!-- Speed Container, bottom right Corner of the screen -->
  19. <div id="speedcontainer" class="circle" style="display: none;" data-container="true">
  20. <p class="speedtext">0</p>
  21. <p class="speedsuffix">MPH</p>
  22. </div>
  23.  
  24.  
  25.  
  26.  
  27. <!-- Trainer menu container -->
  28. <div id="trainercontainer" style="display: none;" data-container="true">
  29. <div id="trainertitlecontainer" data-container="true">
  30. <!-- Title -->
  31. <p class="trainertitle">Mello Trainer</p>
  32. <!-- Page Indicator updated by JS -->
  33. <p id="pageindicator"></p>
  34. </div>
  35.  
  36.  
  37. <!-- Main menu -->
  38. <div id="mainmenu">
  39. <!-- <p class="traineroption" data-sub="onlineplayersmenu" data-require="admin">Online Players</p> -->
  40. <!-- <p class="traineroption" data-sub="playermenu" data-require="admin">Player</p> -->
  41. <!-- <p class="traineroption" data-sub="actionsmenu">Actions</p> -->
  42. <!-- <p class="traineroption" data-sub="weaponsmenu" data-require="admin">Weapons</p> -->
  43. <p class="traineroption" data-sub="vehiclesmenu">Vehicles</p>
  44. <!-- <p class="traineroption" data-sub="worldmenu" data-require="admin">World</p> -->
  45. <!-- <p class="traineroption" data-sub="settingsmenu" data-require="admin">Settings</p> -->
  46. <!-- <p class="traineroption" data-sub="adminmenu" data-require="admin">Admin Menu</p> -->
  47. <!-- <p class="traineroption" data-sub="aboutmenu" data-require="admin">About</p> -->
  48. <p class="traineroption" data-sub="savemenu">Save/Load Trainer Settings</p>
  49. </div>
  50.  
  51.  
  52. <!-- Toggle Save Menu -->
  53. <div id="savemenu" data-parent="mainmenu">
  54. <p class="traineroption" data-action="savefeaturevariables">Save Current Settings</p>
  55. <p class="traineroption" data-action="loadfeaturevariables">Load Saved Settings</p>
  56. <p class="traineroption" data-action="resetfeaturevariables">Clear Saved Settings</p>
  57. </div>
  58.  
  59.  
  60.  
  61. <!--
  62. _ _ __ __
  63. /\ | | (_) | \/ |
  64. / \ ___ | |_ _ ___ _ __ ___ | \ / | ___ _ __ _ _
  65. / /\ \ / __| | __| | | / _ \ | '_ \ / __| | |\/| | / _ \ | '_ \ | | | |
  66. / ____ \ | (__ | |_ | | | (_) | | | | | \__ \ | | | | | __/ | | | | | |_| |
  67. /_/ \_\ \___| \__| |_| \___/ |_| |_| |___/ |_| |_| \___| |_| |_| \__,_|
  68.  
  69. -->
  70.  
  71. <!-- Animations Menus -->
  72. <div id="actionsmenu" data-parent="mainmenu">
  73. </div>
  74.  
  75.  
  76. <!--
  77. ____ _ _ _____ _ __ __
  78. / __ \ | | (_) | __ \ | | | \/ |
  79. | | | | _ __ | | _ _ __ ___ | |__) | | | __ _ _ _ ___ _ __ ___ | \ / | ___ _ __ _ _
  80. | | | | | '_ \ | | | | | '_ \ / _ \ | ___/ | | / _` | | | | | / _ \ | '__| / __| | |\/| | / _ \ | '_ \ | | | |
  81. | |__| | | | | | | | | | | | | | | __/ | | | | | (_| | | |_| | | __/ | | \__ \ | | | | | __/ | | | | | |_| |
  82. \____/ |_| |_| |_| |_| |_| |_| \___| |_| |_| \__,_| \__, | \___| |_| |___/ |_| |_| \___| |_| |_| \__,_|
  83. __/ |
  84. |___/
  85. -->
  86.  
  87. <!-- Online Players menu -->
  88. <div id="onlineplayersmenu" data-parent="mainmenu" data-dynamicmenu="getonlineplayers">
  89. </div>
  90.  
  91.  
  92. <!-- Player Options Menu (Online) -->
  93. <div id="onlineplayersmenu_playeroptions" data-parent="onlineplayersmenu">
  94. <p class="traineroption" data-action="otherplayer teleportto">Teleport to Player</p>
  95. <p class="traineroption" data-action="otherplayer teleportinside">Teleport into Player Vehicle</p>
  96. <p class="traineroption" data-action="otherplayer drawroute">Draw Route to Player</p>
  97. <p class="traineroption" data-action="otherplayer spectate" data-state="OFF" data-toggle="featureSpectate">Spectate Player</p>
  98. <p class="traineroption" data-action="otherplayer relationship friendly">Mark Friendly</p>
  99. <p class="traineroption" data-action="otherplayer relationship normal">Mark Neutral</p>
  100. <p class="traineroption" data-action="otherplayer relationship hostile">Mark Hostile</p>
  101. </div>
  102.  
  103.  
  104. <!--
  105. _____ _ __ __
  106. | __ \ | | | \/ |
  107. | |__) | | | __ _ _ _ ___ _ __ | \ / | ___ _ __ _ _
  108. | ___/ | | / _` | | | | | / _ \ | '__| | |\/| | / _ \ | '_ \ | | | |
  109. | | | | | (_| | | |_| | | __/ | | | | | | | __/ | | | | | |_| |
  110. |_| |_| \__,_| \__, | \___| |_| |_| |_| \___| |_| |_| \__,_|
  111. __/ |
  112. |___/
  113. -->
  114.  
  115. <!-- Player menu -->
  116. <div id="playermenu" data-parent="mainmenu">
  117. <p class="traineroption" data-sub="playerskinmenu">Player Skin</p>
  118. <p class="traineroption" data-action="player heal">Clean & Heal Player</p>
  119. <p class="traineroption" data-action="player armor">Give Armor to Player</p>
  120. <p class="traineroption" data-action="player keepclean" data-state="OFF" data-toggle="featureKeepClean">Keep Clean</p>
  121. <p class="traineroption" data-action="player god" data-state="OFF" data-toggle="featurePlayerInvincible">Invincible</p>
  122. <p class="traineroption" data-action="player noragdoll" data-state="OFF" data-toggle="featureNoRagDoll">No Ragdoll</p>
  123. <p class="traineroption" data-action="player drunk" data-state="OFF" data-toggle="featurePlayerDrunk">Drunk</p>
  124. <p class="traineroption" data-action="player stamina" data-state="OFF" data-toggle="featurePlayerInfiniteStamina">Stamina</p>
  125. <p class="traineroption" data-action="player superjump" data-state="OFF" data-toggle="featurePlayerSuperJump">Super Jump</p>
  126. <p class="traineroption" data-action="player fastrun" data-state="OFF" data-toggle="featurePlayerFastRun">Fast Run</p>
  127.  
  128. <p class="traineroption" data-action="player fastswim" data-state="OFF" data-toggle="featurePlayerFastSwim">Fast Swim</p>
  129. <p class="traineroption" data-action="player nightvision" data-state="OFF" data-toggle="featureNightVision">Night Vision</p>
  130. <p class="traineroption" data-action="player thermalvision" data-state="OFF" data-toggle="featureThermalVision">Thermal Vision</p>
  131. <p class="traineroption" data-action="player invisible" data-state="OFF" data-toggle="featurePlayerInvisible">Invisibility</p>
  132. <p class="traineroption" data-action="player silent" data-state="OFF" data-toggle="featurePlayerNoNoise">Silent</p>
  133. <p class="traineroption" data-action="player everyone" data-state="OFF" data-toggle="featurePlayerIgnoredByAll">Everyone Ignores You</p>
  134. <p class="traineroption" data-action="player police" data-state="OFF" data-toggle="featurePlayerIgnoredByPolice">Police Ignore You</p>
  135. <p class="traineroption" data-action="player wanted" data-state="OFF" data-toggle="featurePlayerNeverWanted">Never Wanted</p>
  136. <p class="traineroption" data-action="player keepwet" data-state="OFF" data-toggle="featureKeepWet">Keep Wet</p>
  137. <p class="traineroption" data-action="player restoreappearance" data-state="OFF" data-toggle="featureRestoreAppearance">Restore Player Appearance</p>
  138. <p class="traineroption" data-action="player suicide">Suicide</p>
  139. </div>
  140.  
  141.  
  142. <!-- Player Skin Menu -->
  143. <div id="playerskinmenu" data-parent="playermenu">
  144. <p class="traineroption" data-sub="playerskinsavedconfigs">Saved Configs</p>
  145. <p class="traineroption" data-sub="playerskinmenucharacters">Players</p>
  146. <p class="traineroption" data-sub="playerskinmenuanimals">Animals</p>
  147. <p class="traineroption" data-sub="playerskinmenunpcs">NPCs</p>
  148. <p class="traineroption" data-action="randomskin skin">Randomize Skin Textures</p>
  149. <p class="traineroption" data-sub="playerskinmenuskins">Modify Skin Textures</p>
  150. <p class="traineroption" data-action="defaultskin skin">Reset Current Skin</p>
  151. <p class="traineroption" data-action="randomskin props">Randomize Props</p>
  152. <p class="traineroption" data-sub="playerskinmenuprops">Modify Props</p>
  153. <p class="traineroption" data-action="defaultskin props">Clear Props</p>
  154.  
  155. <p class="traineroption" data-action="playerskin input">Change player model by name</p>
  156. </div>
  157.  
  158. <!-- Player Skins: Saved Configs -->
  159. <div id="playerskinsavedconfigs" data-parent="playerskinmenu" data-dynamicmenu="loadsavedskins">
  160. </div>
  161.  
  162. <!-- Player Skins: Characters -->
  163. <div id="playerskinmenucharacters" data-parent="playerskinmenu" data-staticmenu="player_skins_characters">
  164. </div>
  165.  
  166. <!-- Player Skins: Animals -->
  167. <div id="playerskinmenuanimals" data-parent="playerskinmenu" data-staticmenu="player_skins_animals">
  168. </div>
  169.  
  170. <!-- Player Skin Menu: NPCs -->
  171. <div id="playerskinmenunpcs" data-parent="playerskinmenu" data-staticmenu="player_skins_npcs">
  172. </div>
  173.  
  174. <!-- Player Skin Menu: Skins -->
  175. <div id="playerskinmenuskins" data-parent="playerskinmenu" data-dynamicmenu="playerskinmodify">
  176. </div>
  177.  
  178. <!-- Player Skin Menu: Props -->
  179. <div id="playerskinmenuprops" data-parent="playerskinmenu" data-dynamicmenu="playerpropmodify">
  180. </div>
  181.  
  182.  
  183. <!--
  184. __ __ _ _ _ __ __
  185. \ \ / / | | (_) | | | \/ |
  186. \ \ / / ___ | |__ _ ___ | | ___ ___ | \ / | ___ _ __ _ _
  187. \ \/ / / _ \ | '_ \ | | / __| | | / _ \ / __| | |\/| | / _ \ | '_ \ | | | |
  188. \ / | __/ | | | | | | | (__ | | | __/ \__ \ | | | | | __/ | | | | | |_| |
  189. \/ \___| |_| |_| |_| \___| |_| \___| |___/ |_| |_| \___| |_| |_| \__,_|
  190.  
  191. -->
  192.  
  193. <!-- Vehicles menu -->
  194. <div id="vehiclesmenu" data-parent="mainmenu">
  195. <p class="traineroption" data-sub="vehiclesspawnmenu">Vehicle Spawner</p>
  196. <p class="traineroption" data-sub="vehiclesspawnoptionsmenu">Spawn Options</p>
  197. <p class="traineroption" data-sub="vehiclessavedmenu">Saved Vehicles</p>
  198. <!-- <p class="traineroption" data-sub="vehiclesownedmenu">Owned Vehicles </p> -->
  199. <!-- <p class="traineroption" data-sub="vehiclesmodmenu" data-require="vehicle">Modifications</p> -->
  200. <!-- <p class="traineroption" data-sub="vehiclespaintoptions">Paint Options</p> -->
  201. <!-- <p class="traineroption" data-sub="vehiclesdamagesettings" data-require="admin">Damage Settings</p> -->
  202. <!-- <p class="traineroption" data-sub="vehiclespowersettings" data-require="admin">Power Boost Options</p> -->
  203. <!-- <p class="traineroption" data-sub="vehiclestorquesettings" data-require="admin">Torque Boost Options</p> -->
  204. <!-- <p class="traineroption" data-sub="vehiclessuspensionoptions">Suspension Options</p> -->
  205.  
  206.  
  207. <!-- <p class="traineroption" data-action="veh fixset" data-require="admin">Repair & Set Properly</p>
  208. <p class="traineroption" data-action="vehopts nodrag" data-state="OFF" data-toggle="featureNoDragOut">No Drag Out</p>
  209. <p class="traineroption" data-action="vehopts nofall" data-state="OFF" data-toggle="featureNoFallOff">No Fall Off</p>
  210. <p class="traineroption" data-action="vehopts nohelmet" data-state="OFF" data-toggle="featureNoHelmet">No Helmet</p>
  211. <!-- <p class="traineroption" data-action="vehopts driftmode" data-state="OFF" data-toggle="featureDriftMode" data-require="admin">Drift Mode</p> -->
  212. <p class="traineroption" data-sub="vehiclesdoormenu">Door Controls</p>
  213. <p class="traineroption" data-sub="vehicleswindowmenu">Window Controls</p>
  214. <!-- <p class="traineroption" data-action="veh speedometer" data-state="OFF" data-toggle="featureSpeedometer">Speedometer (MPH)</p> -->
  215. <!-- <p class="traineroption" data-action="veh fix" data-require="admin">Fix Vehicle</p> -->
  216. <!-- <p class="traineroption" data-action="veh clean">Clean Vehicle</p> -->
  217. <!-- <p class="traineroption" data-action="veh dirty">Dirty Vehicle</p> -->
  218. <!-- <p class="traineroption" data-action="veh set" data-require="admin">Set Properly</p> -->
  219. </div>
  220.  
  221.  
  222. <!-- Saved Vehicles Menu -->
  223. <div id="vehiclessavedmenu" data-parent="vehiclesmenu" data-dynamicmenu="loadsavedvehs">
  224. <!-- <p class="traineroption" data-action="vehiclesave">Create New Vehicle Save</p> -->
  225. </div>
  226.  
  227.  
  228. <!-- Owned Vehicle Menu -->
  229. <div id="vehiclesownedmenu" data-parent="vehiclesmenu">
  230. <p class="traineroption" data-action="">Set Vehicle As Owned</p> <!-- TODO -->
  231. <p class="traineroption" data-action="">Clear Owned Vehicle</p> <!-- TODO -->
  232. <p class="traineroption" data-sub="ownedremotecontrolmenu">Remote Control Options</p> <!-- TODO -->
  233. <p class="traineroption" data-action="">Teleport Into Owned Vehicle</p> <!-- TODO -->
  234. <p class="traineroption" data-action="">Teleport Owned Vehicle To You</p> <!-- TODO -->
  235. <p class="traineroption" data-action="">Delete Owned Vehicle</p> <!-- TODO -->
  236. </div>
  237.  
  238.  
  239. <!-- Damage Settings -->
  240. <div id="vehiclesdamagesettings" data-parent="vehiclesmenu">
  241. <p class="traineroption" data-action="vehopts cosdamage" data-state="OFF" data-toggle="featureVehCosDamage">No Cosmetic Damage</p>
  242. <p class="traineroption" data-action="vehopts mechdamage" data-state="OFF" data-toggle="featureVehMechDamage">No Mechanical Damage</p>
  243. <p class="traineroption" data-action="vehopts invincible" data-state="OFF" data-toggle="featureVehInvincible">Indestructable</p>
  244. </div>
  245.  
  246.  
  247. <!-- Power Boost Options -->
  248. <div id="vehiclespowersettings" data-parent="vehiclesmenu">
  249. <p class="traineroption" data-action="vehopts powerboost 1">Default</p>
  250. <p class="traineroption" data-action="vehopts powerboost 75">x75</p>
  251. <p class="traineroption" data-action="vehopts powerboost 100">x100</p>
  252. <p class="traineroption" data-action="vehopts powerboost 150">x150</p>
  253. <p class="traineroption" data-action="vehopts powerboost 200">x200</p>
  254. <p class="traineroption" data-action="vehopts powerboost 250">x250</p>
  255. <p class="traineroption" data-action="vehopts powerboost 300">x300</p>
  256. <p class="traineroption" data-action="vehopts powerboost 350">x350</p>
  257. <p class="traineroption" data-action="vehopts powerboost 400">x400</p>
  258. <p class="traineroption" data-action="vehopts powerboost 450">x450</p>
  259. <p class="traineroption" data-action="vehopts powerboost 500">x500</p>
  260. </div>
  261.  
  262.  
  263. <!-- Torque Boost Options -->
  264. <div id="vehiclestorquesettings" data-parent="vehiclesmenu">
  265. <p class="traineroption" data-action="vehopts torqueboost 1">Default</p>
  266. <p class="traineroption" data-action="vehopts torqueboost 2">x2</p>
  267. <p class="traineroption" data-action="vehopts torqueboost 5">x5</p>
  268. <p class="traineroption" data-action="vehopts torqueboost 10">x10</p>
  269. <p class="traineroption" data-action="vehopts torqueboost 15">x15</p>
  270. <p class="traineroption" data-action="vehopts torqueboost 25">x25</p>
  271. <p class="traineroption" data-action="vehopts torqueboost 50">x50</p>
  272. <p class="traineroption" data-action="vehopts torqueboost 75">x75</p>
  273. <p class="traineroption" data-action="vehopts torqueboost 100">x100</p>
  274. <p class="traineroption" data-action="vehopts torqueboost 150">x150</p>
  275. <p class="traineroption" data-action="vehopts torqueboost 200">x200</p>
  276. </div>
  277.  
  278.  
  279. <!-- Suspension Options -->
  280. <div id="vehiclessuspensionoptions" data-parent="vehiclesmenu">
  281. <p class="traineroption" data-action="vehopts lowering 0">Default</p>
  282. <p class="traineroption" data-action="vehopts lowering 1">Lowering Level 1</p>
  283. <p class="traineroption" data-action="vehopts lowering 2">Lowering Level 2</p>
  284. <p class="traineroption" data-action="vehopts lowering 3">Lowering Level 3</p>
  285. <p class="traineroption" data-action="vehopts lowering 4">Lowering Level 4</p>
  286. <p class="traineroption" data-action="vehopts lowering 5">Lowering Level 5</p>
  287. <p class="traineroption" data-action="vehopts lowering 6">Lowering Level 6</p>
  288. </div>
  289.  
  290.  
  291.  
  292. <!-- Vehicle Spawn Options -->
  293. <div id="vehiclesspawnoptionsmenu" data-parent="vehiclesmenu">
  294. <p class="traineroption" data-action="vehspawnoptions insidecar" data-state="OFF" data-toggle="featureSpawnInsideCar">Spawn Into Vehicle</p>
  295. <p class="traineroption" data-action="vehspawnoptions despawn" data-state="OFF" data-toggle="featureDeleteLastVehicle">Delete Previous Vehicle</p>
  296. <p class="traineroption" data-action="vehspawnoptions infront" data-state="OFF" data-toggle="featureSpawnCarInFront">Spawn Vehicle In Front</p>
  297. </div>
  298.  
  299.  
  300. <!-- Vehicle Spawner. Chooose type of vehicle to spawn. -->
  301. <div id="vehiclesspawnmenu" data-parent="vehiclesmenu">
  302. <p class="traineroption" data-sub="vehiclestypemenucars">Cars</p>
  303. <p class="traineroption" data-sub="vehiclestypemenuindustrial">Industrial</p>
  304. <p class="traineroption" data-sub="vehiclestypemenuemergency">Emergency and Military</p>
  305. <p class="traineroption" data-sub="vehiclestypemenumotorcycles">Motorcycles</p>
  306. <!-- <p class="traineroption" data-sub="vehiclestypemenuplanes">Planes</p> -->
  307. <!-- <p class="traineroption" data-sub="vehiclestypemenuhelicopters">Helicopters</p> -->
  308. <p class="traineroption" data-sub="vehiclestypemenuboats">Boats</p>
  309. <p class="traineroption" data-sub="vehiclestypemenubicycles">Bicycles</p>
  310. <!-- <p class="traineroption" data-action="vehspawn input">Spawn Vehicle By Name</p> -->
  311. </div>
  312.  
  313.  
  314.  
  315. <!-- Vehicle Spawner: Cars -->
  316. <div id="vehiclestypemenucars" data-parent="vehiclesspawnmenu">
  317. <p class="traineroption" data-sub="vehiclestypemenucarssupercars">Supercars</p>
  318. <p class="traineroption" data-sub="vehiclestypemenucarssports">Sports</p>
  319. <p class="traineroption" data-sub="vehiclestypemenucarssportsclassics">Sport Classics</p>
  320. <p class="traineroption" data-sub="vehiclestypemenucarsmuscle">Muscle</p>
  321. <p class="traineroption" data-sub="vehiclestypemenucarslowriders">Lowriders</p>
  322. <p class="traineroption" data-sub="vehiclestypemenucarscoupes">Coupes</p>
  323. <p class="traineroption" data-sub="vehiclestypemenucarssedans">Sedans</p>
  324. <p class="traineroption" data-sub="vehiclestypemenucarscompacts">Compacts</p>
  325. <p class="traineroption" data-sub="vehiclestypemenucarssuvs">SUVs</p>
  326. <p class="traineroption" data-sub="vehiclestypemenucarsoffroad">Offroad</p>
  327. <!-- <p class="traineroption" data-sub="vehiclestypemenucarsvip">VIP</p> -->
  328. </div>
  329.  
  330.  
  331. <!-- Vehicle Spawner Cars: supercars -->
  332. <div id="vehiclestypemenucarssupercars" data-parent="vehiclestypemenucars" data-staticmenu="vehicle_cars_supercars">
  333. </div>
  334.  
  335.  
  336. <!-- Vehicle Spawner Cars: sports -->
  337. <div id="vehiclestypemenucarssports" data-parent="vehiclestypemenucars" data-staticmenu="vehicle_cars_sports">
  338. </div>
  339.  
  340.  
  341. <!-- Vehicle Spawner Cars: sports classics -->
  342. <div id="vehiclestypemenucarssportsclassics" data-parent="vehiclestypemenucars" data-staticmenu="vehicle_cars_sportsclassics">
  343. </div>
  344.  
  345.  
  346. <!-- Vehicle Spawner Cars: muscle -->
  347. <div id="vehiclestypemenucarsmuscle" data-parent="vehiclestypemenucars" data-staticmenu="vehicle_cars_muscle">
  348. </div>
  349.  
  350.  
  351. <!-- Vehicle Spawner Cars: lowriders -->
  352. <div id="vehiclestypemenucarslowriders" data-parent="vehiclestypemenucars" data-staticmenu="vehicle_cars_lowriders">
  353. </div>
  354.  
  355.  
  356. <!-- Vehicle Spawner Cars: coupes -->
  357. <div id="vehiclestypemenucarscoupes" data-parent="vehiclestypemenucars" data-staticmenu="vehicle_cars_coupes">
  358. </div>
  359.  
  360.  
  361. <!-- Vehicle Spawner Cars: sedans -->
  362. <div id="vehiclestypemenucarssedans" data-parent="vehiclestypemenucars" data-staticmenu="vehicle_cars_sedans">
  363. </div>
  364.  
  365.  
  366. <!-- Vehicle Spawner Cars: compacts -->
  367. <div id="vehiclestypemenucarscompacts" data-parent="vehiclestypemenucars" data-staticmenu="vehicle_cars_compacts">
  368. </div>
  369.  
  370.  
  371.  
  372. <!-- Vehicle Spawner Cars: suvs -->
  373. <div id="vehiclestypemenucarssuvs" data-parent="vehiclestypemenucars" data-staticmenu="vehicle_cars_suvs">
  374. </div>
  375.  
  376.  
  377.  
  378. <!-- Vehicle Spawner Cars: offroad -->
  379. <div id="vehiclestypemenucarsoffroad" data-parent="vehiclestypemenucars" data-staticmenu="vehicle_cars_offroad">
  380. </div>
  381.  
  382.  
  383.  
  384. <!-- Vehicle Spawner Cars: vip -->
  385. <div id="vehiclestypemenucarsvip" data-parent="vehiclestypemenucars" data-staticmenu="vehicle_cars_vip">
  386. </div>
  387.  
  388.  
  389.  
  390.  
  391. <!-- Vehicle Spawner: Industrial-->
  392. <div id="vehiclestypemenuindustrial" data-parent="vehiclesspawnmenu">
  393. <p class="traineroption" data-sub="vehiclestypemenuindustrialpickups">Pickups</p>
  394. <p class="traineroption" data-sub="vehiclestypemenuindustrialvans">Vans</p>
  395. <p class="traineroption" data-sub="vehiclestypemenuindustrialtrucks">Trucks</p>
  396. <p class="traineroption" data-sub="vehiclestypemenuindustrialservice">Service/Utility</p>
  397. <p class="traineroption" data-sub="vehiclestypemenuindustrialtrailers">Trailers</p>
  398. <p class="traineroption" data-sub="vehiclestypemenuindustrialtrains">Trains (Undriveable)</p>
  399. </div>
  400.  
  401.  
  402. <!-- Vehicle Spawner Industrial: pickups -->
  403. <div id="vehiclestypemenuindustrialpickups" data-parent="vehiclestypemenuindustrial" data-staticmenu="vehicle_industrial_pickups">
  404. </div>
  405.  
  406.  
  407. <!-- Vehicle Spawner Industrial: vans -->
  408. <div id="vehiclestypemenuindustrialvans" data-parent="vehiclestypemenuindustrial" data-staticmenu="vehicle_industrial_vans">
  409. </div>
  410.  
  411.  
  412. <!-- Vehicle Spawner Industrial: trucks -->
  413. <div id="vehiclestypemenuindustrialtrucks" data-parent="vehiclestypemenuindustrial" data-staticmenu="vehicle_industrial_trucks">
  414. </div>
  415.  
  416.  
  417. <!-- Vehicle Spawner Industrial: service -->
  418. <div id="vehiclestypemenuindustrialservice" data-parent="vehiclestypemenuindustrial" data-staticmenu="vehicle_industrial_service">
  419. </div>
  420.  
  421.  
  422. <!-- Vehicle Spawner Industrial: trailers -->
  423. <div id="vehiclestypemenuindustrialtrailers" data-parent="vehiclestypemenuindustrial" data-staticmenu="vehicle_industrial_trailers">
  424. </div>
  425.  
  426.  
  427. <!-- Vehicle Spawner Industrial: trains -->
  428. <div id="vehiclestypemenuindustrialtrains" data-parent="vehiclestypemenuindustrial" data-staticmenu="vehicle_industrial_trains">
  429. </div>
  430.  
  431.  
  432. <!-- Vehicle Spawner: Emergency -->
  433. <div id="vehiclestypemenuemergency" data-parent="vehiclesspawnmenu" data-staticmenu="vehicle_emergency">
  434. </div>
  435.  
  436.  
  437. <!-- Vehicle Spawner: Motorcycles -->
  438. <div id="vehiclestypemenumotorcycles" data-parent="vehiclesspawnmenu" data-staticmenu="vehicle_motorcycles">
  439. </div>
  440.  
  441.  
  442. <!-- Vehicle Spawner: Planes -->
  443. <div id="vehiclestypemenuplanes" data-parent="vehiclesspawnmenu" data-staticmenu="vehicle_planes">
  444. </div>
  445.  
  446.  
  447. <!-- Vehicle Spawner: Helicopters -->
  448. <div id="vehiclestypemenuhelicopters" data-parent="vehiclesspawnmenu" data-staticmenu="vehicle_helicopters">
  449. </div>
  450.  
  451.  
  452. <!-- Vehicle Spawner: Boats -->
  453. <div id="vehiclestypemenuboats" data-parent="vehiclesspawnmenu" data-staticmenu="vehicle_boats">
  454. </div>
  455.  
  456.  
  457. <!-- Vehicle Spawner: Bicycles -->
  458. <div id="vehiclestypemenubicycles" data-parent="vehiclesspawnmenu" data-staticmenu="vehicle_bicycles">
  459. </div>
  460.  
  461.  
  462. <!--
  463. __ __ _ _ _ _____ _ _ _ _ __ __
  464. \ \ / / | | (_) | | / ____| | | (_) | | (_) | \/ |
  465. \ \ / / ___ | |__ _ ___ | | ___ | | _ _ ___ | |_ ___ _ __ ___ _ ____ __ _ | |_ _ ___ _ __ | \ / | ___ _ __ _ _
  466. \ \/ / / _ \ | '_ \ | | / __| | | / _ \ | | | | | | / __| | __| / _ \ | '_ ` _ \ | | |_ / / _` | | __| | | / _ \ | '_ \ | |\/| | / _ \ | '_ \ | | | |
  467. \ / | __/ | | | | | | | (__ | | | __/ | |____ | |_| | \__ \ | |_ | (_) | | | | | | | | | / / | (_| | | |_ | | | (_) | | | | | | | | | | __/ | | | | | |_| |
  468. \/ \___| |_| |_| |_| \___| |_| \___| \_____| \__,_| |___/ \__| \___/ |_| |_| |_| |_| /___| \__,_| \__| |_| \___/ |_| |_| |_| |_| \___| |_| |_| \__,_|
  469.  
  470. -->
  471.  
  472. <!-- Vehicle Customization Menu -->
  473. <div id="vehiclesmodmenu" data-parent="vehiclesmenu" data-dynamicmenu="vehmods">
  474. <p class="traineroption" data-sub="vehiclesenginemenu">Engine (5)</p>
  475. <p class="traineroption" data-sub="vehiclesbrakemenu">Brakes (5)</p>
  476. <p class="traineroption" data-sub="vehiclestransmissionmenu">Transmission (4)</p>
  477. <p class="traineroption" data-sub="vehicleshornmenu">Horn (36)</p>
  478. <p class="traineroption" data-sub="vehiclessuspensionmenu">Suspension (5)</p>
  479. <p class="traineroption" data-sub="vehiclesarmormenu">Armor (6)</p>
  480. <p class="traineroption" data-sub="vehicleswindowtintmenu">Window Tint (6)</p>
  481. <p class="traineroption" data-sub="vehicleslicensesmenu">License Plates (7)</p>
  482. <p class="traineroption" data-action="vehmod platetext">Change Plate Text</p>
  483. <p class="traineroption" data-sub="vehicleswheelcategorymenu">Wheel Category (8)</p>
  484. <p class="traineroption" data-sub="vehicleswheelchoicemenu" data-dynamicsub="wheeltype">Wheel Choices</p>
  485. <p class="traineroption" data-sub="vehiclestiresmokemenu">Tire Smoke (69)</p>
  486. <p class="traineroption" data-sub="vehiclesneonlightsmenu">Neon Lights (39)</p>
  487. <p class="traineroption" data-action="vehmod turbomode" data-state="OFF" data-toggle="featureTurboMode">Toggle Turbo Tuning</p>
  488. <p class="traineroption" data-action="vehmod xenonlights" data-state="OFF" data-toggle="featureXeonLights">Toggle Xenon Lights</p>
  489. <p class="traineroption" data-action="vehmod customtires" data-state="OFF" data-toggle="featureCustomTires">Toggle Custom Tires</p>
  490. <p class="traineroption" data-action="vehmod bulletwheels" data-state="OFF" data-toggle="featureBulletproofWheels">Toggle Bulletproof Tires</p>
  491. </div>
  492.  
  493.  
  494. <!-- Vehicle Window Tints -->
  495. <div id="vehicleswindowtintmenu" data-parent="vehiclesmodmenu">
  496. <p class="traineroption" data-action="vehmod windowtint 0">Stock</p>
  497. <p class="traineroption" data-action="vehmod windowtint 1">Dark</p>
  498. <p class="traineroption" data-action="vehmod windowtint 2">Medium</p>
  499. <p class="traineroption" data-action="vehmod windowtint 3">Light</p>
  500. <p class="traineroption" data-action="vehmod windowtint 4">None</p>
  501. <p class="traineroption" data-action="vehmod windowtint 5">Green</p>
  502. </div>
  503.  
  504. <!-- Vehicle License Plates -->
  505. <div id="vehicleslicensesmenu" data-parent="vehiclesmodmenu">
  506. <p class="traineroption" data-action="vehmod plate 0">Blue on White</p>
  507. <p class="traineroption" data-action="vehmod plate 1">Yellow on Black</p>
  508. <p class="traineroption" data-action="vehmod plate 2">Yellow on Blue</p>
  509. <p class="traineroption" data-action="vehmod plate 3">San Andreas</p>
  510. <p class="traineroption" data-action="vehmod plate 4">SA Exempt</p>
  511. <p class="traineroption" data-action="vehmod plate 5">Yankton</p>
  512. </div>
  513.  
  514.  
  515. <!-- Vehicle Wheel Category -->
  516. <div id="vehicleswheelcategorymenu" data-parent="vehiclesmodmenu">
  517. <p class="traineroption" data-action="vehmod changewheeltype 0">Sport</p>
  518. <p class="traineroption" data-action="vehmod changewheeltype 1">Muscle</p>
  519. <p class="traineroption" data-action="vehmod changewheeltype 2">Lowrider</p>
  520. <p class="traineroption" data-action="vehmod changewheeltype 3">SUV</p>
  521. <p class="traineroption" data-action="vehmod changewheeltype 4">Offroad</p>
  522. <p class="traineroption" data-action="vehmod changewheeltype 5">Tuner</p>
  523. <p class="traineroption" data-action="vehmod changewheeltype 7">Highend</p>
  524. <p class="traineroption" data-action="vehmod changewheeltype 8">Benny's Original</p>
  525. </div>
  526.  
  527.  
  528. <!-- Vehicle Wheel Choice menus -->
  529.  
  530.  
  531. <!-- Sport -->
  532. <div id="vehicleswheelchoicemenu0" data-parent="vehiclesmodmenu" data-staticmenu="vehicle_wheel_0">
  533. </div>
  534.  
  535. <!-- Muscle -->
  536. <div id="vehicleswheelchoicemenu1" data-parent="vehiclesmodmenu" data-staticmenu="vehicle_wheel_1">
  537. </div>
  538.  
  539. <!-- Lowrider -->
  540. <div id="vehicleswheelchoicemenu2" data-parent="vehiclesmodmenu" data-staticmenu="vehicle_wheel_2">
  541. </div>
  542.  
  543. <!-- SUV -->
  544. <div id="vehicleswheelchoicemenu3" data-parent="vehiclesmodmenu" data-staticmenu="vehicle_wheel_3">
  545. </div>
  546.  
  547. <!-- Offroad -->
  548. <div id="vehicleswheelchoicemenu4" data-parent="vehiclesmodmenu" data-staticmenu="vehicle_wheel_4">
  549. </div>
  550.  
  551. <!-- Tuner -->
  552. <div id="vehicleswheelchoicemenu5" data-parent="vehiclesmodmenu" data-staticmenu="vehicle_wheel_5">
  553. </div>
  554.  
  555. <!-- Highend -->
  556. <div id="vehicleswheelchoicemenu7" data-parent="vehiclesmodmenu" data-staticmenu="vehicle_wheel_7">
  557. </div>
  558.  
  559. <!-- Benny's Original -->
  560. <div id="vehicleswheelchoicemenu8" data-parent="vehiclesmodmenu" data-staticmenu="vehicle_wheel_8">
  561. </div>
  562.  
  563.  
  564. <!-- BikerWheels? -->
  565. <div id="vehicleswheelchoicemenu6" data-parent="vehiclesmodmenu">
  566. <p class="traineroption" data-sub="vehicleswheelchoicemenufrontwheel">Front Wheel</p>
  567. <p class="traineroption" data-sub="vehicleswheelchoicemenubackwheel">Back Wheel</p>
  568. </div>
  569.  
  570. <!-- Front Wheels -->
  571. <div id="vehicleswheelchoicemenufrontwheel" data-parent="vehicleswheelchoicemenu6" data-staticmenu="vehicle_wheel_front">
  572. </div>
  573.  
  574. <!-- Back Wheels -->
  575. <div id="vehicleswheelchoicemenubackwheel" data-parent="vehicleswheelchoicemenu6" data-staticmenu="vehicle_wheel_back">
  576. </div>
  577.  
  578.  
  579.  
  580. <!-- Vehicle Wheel Smoke -->
  581. <div id="vehiclestiresmokemenu" data-parent="vehiclesmodmenu" data-staticmenu="vehicle_mod_smoke_colors">
  582. </div>
  583.  
  584.  
  585. <!-- Vehicle Neon Lights -->
  586. <div id="vehiclesneonlightsmenu" data-parent="vehiclesmodmenu" data-staticmenu="vehicle_mod_neon_colors">
  587. <p class="traineroption" data-action="vehmod neonlights left" data-state="OFF" data-toggle="featureNeonLeft">Toggle Neon Left</p>
  588. <p class="traineroption" data-action="vehmod neonlights right" data-state="OFF" data-toggle="featureNeonRight">Toggle Neon Right</p>
  589. <p class="traineroption" data-action="vehmod neonlights front" data-state="OFF" data-toggle="featureNeonFront">Toggle Neon Front</p>
  590. <p class="traineroption" data-action="vehmod neonlights rear" data-state="OFF" data-toggle="featureNeonRear">Toggle Neon Rear</p>
  591. </div>
  592.  
  593.  
  594. <!-- Vehicle Paint Options -->
  595. <div id="vehiclespaintoptions" data-parent="vehiclesmenu">
  596. <p class="traineroption" data-sub="vehiclespaintoptionsprimary">Primary Color</p>
  597. <p class="traineroption" data-sub="vehiclespaintoptionssecondary">Secondary Color</p>
  598. <p class="traineroption" data-sub="vehiclespaintoptionsboth">Primary & Secondary</p>
  599. <p class="traineroption" data-sub="vehiclespaintpearltopcoat">Pearl Topcoat</p>
  600. <p class="traineroption" data-sub="vehiclespaintoptionswheels">Wheel Color</p>
  601. </div>
  602.  
  603.  
  604. <div id="vehiclespaintpearltopcoat" data-parent="vehiclespaintoptions" data-staticmenu="vehicle_mod_paint_pearl_topcoat">
  605. </div>
  606.  
  607.  
  608. <div id="vehiclespaintoptionswheels" data-parent="vehiclespaintoptions" data-staticmenu="vehicle_mod_paint_wheels">
  609. </div>
  610.  
  611.  
  612. <div id="vehiclespaintoptionsprimary" data-parent="vehiclespaintoptions">
  613. <p class="traineroption" data-sub="vehiclespaintprimarynormal">Normal</p>
  614. <p class="traineroption" data-sub="vehiclespaintprimarymetallic">Metallic</p>
  615. <p class="traineroption" data-sub="vehiclespaintprimarymatte">Matte</p>
  616. <p class="traineroption" data-sub="vehiclespaintprimarymetal">Metal</p>
  617. <p class="traineroption" data-sub="vehiclespaintprimarychrome">Chrome</p>
  618. </div>
  619.  
  620.  
  621. <div id="vehiclespaintprimarynormal" data-parent="vehiclespaintoptionsprimary" data-staticmenu="vehicle_mod_paint_primary_normal">
  622. </div>
  623.  
  624.  
  625. <div id="vehiclespaintprimarymetallic" data-parent="vehiclespaintoptionsprimary" data-staticmenu="vehicle_mod_paint_primary_metallic">
  626. </div>
  627.  
  628.  
  629. <div id="vehiclespaintprimarymatte" data-parent="vehiclespaintoptionsprimary" data-staticmenu="vehicle_mod_paint_primary_matte">
  630. </div>
  631.  
  632.  
  633. <div id="vehiclespaintprimarymetal" data-parent="vehiclespaintoptionsprimary" data-staticmenu="vehicle_mod_paint_primary_metal">
  634. </div>
  635.  
  636.  
  637. <div id="vehiclespaintprimarychrome" data-parent="vehiclespaintoptionsprimary" data-staticmenu="vehicle_mod_paint_primary_chrome">
  638. </div>
  639.  
  640.  
  641. <div id="vehiclespaintoptionssecondary" data-parent="vehiclespaintoptions">
  642. <p class="traineroption" data-sub="vehiclespaintsecondarynormal">Normal</p>
  643. <p class="traineroption" data-sub="vehiclespaintsecondarymetallic">Metallic</p>
  644. <p class="traineroption" data-sub="vehiclespaintsecondarymatte">Matte</p>
  645. <p class="traineroption" data-sub="vehiclespaintsecondarymetal">Metal</p>
  646. <p class="traineroption" data-sub="vehiclespaintsecondarychrome">Chrome</p>
  647. </div>
  648.  
  649.  
  650. <div id="vehiclespaintsecondarynormal" data-parent="vehiclespaintoptionssecondary" data-staticmenu="vehicle_mod_paint_secondary_normal">
  651. </div>
  652.  
  653.  
  654. <div id="vehiclespaintsecondarymetallic" data-parent="vehiclespaintoptionssecondary" data-staticmenu="vehicle_mod_paint_secondary_metallic">
  655. </div>
  656.  
  657.  
  658. <div id="vehiclespaintsecondarymatte" data-parent="vehiclespaintoptionssecondary" data-staticmenu="vehicle_mod_paint_secondary_matte">
  659. </div>
  660.  
  661.  
  662. <div id="vehiclespaintsecondarymetal" data-parent="vehiclespaintoptionssecondary" data-staticmenu="vehicle_mod_paint_secondary_metal">
  663. </div>
  664.  
  665.  
  666. <div id="vehiclespaintsecondarychrome" data-parent="vehiclespaintoptionssecondary" data-staticmenu="vehicle_mod_paint_secondary_chrome">
  667. </div>
  668.  
  669.  
  670. <div id="vehiclespaintoptionsboth" data-parent="vehiclespaintoptions">
  671. <p class="traineroption" data-sub="vehiclespaintbothnormal">Normal</p>
  672. <p class="traineroption" data-sub="vehiclespaintbothmetallic">Metallic</p>
  673. <p class="traineroption" data-sub="vehiclespaintbothmatte">Matte</p>
  674. <p class="traineroption" data-sub="vehiclespaintbothmetal">Metal</p>
  675. <p class="traineroption" data-sub="vehiclespaintbothchrome">Chrome</p>
  676. </div>
  677.  
  678.  
  679. <div id="vehiclespaintbothnormal" data-parent="vehiclespaintoptionsboth" data-staticmenu="vehicle_mod_paint_both_normal">
  680. </div>
  681.  
  682.  
  683. <div id="vehiclespaintbothmetallic" data-parent="vehiclespaintoptionsboth" data-staticmenu="vehicle_mod_paint_both_metallic">
  684. </div>
  685.  
  686.  
  687. <div id="vehiclespaintbothmatte" data-parent="vehiclespaintoptionsboth" data-staticmenu="vehicle_mod_paint_both_matte">
  688. </div>
  689.  
  690.  
  691. <div id="vehiclespaintbothmetal" data-parent="vehiclespaintoptionsboth" data-staticmenu="vehicle_mod_paint_both_metal">
  692. </div>
  693.  
  694.  
  695. <div id="vehiclespaintbothchrome" data-parent="vehiclespaintoptionsboth" data-staticmenu="vehicle_mod_paint_both_chrome">
  696. </div>
  697.  
  698.  
  699. <!-- Vehicle Door Options -->
  700. <div id="vehiclesdoormenu" data-parent="vehiclesmenu">
  701. <!-- <p class="traineroption" data-action="veh toggleinstantly" data-state="OFF" data-toggle="featureCloseInstantly">Open Doors Instantly</p> -->
  702. <p class="traineroption" data-action="veh toggledoor 0">Front Left</p>
  703. <p class="traineroption" data-action="veh toggledoor 1">Front Right</p>
  704. <p class="traineroption" data-action="veh toggledoor 2">Rear Left</p>
  705. <p class="traineroption" data-action="veh toggledoor 3">Rear Right</p>
  706. <p class="traineroption" data-action="veh toggledoor 4">Hood</p>
  707. <p class="traineroption" data-action="veh toggledoor 5">Trunk</p>
  708. <p class="traineroption" data-action="veh toggledoor 6">Trunk 2</p>
  709. <p class="traineroption" data-action="veh openall">Open all</p>
  710. <p class="traineroption" data-action="veh closeall">Close all</p>
  711. </div>
  712.  
  713.  
  714. <!-- Vehicle Window Options -->
  715. <div id="vehicleswindowmenu" data-parent="vehiclesmenu">
  716. <p class="traineroption" data-action="veh rollwindow 0">Front Left Window</p>
  717. <p class="traineroption" data-action="veh rollwindow 1">Front Right Window</p>
  718. <p class="traineroption" data-action="veh rollwindow 2">Rear Left Window</p>
  719. <p class="traineroption" data-action="veh rollwindow 3">Rear Right Window</p>
  720. <p class="traineroption" data-action="veh rollwindows">Roll all Windows</p>
  721.  
  722. <!-- <p class="traineroption" data-action="veh fixwindow 0">Fix Front Left Window</p> -->
  723. <!-- <p class="traineroption" data-action="veh fixwindow 1">Fix Front Right Window</p> -->
  724. <!-- <p class="traineroption" data-action="veh fixwindow 2">Fix Rear Left Window</p> -->
  725. <!-- <p class="traineroption" data-action="veh fixwindow 3">Fix Rear Right Window</p> -->
  726. <!-- <p class="traineroption" data-action="veh fixwindows">Fix All Windows</p> -->
  727. </div>
  728.  
  729.  
  730. <!-- Vehicle Armor Options -->
  731. <div id="vehiclesarmormenu" data-parent="vehiclesmodmenu">
  732. <p class="traineroption" data-action="vehmodify 16 -1">None</p>
  733. <p class="traineroption" data-action="vehmodify 16 0">Armor Upgrade 20%</p>
  734. <p class="traineroption" data-action="vehmodify 16 1">Armor Upgrade 40%</p>
  735. <p class="traineroption" data-action="vehmodify 16 2">Armor Upgrade 60%</p>
  736. <p class="traineroption" data-action="vehmodify 16 3">Armor Upgrade 80%</p>
  737. <p class="traineroption" data-action="vehmodify 16 4">Armor Upgrade 100%</p>
  738. </div>
  739.  
  740.  
  741. <!-- Vehicle Brakes Options -->
  742. <div id="vehiclesbrakemenu" data-parent="vehiclesmodmenu">
  743. <p class="traineroption" data-action="vehmodify 12 -1">Stock Brakes</p>
  744. <p class="traineroption" data-action="vehmodify 12 0">Street Brakes</p>
  745. <p class="traineroption" data-action="vehmodify 12 1">Sport Brakes</p>
  746. <p class="traineroption" data-action="vehmodify 12 2">Race Brakes</p>
  747. </div>
  748.  
  749.  
  750. <!-- Vehicle Engine Options -->
  751. <div id="vehiclesenginemenu" data-parent="vehiclesmodmenu">
  752. <p class="traineroption" data-action="vehmodify 11 -1">Stock Engine</p>
  753. <p class="traineroption" data-action="vehmodify 11 0">EMS Upgrade, Level 1</p>
  754. <p class="traineroption" data-action="vehmodify 11 1">EMS Upgrade, Level 2</p>
  755. <p class="traineroption" data-action="vehmodify 11 2">EMS Upgrade, Level 3</p>
  756. <p class="traineroption" data-action="vehmodify 11 3">EMS Upgrade, Level 4</p>
  757. </div>
  758.  
  759.  
  760. <!-- Vehicle Horn Options -->
  761. <div id="vehicleshornmenu" data-parent="vehiclesmodmenu" data-staticmenu="vehicle_mod_horn">
  762. </div>
  763.  
  764.  
  765. <!-- Vehicle Suspension Options -->
  766. <div id="vehiclessuspensionmenu" data-parent="vehiclesmodmenu">
  767. <p class="traineroption" data-action="vehmodify 15 -1">Stock Suspension</p>
  768. <p class="traineroption" data-action="vehmodify 15 0">Lowered Suspension</p>
  769. <p class="traineroption" data-action="vehmodify 15 1">Street Suspension</p>
  770. <p class="traineroption" data-action="vehmodify 15 2">Sport Suspension</p>
  771. <p class="traineroption" data-action="vehmodify 15 3">Competition Suspension</p>
  772. </div>
  773.  
  774.  
  775. <!-- Vehicle Transmission Options -->
  776. <div id="vehiclestransmissionmenu" data-parent="vehiclesmodmenu">
  777. <p class="traineroption" data-action="vehmodify 13 -1">Stock Transmission</p>
  778. <p class="traineroption" data-action="vehmodify 13 0">Street Transmission</p>
  779. <p class="traineroption" data-action="vehmodify 13 1">Sports Transmission</p>
  780. <p class="traineroption" data-action="vehmodify 13 2">Race Transmission</p>
  781. </div>
  782.  
  783.  
  784. <!--
  785. __ __ __ __
  786. \ \ / / | \/ |
  787. \ \ /\ / / ___ __ _ _ __ ___ _ __ ___ | \ / | ___ _ __ _ _
  788. \ \/ \/ / / _ \ / _` | | '_ \ / _ \ | '_ \ / __| | |\/| | / _ \ | '_ \ | | | |
  789. \ /\ / | __/ | (_| | | |_) | | (_) | | | | | \__ \ | | | | | __/ | | | | | |_| |
  790. \/ \/ \___| \__,_| | .__/ \___/ |_| |_| |___/ |_| |_| \___| |_| |_| \__,_|
  791. | |
  792. |_|
  793. -->
  794.  
  795. <!-- Weapons menu -->
  796. <div id="weaponsmenu" data-parent="mainmenu">
  797. <!-- <p class="traineroption" data-sub="weaponloadouts">Saved Loadouts</p> -->
  798. <p class="traineroption" data-sub="weaponspawnmenu">Weapon Options</p>
  799. <p class="traineroption" data-action="weaponoptions addall">Give All Weapons</p>
  800. <p class="traineroption" data-action="weaponoptions removeall">Remove All Weapons</p>
  801. <p class="traineroption" data-action="weaponoptions infiniteammo" data-state="OFF" data-toggle="featurePlayerInfiniteAmmo">Infinite Ammo</p>
  802. <p class="traineroption" data-action="weaponoptions infinitechutes" data-state="OFF" data-toggle="featurePlayerInfiniteParachutes">Infinite Parachutes</p>
  803. <p class="traineroption" data-action="weaponoptions noreload" data-state="OFF" data-toggle="featurePlayerNoReload">No Reload</p>
  804. </div>
  805.  
  806.  
  807. <!-- Saved Loadouts Menu -->
  808. <div id="weaponloadouts" data-parent="weaponsmenu" data-dynamicmenu="loadsavedloadouts">
  809. </div>
  810.  
  811.  
  812. <!-- Weapons menu -->
  813. <div id="weaponspawnmenu" data-parent="weaponsmenu">
  814. <p class="traineroption" data-sub="weaponitemmenumelee">Melee</p>
  815. <p class="traineroption" data-sub="weaponitemmenuhandguns">Handguns</p>
  816. <p class="traineroption" data-sub="weaponitemmenusubmachine">Submachine Guns</p>
  817. <p class="traineroption" data-sub="weaponitemmenuassault">Assault Rifles</p>
  818. <p class="traineroption" data-sub="weaponitemmenushotgun">Shotguns</p>
  819. <p class="traineroption" data-sub="weaponitemmenusniper">Sniper Rifles</p>
  820. <p class="traineroption" data-sub="weaponitemmenuheavy">Heavy Weapons</p>
  821. <p class="traineroption" data-sub="weaponitemmenuthrown">Thrown Weapons</p>
  822. <p class="traineroption" data-action="weapon input">Spawn Weapon By Name</p>
  823. </div>
  824.  
  825.  
  826. <!-- Weapon Menu : Melee -->
  827. <div id="weaponitemmenumelee" data-parent="weaponspawnmenu" data-staticmenu="weapon_melee">
  828. </div>
  829.  
  830.  
  831. <!-- Weapon Menu : handguns -->
  832. <div id="weaponitemmenuhandguns" data-parent="weaponspawnmenu" data-staticmenu="weapon_handguns">
  833. </div>
  834.  
  835.  
  836. <!-- Weapon Menu : Submachine Guns -->
  837. <div id="weaponitemmenusubmachine" data-parent="weaponspawnmenu" data-staticmenu="weapon_submachine">
  838. </div>
  839.  
  840.  
  841. <!-- Weapon Menu : assault rifles -->
  842. <div id="weaponitemmenuassault" data-parent="weaponspawnmenu" data-staticmenu="weapon_assault">
  843. </div>
  844.  
  845.  
  846. <!-- Weapon Menu : shotguns -->
  847. <div id="weaponitemmenushotgun" data-parent="weaponspawnmenu" data-staticmenu="weapon_shotgun">
  848. </div>
  849.  
  850.  
  851. <!-- Weapon Menu : sniper rifles -->
  852. <div id="weaponitemmenusniper" data-parent="weaponspawnmenu" data-staticmenu="weapon_snipers">
  853. </div>
  854.  
  855.  
  856. <!-- Weapon Menu : heavy weapons -->
  857. <div id="weaponitemmenuheavy" data-parent="weaponspawnmenu" data-staticmenu="weapon_heavy">
  858. </div>
  859.  
  860.  
  861. <!-- Weapon Menu : thrown weapons -->
  862. <div id="weaponitemmenuthrown" data-parent="weaponspawnmenu" data-staticmenu="weapon_thrown">
  863. </div>
  864.  
  865. <div id="weapontintsmenu">
  866. <p class="traineroption" data-action="weapon tint 0">Normal</p>
  867. <p class="traineroption" data-action="weapon tint 1">Green</p>
  868. <p class="traineroption" data-action="weapon tint 2">Gold</p>
  869. <p class="traineroption" data-action="weapon tint 3">Pink</p>
  870. <p class="traineroption" data-action="weapon tint 4">Army</p>
  871. <p class="traineroption" data-action="weapon tint 5">LSPD</p>
  872. <p class="traineroption" data-action="weapon tint 6">Orange</p>
  873. <p class="traineroption" data-action="weapon tint 7">Platinum</p>
  874. </div>
  875.  
  876.  
  877. <!--
  878.  
  879. World Menu
  880.  
  881. -->
  882.  
  883. <div id="worldmenu" data-parent="mainmenu">
  884. <p class="traineroption" data-sub="locationsmenu">Locations</p>
  885. </div>
  886.  
  887. <div id="locationsmenu" data-parent="worldmenu" data-dynamicmenu="createlocationsmenu">
  888.  
  889. </div>
  890.  
  891.  
  892. <!--
  893. _____ _ _ _ __ __
  894. / ____| | | | | (_) | \/ |
  895. | (___ ___ | |_ | |_ _ _ __ __ _ ___ | \ / | ___ _ __ _ _
  896. \___ \ / _ \ | __| | __| | | | '_ \ / _` | / __| | |\/| | / _ \ | '_ \ | | | |
  897. ____) | | __/ | |_ | |_ | | | | | | | (_| | \__ \ | | | | | __/ | | | | | |_| |
  898. |_____/ \___| \__| \__| |_| |_| |_| \__, | |___/ |_| |_| \___| |_| |_| \__,_|
  899. __/ |
  900. |___/
  901. -->
  902.  
  903.  
  904. <!-- Settings Menu -->
  905. <div id="settingsmenu" data-parent="mainmenu">
  906. <p class="traineroption" data-action="settingtoggle mapblips" data-state="OFF" data-toggle="featureMapBlips">Map Location Blips</p>
  907. <p class="traineroption" data-action="settingtoggle blips" data-state="OFF" data-toggle="featurePlayerBlips">Player Blips</p>
  908. <p class="traineroption" data-action="settingtoggle blipnames" data-state="OFF" data-toggle="featurePlayerBlipNames">Player Blip Names</p>
  909. <p class="traineroption" data-action="settingtoggle text" data-state="OFF" data-toggle="featurePlayerHeadDisplay">Overhead Player Names</p>
  910.  
  911. <p class="traineroption" data-action="notifications players" data-state="OFF" data-toggle="featurePlayerNotifications">Player Notifications</p>
  912. <p class="traineroption" data-action="notifications death" data-state="OFF" data-toggle="featureDeathNotifications">Death Notifications</p>
  913. <p class="traineroption" data-sub="voicesettingsmenu">Voice Options</p>
  914.  
  915. <p class="traineroption" data-action="settingtoggle radiooff" data-state="OFF" data-toggle="featureRadioAlwaysOff">Radio Always Off</p>
  916. <p class="traineroption" data-action="settingtoggle mobileradio" data-state="OFF" data-toggle="featurePlayerRadio">Portable Radio</p>
  917. <p class="traineroption" data-action="settingtoggle skipradio">Next Radio Track</p>
  918.  
  919. <p class="traineroption" data-action="settingtoggle radar" data-state="OFF" data-toggle="featureHideMap">Hide Map</p>
  920. <p class="traineroption" data-action="settingtoggle enlarge" data-state="OFF" data-toggle="featureBigHud">Large Map</p>
  921. <p class="traineroption" data-action="settingtoggle hud" data-state="OFF" data-toggle="featureHideHud">Hide Hud</p>
  922. <p class="traineroption" data-action="settingtoggle streets" data-state="OFF" data-toggle="featureAreaStreetNames">Hide Area & Street Names</p>
  923. </div>
  924.  
  925.  
  926. <!-- Voice Menu -->
  927. <div id="voicesettingsmenu" data-parent="settingsmenu">
  928. <p class="traineroption" data-action="voiceopts voicetoggle" data-state="OFF" data-toggle="featureVoiceChat">Voice Chat</p>
  929. <p class="traineroption" data-action="voiceopts showtoggle" data-state="OFF" data-toggle="featureShowVoiceChatSpeaker">Show Voice Chat Speakers</p>
  930. <p class="traineroption" data-sub="voicesettingsmenuchannel">Voice Channel</p>
  931. <p class="traineroption" data-sub="voicesettingsmenuproximity">Voice Proximity</p>
  932. </div>
  933.  
  934.  
  935. <!-- Voice Channel Menu -->
  936. <div id="voicesettingsmenuchannel" data-parent="voicesettingsmenu">
  937. <p class="traineroption" data-action="voiceopts channel 0" data-state="OFF" data-toggle="featureChannelDefault">Default Channel</p>
  938. <p class="traineroption" data-action="voiceopts channel 1" data-state="OFF" data-toggle="featureChannel1">Channel 1</p>
  939. <p class="traineroption" data-action="voiceopts channel 2" data-state="OFF" data-toggle="featureChannel2">Channel 2</p>
  940. <p class="traineroption" data-action="voiceopts channel 3" data-state="OFF" data-toggle="featureChannel3">Channel 3</p>
  941. <p class="traineroption" data-action="voiceopts channel 4" data-state="OFF" data-toggle="featureChannel4">Channel 4</p>
  942. <p class="traineroption" data-action="voiceopts channel 5" data-state="OFF" data-toggle="featureChannel5">Channel 5</p>
  943. </div>
  944.  
  945.  
  946. <!-- Voice Proximity Menu -->
  947. <div id="voicesettingsmenuproximity" data-parent="voicesettingsmenu">
  948. <p class="traineroption" data-action="voiceopts distance 5" data-state="OFF" data-toggle="featureVPTooClose">Extremely Close</p>
  949. <p class="traineroption" data-action="voiceopts distance 25" data-state="OFF" data-toggle="featureVPVeryClose">Very Close</p>
  950. <p class="traineroption" data-action="voiceopts distance 75" data-state="OFF" data-toggle="featureVPClose">Close</p>
  951. <p class="traineroption" data-action="voiceopts distance 200" data-state="OFF" data-toggle="featureVPNearby">Nearby</p>
  952. <p class="traineroption" data-action="voiceopts distance 500" data-state="OFF" data-toggle="featureVPDistant">Distant</p>
  953. <p class="traineroption" data-action="voiceopts distance 2500" data-state="OFF" data-toggle="featureVPFar">Far</p>
  954. <p class="traineroption" data-action="voiceopts distance 8000" data-state="OFF" data-toggle="featureVPVeryFar">Very Far</p>
  955. <p class="traineroption" data-action="voiceopts distance 0" data-state="OFF" data-toggle="featureVPAllPlayers">All Players</p>
  956. </div>
  957.  
  958.  
  959.  
  960. <!--
  961. _ _ __ __
  962. /\ | | (_) | \/ |
  963. / \ __| | _ __ ___ _ _ __ | \ / | ___ _ __ _ _
  964. / /\ \ / _` | | '_ ` _ \ | | | '_ \ | |\/| | / _ \ | '_ \ | | | |
  965. / ____ \ | (_| | | | | | | | | | | | | | | | | | | __/ | | | | | |_| |
  966. /_/ \_\ \__,_| |_| |_| |_| |_| |_| |_| |_| |_| \___| |_| |_| \__,_|
  967.  
  968. -->
  969.  
  970. <!-- Admin menu -->
  971. <div id="adminmenu" data-parent="mainmenu">
  972. <p class="traineroption" data-sub="playermanagemenu">Player Management</p>
  973. <p class="traineroption" data-sub="settingsweathermenu">Change Weather</p>
  974. <p class="traineroption" data-sub="settingstimemenu">Change Time</p>
  975. </div>
  976.  
  977.  
  978. <div id="playermanagemenu" data-parent="adminmenu" data-dynamicmenu="playermanagement">
  979. </div>
  980.  
  981.  
  982. <!-- Weather Menu -->
  983. <div id="settingsweathermenu" data-parent="adminmenu">
  984. <p class="traineroption" data-action="weatheroptions blackout" data-state="OFF" data-toggle="featureBlackout">Blackout</p>
  985. <p class="traineroption" data-action="weatheroptions wind" data-state="OFF" data-toggle="featureWeatherWind">Wind</p>
  986. <p class="traineroption" data-action="weatheroptions freeze" data-state="OFF" data-toggle="featureWeatherFreeze">Freeze Weather</p>
  987. <p class="traineroption" data-action="weather EXTRASUNNY">Extra Sunny</p>
  988. <p class="traineroption" data-action="weather CLEAR">Clear</p>
  989. <p class="traineroption" data-action="weather CLOUDS">Clouds</p>
  990. <p class="traineroption" data-action="weather SMOG">Smog</p>
  991. <p class="traineroption" data-action="weather FOGGY">Foggy</p>
  992. <p class="traineroption" data-action="weather OVERCAST">Overcast</p>
  993. <p class="traineroption" data-action="weather RAIN">Rain</p>
  994.  
  995. <p class="traineroption" data-action="weather THUNDER">Thunder (Stormy)</p>
  996. <p class="traineroption" data-action="weather CLEARING">Clearing</p>
  997. <p class="traineroption" data-action="weather NEUTRAL">Neutral</p>
  998. <p class="traineroption" data-action="weather SNOW">Snow</p>
  999. <p class="traineroption" data-action="weather BLIZZARD">Blizzard</p>
  1000. <p class="traineroption" data-action="weather LIGHTSNOW">Light Snow</p>
  1001. <p class="traineroption" data-action="weather XMAS">Christmas</p>
  1002. <p class="traineroption" data-action="weather SNOWLIGHT">Snow Light?</p>
  1003. </div>
  1004.  
  1005.  
  1006. <!-- Time Menu -->
  1007. <div id="settingstimemenu" data-parent="adminmenu">
  1008. <p class="traineroption" data-action="time 6">Morning</p>
  1009. <p class="traineroption" data-action="time 12">Mid Day</p>
  1010. <p class="traineroption" data-action="time 18">Evening</p>
  1011. <p class="traineroption" data-action="time 0">Night</p>
  1012. <p class="traineroption" data-action="time forwards">Forward 1 hour</p>
  1013. <p class="traineroption" data-action="time backwards">Backwards 1 hour</p>
  1014. <p class="traineroption" data-action="time input">Specify hour (0-24)</p>
  1015. </div>
  1016.  
  1017.  
  1018. <!-- Noclip Menu -->
  1019. <div id="noclipmenu" data-dynamicmenu="noclipmenu">
  1020. </div>
  1021.  
  1022.  
  1023. <!--
  1024. _ _ __ __
  1025. /\ | | | | | \/ |
  1026. / \ | |__ ___ _ _ | |_ | \ / | ___ _ __ _ _
  1027. / /\ \ | '_ \ / _ \ | | | | | __| | |\/| | / _ \ | '_ \ | | | |
  1028. / ____ \ | |_) | | (_) | | |_| | | |_ | | | | | __/ | | | | | |_| |
  1029. /_/ \_\ |_.__/ \___/ \__,_| \__| |_| |_| \___| |_| |_| \__,_|
  1030.  
  1031. -->
  1032.  
  1033. <!-- About menu -->
  1034. <div id="aboutmenu" data-parent="mainmenu">
  1035. <p class="traineroption">Mello Trainer v0.5.5</p>
  1036. <p class="traineroption">Made By TheStonedTurtle</p>
  1037. <p class="traineroption">Special Thanks To:</p>
  1038. <p class="traineroption">WolfKnight</p>
  1039. <p class="traineroption">All My Beta Testers</p>
  1040. <p class="traineroption">Scammer's Scorpion Trainer</p>
  1041. <p class="traineroption">Oui's Lambda Menu</p>
  1042. </div>
  1043. </div>
  1044. </body>
  1045. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement