Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1. vehicles =
  2. {
  3.     ["High End"] = {
  4.         411, 451, 415, 429, 541, 480, 434, 494, 503, 502, 560, 506, 580
  5.     },
  6.     ["Low End"] = {
  7.         474,
  8.     },
  9.     ["Bikes"] = {
  10.         581, 509, 481, 462, 521, 463, 510, 522, 461, 448, 468, 586
  11.     },
  12.     ["Country"] = {
  13.         499,
  14.     },
  15.     ["Aircraft"] = {
  16.         -- All except Hydra, Hunter, AT-400, Seasparrow, Skimmer, Police Maverick
  17.         592, 511, 548, 512, 593, 417, 487, 553, 488, 563, 476, 519, 469, 513
  18.     },
  19.     ["Watercraft"] = {
  20.         472, 473, 493, 595, 484, 430, 453, 452, 446, 454, 460
  21.     },
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement