Advertisement
Guest User

speed

a guest
Aug 24th, 2014
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 50.17 KB | None | 0 0
  1. /*
  2.                                      Copyrightњ ® LuxurioN™
  3. ________________________________________________________________________________________________
  4.   _                                                          _               _ _       _
  5.  | |                                                        |_|             |   \     | |
  6.  | |                       _       _               _ _ _     _    _ _ _ _   | |\ \    | |
  7.  | |           | |   | |  | |     | |  | |   | |  |  _  \   | |  |  _ _  |  | | \ \   | |
  8.  | |           | |   | |   | |   | |   | |   | |  | |_| /   | |  | |   | |  | |  \ \  | |
  9.  | |           | |   | |    | | | |    | |   | |  |  _ \    | |  | |   | |  | |   \ \ | |
  10.  | |_ _ _ _ _  | |_ _| |   | |   | |   | |_ _| |  | | \ \   | |  | |_ _| |  | |    \ \| |
  11.  |_ _ _ _ _ _| |_ _ _ _|  |_|     |_|  |_ _ _ _|  |_|  \_|  |_|  |_ _ _ _|  |_|     \_ _|
  12.  
  13. ________________________________________________________________________________________________
  14.                              .:: Do not remove the Credits ::.
  15.  
  16.  
  17.  
  18.                                  **************************
  19.                                     LuX SpeedoMeter  v2.0
  20.                                  **************************
  21. */
  22.  
  23. #include <a_samp>
  24.  
  25. #define GREEN           0x21DD00FF
  26. #define RED             0xE60000FF
  27. #define YELLOW          0xFFFF00FF
  28. #define ORANGE          0xF97804FF
  29. #define LIGHTRED        0xFF8080FF
  30. #define LIGHTBLUE       0x00C2ECFF
  31. #define PURPLE          0xB360FDFF
  32. #define BLUE            0x1229FAFF
  33. #define LIGHTGREEN      0x38FF06FF
  34. #define DARKPINK        0xE100E1FF
  35. #define DARKGREEN       0x008040FF
  36. #define ANNOUNCEMENT    0x6AF7E1FF
  37. #define GREY            0xCECECEFF
  38. #define PINK            0xD52DFFFF
  39. #define DARKGREY        0x626262FF
  40. #define AQUAGREEN       0x03D687FF
  41. #define WHITE           0xFFFFFFFF
  42.  
  43. #define PLAYERS 200
  44.  
  45. #define L_VEHICLE 200
  46.  
  47.  
  48. //******************************************************************************
  49. // SpeedoMeter Configurations
  50. //******************************************************************************
  51.  
  52. //::::::::::::::::::::::::::::::::::::
  53. // -> Functions Config <-
  54. //::::::::::::::::::::::::::::::::::::
  55. #define VehLockTime      10                //Define the MAX Time for Car Locked! (In Minutes!)
  56. #define VehicleMaxSpeed  50                //Define the Speed Limit! (KPH)
  57. #define SpeedoLogoText   "LuX SpeedoMeter" //Define Speedo Logo (Text in Speedo Top)
  58. #define UpdateConfig     500               //Update Speedo functions in ... (Miliseconds)
  59.  
  60.  
  61. //::::::::::::::::::::::::::::::::::::
  62. // -> Speedo TextDraw Config <-
  63. //::::::::::::::::::::::::::::::::::::
  64. #define TextBox         true   //Enable/Disable Speedo Box
  65. #define TextTopLines    true   //Enable/Disable Speedo Top Lines
  66. #define TextSideLines   true   //Enable/Disable Speedo Side Lines
  67. #define LogoName        true   //Enable/Disable Speedo LogoName
  68.  
  69. //Enable = true || Disable = false
  70.  
  71.  
  72. //::::::::::::::::::::::::::::::::::::
  73. // -> Speedo Colors Config <-
  74. //::::::::::::::::::::::::::::::::::::
  75. #define BoxColor         0xffffffff     //Color of Speedo Box
  76. #define LogoColor        0xffffffff     //Color of Seedo Logo (Define logo in "SpeedoLogoText" (Line 57)
  77. #define SideLinesColor   0xffffffff     //Color of Speedo Side Lines
  78. #define TopLinesColor    0xffffffff     //Color of Speedo Top lines
  79. #define CategoriesColor  "~b~"          //Color of (Vehicle,Health,Altitude,Gps)
  80. #define MPH_KPH_Color    "~g~"          //Color of (MPH,KPH)
  81.  
  82. //******************************************************************************
  83.  
  84.  
  85. //-----------------------------------------> Change
  86.  
  87. #define MAX_ZONE_NAME 28
  88.  
  89. new Text:LBox[MAX_PLAYERS];
  90. new Text:LLine1[MAX_PLAYERS];
  91. new Text:LLine2[MAX_PLAYERS];
  92. new Text:LLine3[MAX_PLAYERS];
  93. new Text:LLine4[MAX_PLAYERS];
  94. new Text:LCredits[MAX_PLAYERS];
  95. new Text:Lmph[MAX_PLAYERS];
  96. new Text:LFunc[MAX_PLAYERS];
  97. new LuX_SpeedoMeter[MAX_PLAYERS];
  98. new VehicleStatus[MAX_VEHICLES];
  99.  
  100. new lstring[256];
  101. new lstr[256];
  102.  
  103. new LUnFreeze;
  104. enum MainZone{
  105. Zone_Name[28], Float:Zone_Area[6] };
  106.  
  107. static const SanAndreasZones[][MainZone] = {
  108.  
  109.     {"The Big Ear",                 {-410.00,1403.30,-3.00,-137.90,1681.20,200.00}},
  110.     {"Aldea Malvada",               {-1372.10,2498.50,0.00,-1277.50,2615.30,200.00}},
  111.     {"Angel Pine",                  {-2324.90,-2584.20,-6.10,-1964.20,-2212.10,200.00}},
  112.     {"Arco del Oeste",              {-901.10,2221.80,0.00,-592.00,2571.90,200.00}},
  113.     {"Avispa Country Club",         {-2646.40,-355.40,0.00,-2270.00,-222.50,200.00}},
  114.     {"Avispa Country Club",         {-2831.80,-430.20,-6.10,-2646.40,-222.50,200.00}},
  115.     {"Avispa Country Club",         {-2361.50,-417.10,0.00,-2270.00,-355.40,200.00}},
  116.     {"Avispa Country Club",         {-2667.80,-302.10,-28.80,-2646.40,-262.30,71.10}},
  117.     {"Avispa Country Club",         {-2470.00,-355.40,0.00,-2270.00,-318.40,46.10}},
  118.     {"Avispa Country Club",         {-2550.00,-355.40,0.00,-2470.00,-318.40,39.70}},
  119.     {"Back o Beyond",               {-1166.90,-2641.10,0.00,-321.70,-1856.00,200.00}},
  120.     {"Battery Point",               {-2741.00,1268.40,-4.50,-2533.00,1490.40,200.00}},
  121.     {"Bayside",                     {-2741.00,2175.10,0.00,-2353.10,2722.70,200.00}},
  122.     {"Bayside Marina",              {-2353.10,2275.70,0.00,-2153.10,2475.70,200.00}},
  123.     {"Beacon Hill",                 {-399.60,-1075.50,-1.40,-319.00,-977.50,198.50}},
  124.     {"Blackfield",                  {964.30,1203.20,-89.00,1197.30,1403.20,110.90}},
  125.     {"Blackfield",                  {964.30,1403.20,-89.00,1197.30,1726.20,110.90}},
  126.     {"Blackfield Chapel",           {1375.60,596.30,-89.00,1558.00,823.20,110.90}},
  127.     {"Blackfield Chapel",           {1325.60,596.30,-89.00,1375.60,795.00,110.90}},
  128.     {"Blackfield Intersection",     {1197.30,1044.60,-89.00,1277.00,1163.30,110.90}},
  129.     {"Blackfield Intersection",     {1166.50,795.00,-89.00,1375.60,1044.60,110.90}},
  130.     {"Blackfield Intersection",     {1277.00,1044.60,-89.00,1315.30,1087.60,110.90}},
  131.     {"Blackfield Intersection",     {1375.60,823.20,-89.00,1457.30,919.40,110.90}},
  132.     {"Blueberry",                   {104.50,-220.10,2.30,349.60,152.20,200.00}},
  133.     {"Blueberry",                   {19.60,-404.10,3.80,349.60,-220.10,200.00}},
  134.     {"Blueberry Acres",             {-319.60,-220.10,0.00,104.50,293.30,200.00}},
  135.     {"Caligula's Palace",           {2087.30,1543.20,-89.00,2437.30,1703.20,110.90}},
  136.     {"Caligula's Palace",           {2137.40,1703.20,-89.00,2437.30,1783.20,110.90}},
  137.     {"Calton Heights",              {-2274.10,744.10,-6.10,-1982.30,1358.90,200.00}},
  138.     {"Chinatown",                   {-2274.10,578.30,-7.60,-2078.60,744.10,200.00}},
  139.     {"City Hall",                   {-2867.80,277.40,-9.10,-2593.40,458.40,200.00}},
  140.     {"Come-A-Lot",                  {2087.30,943.20,-89.00,2623.10,1203.20,110.90}},
  141.     {"Commerce",                    {1323.90,-1842.20,-89.00,1701.90,-1722.20,110.90}},
  142.     {"Commerce",                    {1323.90,-1722.20,-89.00,1440.90,-1577.50,110.90}},
  143.     {"Commerce",                    {1370.80,-1577.50,-89.00,1463.90,-1384.90,110.90}},
  144.     {"Commerce",                    {1463.90,-1577.50,-89.00,1667.90,-1430.80,110.90}},
  145.     {"Commerce",                    {1583.50,-1722.20,-89.00,1758.90,-1577.50,110.90}},
  146.     {"Commerce",                    {1667.90,-1577.50,-89.00,1812.60,-1430.80,110.90}},
  147.     {"Conference Center",           {1046.10,-1804.20,-89.00,1323.90,-1722.20,110.90}},
  148.     {"Conference Center",           {1073.20,-1842.20,-89.00,1323.90,-1804.20,110.90}},
  149.     {"Cranberry Station",           {-2007.80,56.30,0.00,-1922.00,224.70,100.00}},
  150.     {"Creek",                       {2749.90,1937.20,-89.00,2921.60,2669.70,110.90}},
  151.     {"Dillimore",                   {580.70,-674.80,-9.50,861.00,-404.70,200.00}},
  152.     {"Doherty",                     {-2270.00,-324.10,-0.00,-1794.90,-222.50,200.00}},
  153.     {"Doherty",                     {-2173.00,-222.50,-0.00,-1794.90,265.20,200.00}},
  154.     {"Downtown",                    {-1982.30,744.10,-6.10,-1871.70,1274.20,200.00}},
  155.     {"Downtown",                    {-1871.70,1176.40,-4.50,-1620.30,1274.20,200.00}},
  156.     {"Downtown",                    {-1700.00,744.20,-6.10,-1580.00,1176.50,200.00}},
  157.     {"Downtown",                    {-1580.00,744.20,-6.10,-1499.80,1025.90,200.00}},
  158.     {"Downtown",                    {-2078.60,578.30,-7.60,-1499.80,744.20,200.00}},
  159.     {"Downtown",                    {-1993.20,265.20,-9.10,-1794.90,578.30,200.00}},
  160.     {"Downtown Los Santos",         {1463.90,-1430.80,-89.00,1724.70,-1290.80,110.90}},
  161.     {"Downtown Los Santos",         {1724.70,-1430.80,-89.00,1812.60,-1250.90,110.90}},
  162.     {"Downtown Los Santos",         {1463.90,-1290.80,-89.00,1724.70,-1150.80,110.90}},
  163.     {"Downtown Los Santos",         {1370.80,-1384.90,-89.00,1463.90,-1170.80,110.90}},
  164.     {"Downtown Los Santos",         {1724.70,-1250.90,-89.00,1812.60,-1150.80,110.90}},
  165.     {"Downtown Los Santos",         {1370.80,-1170.80,-89.00,1463.90,-1130.80,110.90}},
  166.     {"Downtown Los Santos",         {1378.30,-1130.80,-89.00,1463.90,-1026.30,110.90}},
  167.     {"Downtown Los Santos",         {1391.00,-1026.30,-89.00,1463.90,-926.90,110.90}},
  168.     {"Downtown Los Santos",         {1507.50,-1385.20,110.90,1582.50,-1325.30,335.90}},
  169.     {"East Beach",                  {2632.80,-1852.80,-89.00,2959.30,-1668.10,110.90}},
  170.     {"East Beach",                  {2632.80,-1668.10,-89.00,2747.70,-1393.40,110.90}},
  171.     {"East Beach",                  {2747.70,-1668.10,-89.00,2959.30,-1498.60,110.90}},
  172.     {"East Beach",                  {2747.70,-1498.60,-89.00,2959.30,-1120.00,110.90}},
  173.     {"East Los Santos",             {2421.00,-1628.50,-89.00,2632.80,-1454.30,110.90}},
  174.     {"East Los Santos",             {2222.50,-1628.50,-89.00,2421.00,-1494.00,110.90}},
  175.     {"East Los Santos",             {2266.20,-1494.00,-89.00,2381.60,-1372.00,110.90}},
  176.     {"East Los Santos",             {2381.60,-1494.00,-89.00,2421.00,-1454.30,110.90}},
  177.     {"East Los Santos",             {2281.40,-1372.00,-89.00,2381.60,-1135.00,110.90}},
  178.     {"East Los Santos",             {2381.60,-1454.30,-89.00,2462.10,-1135.00,110.90}},
  179.     {"East Los Santos",             {2462.10,-1454.30,-89.00,2581.70,-1135.00,110.90}},
  180.     {"Easter Basin",                {-1794.90,249.90,-9.10,-1242.90,578.30,200.00}},
  181.     {"Easter Basin",                {-1794.90,-50.00,-0.00,-1499.80,249.90,200.00}},
  182.     {"Easter Bay Airport",          {-1499.80,-50.00,-0.00,-1242.90,249.90,200.00}},
  183.     {"Easter Bay Airport",          {-1794.90,-730.10,-3.00,-1213.90,-50.00,200.00}},
  184.     {"Easter Bay Airport",          {-1213.90,-730.10,0.00,-1132.80,-50.00,200.00}},
  185.     {"Easter Bay Airport",          {-1242.90,-50.00,0.00,-1213.90,578.30,200.00}},
  186.     {"Easter Bay Airport",          {-1213.90,-50.00,-4.50,-947.90,578.30,200.00}},
  187.     {"Easter Bay Airport",          {-1315.40,-405.30,15.40,-1264.40,-209.50,25.40}},
  188.     {"Easter Bay Airport",          {-1354.30,-287.30,15.40,-1315.40,-209.50,25.40}},
  189.     {"Easter Bay Airport",          {-1490.30,-209.50,15.40,-1264.40,-148.30,25.40}},
  190.     {"Easter Bay Chemicals",        {-1132.80,-768.00,0.00,-956.40,-578.10,200.00}},
  191.     {"Easter Bay Chemicals",        {-1132.80,-787.30,0.00,-956.40,-768.00,200.00}},
  192.     {"El Castillo del Diablo",      {-464.50,2217.60,0.00,-208.50,2580.30,200.00}},
  193.     {"El Castillo del Diablo",      {-208.50,2123.00,-7.60,114.00,2337.10,200.00}},
  194.     {"El Castillo del Diablo",      {-208.50,2337.10,0.00,8.40,2487.10,200.00}},
  195.     {"El Corona",                   {1812.60,-2179.20,-89.00,1970.60,-1852.80,110.90}},
  196.     {"El Corona",                   {1692.60,-2179.20,-89.00,1812.60,-1842.20,110.90}},
  197.     {"El Quebrados",                {-1645.20,2498.50,0.00,-1372.10,2777.80,200.00}},
  198.     {"Esplanade East",              {-1620.30,1176.50,-4.50,-1580.00,1274.20,200.00}},
  199.     {"Esplanade East",              {-1580.00,1025.90,-6.10,-1499.80,1274.20,200.00}},
  200.     {"Esplanade East",              {-1499.80,578.30,-79.60,-1339.80,1274.20,20.30}},
  201.     {"Esplanade North",             {-2533.00,1358.90,-4.50,-1996.60,1501.20,200.00}},
  202.     {"Esplanade North",             {-1996.60,1358.90,-4.50,-1524.20,1592.50,200.00}},
  203.     {"Esplanade North",             {-1982.30,1274.20,-4.50,-1524.20,1358.90,200.00}},
  204.     {"Fallen Tree",                 {-792.20,-698.50,-5.30,-452.40,-380.00,200.00}},
  205.     {"Fallow Bridge",               {434.30,366.50,0.00,603.00,555.60,200.00}},
  206.     {"Fern Ridge",                  {508.10,-139.20,0.00,1306.60,119.50,200.00}},
  207.     {"Financial",                   {-1871.70,744.10,-6.10,-1701.30,1176.40,300.00}},
  208.     {"Fisher's Lagoon",             {1916.90,-233.30,-100.00,2131.70,13.80,200.00}},
  209.     {"Flint Intersection",          {-187.70,-1596.70,-89.00,17.00,-1276.60,110.90}},
  210.     {"Flint Range",                 {-594.10,-1648.50,0.00,-187.70,-1276.60,200.00}},
  211.     {"Fort Carson",                 {-376.20,826.30,-3.00,123.70,1220.40,200.00}},
  212.     {"Foster Valley",               {-2270.00,-430.20,-0.00,-2178.60,-324.10,200.00}},
  213.     {"Foster Valley",               {-2178.60,-599.80,-0.00,-1794.90,-324.10,200.00}},
  214.     {"Foster Valley",               {-2178.60,-1115.50,0.00,-1794.90,-599.80,200.00}},
  215.     {"Foster Valley",               {-2178.60,-1250.90,0.00,-1794.90,-1115.50,200.00}},
  216.     {"Frederick Bridge",            {2759.20,296.50,0.00,2774.20,594.70,200.00}},
  217.     {"Gant Bridge",                 {-2741.40,1659.60,-6.10,-2616.40,2175.10,200.00}},
  218.     {"Gant Bridge",                 {-2741.00,1490.40,-6.10,-2616.40,1659.60,200.00}},
  219.     {"Ganton",                      {2222.50,-1852.80,-89.00,2632.80,-1722.30,110.90}},
  220.     {"Ganton",                      {2222.50,-1722.30,-89.00,2632.80,-1628.50,110.90}},
  221.     {"Garcia",                      {-2411.20,-222.50,-0.00,-2173.00,265.20,200.00}},
  222.     {"Garcia",                      {-2395.10,-222.50,-5.30,-2354.00,-204.70,200.00}},
  223.     {"Garver Bridge",               {-1339.80,828.10,-89.00,-1213.90,1057.00,110.90}},
  224.     {"Garver Bridge",               {-1213.90,950.00,-89.00,-1087.90,1178.90,110.90}},
  225.     {"Garver Bridge",               {-1499.80,696.40,-179.60,-1339.80,925.30,20.30}},
  226.     {"Glen Park",                   {1812.60,-1449.60,-89.00,1996.90,-1350.70,110.90}},
  227.     {"Glen Park",                   {1812.60,-1100.80,-89.00,1994.30,-973.30,110.90}},
  228.     {"Glen Park",                   {1812.60,-1350.70,-89.00,2056.80,-1100.80,110.90}},
  229.     {"Green Palms",                 {176.50,1305.40,-3.00,338.60,1520.70,200.00}},
  230.     {"Greenglass College",          {964.30,1044.60,-89.00,1197.30,1203.20,110.90}},
  231.     {"Greenglass College",          {964.30,930.80,-89.00,1166.50,1044.60,110.90}},
  232.     {"Hampton Barns",               {603.00,264.30,0.00,761.90,366.50,200.00}},
  233.     {"Hankypanky Point",            {2576.90,62.10,0.00,2759.20,385.50,200.00}},
  234.     {"Harry Gold Parkway",          {1777.30,863.20,-89.00,1817.30,2342.80,110.90}},
  235.     {"Hashbury",                    {-2593.40,-222.50,-0.00,-2411.20,54.70,200.00}},
  236.     {"Hilltop Farm",                {967.30,-450.30,-3.00,1176.70,-217.90,200.00}},
  237.     {"Hunter Quarry",               {337.20,710.80,-115.20,860.50,1031.70,203.70}},
  238.     {"Idlewood",                    {1812.60,-1852.80,-89.00,1971.60,-1742.30,110.90}},
  239.     {"Idlewood",                    {1812.60,-1742.30,-89.00,1951.60,-1602.30,110.90}},
  240.     {"Idlewood",                    {1951.60,-1742.30,-89.00,2124.60,-1602.30,110.90}},
  241.     {"Idlewood",                    {1812.60,-1602.30,-89.00,2124.60,-1449.60,110.90}},
  242.     {"Idlewood",                    {2124.60,-1742.30,-89.00,2222.50,-1494.00,110.90}},
  243.     {"Idlewood",                    {1971.60,-1852.80,-89.00,2222.50,-1742.30,110.90}},
  244.     {"Jefferson",                   {1996.90,-1449.60,-89.00,2056.80,-1350.70,110.90}},
  245.     {"Jefferson",                   {2124.60,-1494.00,-89.00,2266.20,-1449.60,110.90}},
  246.     {"Jefferson",                   {2056.80,-1372.00,-89.00,2281.40,-1210.70,110.90}},
  247.     {"Jefferson",                   {2056.80,-1210.70,-89.00,2185.30,-1126.30,110.90}},
  248.     {"Jefferson",                   {2185.30,-1210.70,-89.00,2281.40,-1154.50,110.90}},
  249.     {"Jefferson",                   {2056.80,-1449.60,-89.00,2266.20,-1372.00,110.90}},
  250.     {"Julius Thruway East",         {2623.10,943.20,-89.00,2749.90,1055.90,110.90}},
  251.     {"Julius Thruway East",         {2685.10,1055.90,-89.00,2749.90,2626.50,110.90}},
  252.     {"Julius Thruway East",         {2536.40,2442.50,-89.00,2685.10,2542.50,110.90}},
  253.     {"Julius Thruway East",         {2625.10,2202.70,-89.00,2685.10,2442.50,110.90}},
  254.     {"Julius Thruway North",        {2498.20,2542.50,-89.00,2685.10,2626.50,110.90}},
  255.     {"Julius Thruway North",        {2237.40,2542.50,-89.00,2498.20,2663.10,110.90}},
  256.     {"Julius Thruway North",        {2121.40,2508.20,-89.00,2237.40,2663.10,110.90}},
  257.     {"Julius Thruway North",        {1938.80,2508.20,-89.00,2121.40,2624.20,110.90}},
  258.     {"Julius Thruway North",        {1534.50,2433.20,-89.00,1848.40,2583.20,110.90}},
  259.     {"Julius Thruway North",        {1848.40,2478.40,-89.00,1938.80,2553.40,110.90}},
  260.     {"Julius Thruway North",        {1704.50,2342.80,-89.00,1848.40,2433.20,110.90}},
  261.     {"Julius Thruway North",        {1377.30,2433.20,-89.00,1534.50,2507.20,110.90}},
  262.     {"Julius Thruway South",        {1457.30,823.20,-89.00,2377.30,863.20,110.90}},
  263.     {"Julius Thruway South",        {2377.30,788.80,-89.00,2537.30,897.90,110.90}},
  264.     {"Julius Thruway West",         {1197.30,1163.30,-89.00,1236.60,2243.20,110.90}},
  265.     {"Julius Thruway West",         {1236.60,2142.80,-89.00,1297.40,2243.20,110.90}},
  266.     {"Juniper Hill",                {-2533.00,578.30,-7.60,-2274.10,968.30,200.00}},
  267.     {"Juniper Hollow",              {-2533.00,968.30,-6.10,-2274.10,1358.90,200.00}},
  268.     {"K.A.C.C. Military Fuels",     {2498.20,2626.50,-89.00,2749.90,2861.50,110.90}},
  269.     {"Kincaid Bridge",              {-1339.80,599.20,-89.00,-1213.90,828.10,110.90}},
  270.     {"Kincaid Bridge",              {-1213.90,721.10,-89.00,-1087.90,950.00,110.90}},
  271.     {"Kincaid Bridge",              {-1087.90,855.30,-89.00,-961.90,986.20,110.90}},
  272.     {"King's",                      {-2329.30,458.40,-7.60,-1993.20,578.30,200.00}},
  273.     {"King's",                      {-2411.20,265.20,-9.10,-1993.20,373.50,200.00}},
  274.     {"King's",                      {-2253.50,373.50,-9.10,-1993.20,458.40,200.00}},
  275.     {"LVA Freight Depot",           {1457.30,863.20,-89.00,1777.40,1143.20,110.90}},
  276.     {"LVA Freight Depot",           {1375.60,919.40,-89.00,1457.30,1203.20,110.90}},
  277.     {"LVA Freight Depot",           {1277.00,1087.60,-89.00,1375.60,1203.20,110.90}},
  278.     {"LVA Freight Depot",           {1315.30,1044.60,-89.00,1375.60,1087.60,110.90}},
  279.     {"LVA Freight Depot",           {1236.60,1163.40,-89.00,1277.00,1203.20,110.90}},
  280.     {"Las Barrancas",               {-926.10,1398.70,-3.00,-719.20,1634.60,200.00}},
  281.     {"Las Brujas",                  {-365.10,2123.00,-3.00,-208.50,2217.60,200.00}},
  282.     {"Las Colinas",                 {1994.30,-1100.80,-89.00,2056.80,-920.80,110.90}},
  283.     {"Las Colinas",                 {2056.80,-1126.30,-89.00,2126.80,-920.80,110.90}},
  284.     {"Las Colinas",                 {2185.30,-1154.50,-89.00,2281.40,-934.40,110.90}},
  285.     {"Las Colinas",                 {2126.80,-1126.30,-89.00,2185.30,-934.40,110.90}},
  286.     {"Las Colinas",                 {2747.70,-1120.00,-89.00,2959.30,-945.00,110.90}},
  287.     {"Las Colinas",                 {2632.70,-1135.00,-89.00,2747.70,-945.00,110.90}},
  288.     {"Las Colinas",                 {2281.40,-1135.00,-89.00,2632.70,-945.00,110.90}},
  289.     {"Las Payasadas",               {-354.30,2580.30,2.00,-133.60,2816.80,200.00}},
  290.     {"Las Venturas Airport",        {1236.60,1203.20,-89.00,1457.30,1883.10,110.90}},
  291.     {"Las Venturas Airport",        {1457.30,1203.20,-89.00,1777.30,1883.10,110.90}},
  292.     {"Las Venturas Airport",        {1457.30,1143.20,-89.00,1777.40,1203.20,110.90}},
  293.     {"Las Venturas Airport",        {1515.80,1586.40,-12.50,1729.90,1714.50,87.50}},
  294.     {"Last Dime Motel",             {1823.00,596.30,-89.00,1997.20,823.20,110.90}},
  295.     {"Leafy Hollow",                {-1166.90,-1856.00,0.00,-815.60,-1602.00,200.00}},
  296.     {"Liberty City",                {-1000.00,400.00,1300.00,-700.00,600.00,1400.00}},
  297.     {"Lil' Probe Inn",              {-90.20,1286.80,-3.00,153.80,1554.10,200.00}},
  298.     {"Linden Side",                 {2749.90,943.20,-89.00,2923.30,1198.90,110.90}},
  299.     {"Linden Station",              {2749.90,1198.90,-89.00,2923.30,1548.90,110.90}},
  300.     {"Linden Station",              {2811.20,1229.50,-39.50,2861.20,1407.50,60.40}},
  301.     {"Little Mexico",               {1701.90,-1842.20,-89.00,1812.60,-1722.20,110.90}},
  302.     {"Little Mexico",               {1758.90,-1722.20,-89.00,1812.60,-1577.50,110.90}},
  303.     {"Los Flores",                  {2581.70,-1454.30,-89.00,2632.80,-1393.40,110.90}},
  304.     {"Los Flores",                  {2581.70,-1393.40,-89.00,2747.70,-1135.00,110.90}},
  305.     {"Los Santos International",    {1249.60,-2394.30,-89.00,1852.00,-2179.20,110.90}},
  306.     {"Los Santos International",    {1852.00,-2394.30,-89.00,2089.00,-2179.20,110.90}},
  307.     {"Los Santos International",    {1382.70,-2730.80,-89.00,2201.80,-2394.30,110.90}},
  308.     {"Los Santos International",    {1974.60,-2394.30,-39.00,2089.00,-2256.50,60.90}},
  309.     {"Los Santos International",    {1400.90,-2669.20,-39.00,2189.80,-2597.20,60.90}},
  310.     {"Los Santos International",    {2051.60,-2597.20,-39.00,2152.40,-2394.30,60.90}},
  311.     {"Marina",                      {647.70,-1804.20,-89.00,851.40,-1577.50,110.90}},
  312.     {"Marina",                      {647.70,-1577.50,-89.00,807.90,-1416.20,110.90}},
  313.     {"Marina",                      {807.90,-1577.50,-89.00,926.90,-1416.20,110.90}},
  314.     {"Market",                      {787.40,-1416.20,-89.00,1072.60,-1310.20,110.90}},
  315.     {"Market",                      {952.60,-1310.20,-89.00,1072.60,-1130.80,110.90}},
  316.     {"Market",                      {1072.60,-1416.20,-89.00,1370.80,-1130.80,110.90}},
  317.     {"Market",                      {926.90,-1577.50,-89.00,1370.80,-1416.20,110.90}},
  318.     {"Market Station",              {787.40,-1410.90,-34.10,866.00,-1310.20,65.80}},
  319.     {"Martin Bridge",               {-222.10,293.30,0.00,-122.10,476.40,200.00}},
  320.     {"Missionary Hill",             {-2994.40,-811.20,0.00,-2178.60,-430.20,200.00}},
  321.     {"Montgomery",                  {1119.50,119.50,-3.00,1451.40,493.30,200.00}},
  322.     {"Montgomery",                  {1451.40,347.40,-6.10,1582.40,420.80,200.00}},
  323.     {"Montgomery Intersection",     {1546.60,208.10,0.00,1745.80,347.40,200.00}},
  324.     {"Montgomery Intersection",     {1582.40,347.40,0.00,1664.60,401.70,200.00}},
  325.     {"Mulholland",                  {1414.00,-768.00,-89.00,1667.60,-452.40,110.90}},
  326.     {"Mulholland",                  {1281.10,-452.40,-89.00,1641.10,-290.90,110.90}},
  327.     {"Mulholland",                  {1269.10,-768.00,-89.00,1414.00,-452.40,110.90}},
  328.     {"Mulholland",                  {1357.00,-926.90,-89.00,1463.90,-768.00,110.90}},
  329.     {"Mulholland",                  {1318.10,-910.10,-89.00,1357.00,-768.00,110.90}},
  330.     {"Mulholland",                  {1169.10,-910.10,-89.00,1318.10,-768.00,110.90}},
  331.     {"Mulholland",                  {768.60,-954.60,-89.00,952.60,-860.60,110.90}},
  332.     {"Mulholland",                  {687.80,-860.60,-89.00,911.80,-768.00,110.90}},
  333.     {"Mulholland",                  {737.50,-768.00,-89.00,1142.20,-674.80,110.90}},
  334.     {"Mulholland",                  {1096.40,-910.10,-89.00,1169.10,-768.00,110.90}},
  335.     {"Mulholland",                  {952.60,-937.10,-89.00,1096.40,-860.60,110.90}},
  336.     {"Mulholland",                  {911.80,-860.60,-89.00,1096.40,-768.00,110.90}},
  337.     {"Mulholland",                  {861.00,-674.80,-89.00,1156.50,-600.80,110.90}},
  338.     {"Mulholland Intersection",     {1463.90,-1150.80,-89.00,1812.60,-768.00,110.90}},
  339.     {"North Rock",                  {2285.30,-768.00,0.00,2770.50,-269.70,200.00}},
  340.     {"Ocean Docks",                 {2373.70,-2697.00,-89.00,2809.20,-2330.40,110.90}},
  341.     {"Ocean Docks",                 {2201.80,-2418.30,-89.00,2324.00,-2095.00,110.90}},
  342.     {"Ocean Docks",                 {2324.00,-2302.30,-89.00,2703.50,-2145.10,110.90}},
  343.     {"Ocean Docks",                 {2089.00,-2394.30,-89.00,2201.80,-2235.80,110.90}},
  344.     {"Ocean Docks",                 {2201.80,-2730.80,-89.00,2324.00,-2418.30,110.90}},
  345.     {"Ocean Docks",                 {2703.50,-2302.30,-89.00,2959.30,-2126.90,110.90}},
  346.     {"Ocean Docks",                 {2324.00,-2145.10,-89.00,2703.50,-2059.20,110.90}},
  347.     {"Ocean Flats",                 {-2994.40,277.40,-9.10,-2867.80,458.40,200.00}},
  348.     {"Ocean Flats",                 {-2994.40,-222.50,-0.00,-2593.40,277.40,200.00}},
  349.     {"Ocean Flats",                 {-2994.40,-430.20,-0.00,-2831.80,-222.50,200.00}},
  350.     {"Octane Springs",              {338.60,1228.50,0.00,664.30,1655.00,200.00}},
  351.     {"Old Venturas Strip",          {2162.30,2012.10,-89.00,2685.10,2202.70,110.90}},
  352.     {"Palisades",                   {-2994.40,458.40,-6.10,-2741.00,1339.60,200.00}},
  353.     {"Palomino Creek",              {2160.20,-149.00,0.00,2576.90,228.30,200.00}},
  354.     {"Paradiso",                    {-2741.00,793.40,-6.10,-2533.00,1268.40,200.00}},
  355.     {"Pershing Square",             {1440.90,-1722.20,-89.00,1583.50,-1577.50,110.90}},
  356.     {"Pilgrim",                     {2437.30,1383.20,-89.00,2624.40,1783.20,110.90}},
  357.     {"Pilgrim",                     {2624.40,1383.20,-89.00,2685.10,1783.20,110.90}},
  358.     {"Pilson Intersection",         {1098.30,2243.20,-89.00,1377.30,2507.20,110.90}},
  359.     {"Pirates in Men's Pants",      {1817.30,1469.20,-89.00,2027.40,1703.20,110.90}},
  360.     {"Playa del Seville",           {2703.50,-2126.90,-89.00,2959.30,-1852.80,110.90}},
  361.     {"Prickle Pine",                {1534.50,2583.20,-89.00,1848.40,2863.20,110.90}},
  362.     {"Prickle Pine",                {1117.40,2507.20,-89.00,1534.50,2723.20,110.90}},
  363.     {"Prickle Pine",                {1848.40,2553.40,-89.00,1938.80,2863.20,110.90}},
  364.     {"Prickle Pine",                {1938.80,2624.20,-89.00,2121.40,2861.50,110.90}},
  365.     {"Queens",                      {-2533.00,458.40,0.00,-2329.30,578.30,200.00}},
  366.     {"Queens",                      {-2593.40,54.70,0.00,-2411.20,458.40,200.00}},
  367.     {"Queens",                      {-2411.20,373.50,0.00,-2253.50,458.40,200.00}},
  368.     {"Randolph Industrial",         {1558.00,596.30,-89.00,1823.00,823.20,110.90}},
  369.     {"Redsands East",               {1817.30,2011.80,-89.00,2106.70,2202.70,110.90}},
  370.     {"Redsands East",               {1817.30,2202.70,-89.00,2011.90,2342.80,110.90}},
  371.     {"Redsands East",               {1848.40,2342.80,-89.00,2011.90,2478.40,110.90}},
  372.     {"Redsands West",               {1236.60,1883.10,-89.00,1777.30,2142.80,110.90}},
  373.     {"Redsands West",               {1297.40,2142.80,-89.00,1777.30,2243.20,110.90}},
  374.     {"Redsands West",               {1377.30,2243.20,-89.00,1704.50,2433.20,110.90}},
  375.     {"Redsands West",               {1704.50,2243.20,-89.00,1777.30,2342.80,110.90}},
  376.     {"Regular Tom",                 {-405.70,1712.80,-3.00,-276.70,1892.70,200.00}},
  377.     {"Richman",                     {647.50,-1118.20,-89.00,787.40,-954.60,110.90}},
  378.     {"Richman",                     {647.50,-954.60,-89.00,768.60,-860.60,110.90}},
  379.     {"Richman",                     {225.10,-1369.60,-89.00,334.50,-1292.00,110.90}},
  380.     {"Richman",                     {225.10,-1292.00,-89.00,466.20,-1235.00,110.90}},
  381.     {"Richman",                     {72.60,-1404.90,-89.00,225.10,-1235.00,110.90}},
  382.     {"Richman",                     {72.60,-1235.00,-89.00,321.30,-1008.10,110.90}},
  383.     {"Richman",                     {321.30,-1235.00,-89.00,647.50,-1044.00,110.90}},
  384.     {"Richman",                     {321.30,-1044.00,-89.00,647.50,-860.60,110.90}},
  385.     {"Richman",                     {321.30,-860.60,-89.00,687.80,-768.00,110.90}},
  386.     {"Richman",                     {321.30,-768.00,-89.00,700.70,-674.80,110.90}},
  387.     {"Robada Intersection",         {-1119.00,1178.90,-89.00,-862.00,1351.40,110.90}},
  388.     {"Roca Escalante",              {2237.40,2202.70,-89.00,2536.40,2542.50,110.90}},
  389.     {"Roca Escalante",              {2536.40,2202.70,-89.00,2625.10,2442.50,110.90}},
  390.     {"Rockshore East",              {2537.30,676.50,-89.00,2902.30,943.20,110.90}},
  391.     {"Rockshore West",              {1997.20,596.30,-89.00,2377.30,823.20,110.90}},
  392.     {"Rockshore West",              {2377.30,596.30,-89.00,2537.30,788.80,110.90}},
  393.     {"Rodeo",                       {72.60,-1684.60,-89.00,225.10,-1544.10,110.90}},
  394.     {"Rodeo",                       {72.60,-1544.10,-89.00,225.10,-1404.90,110.90}},
  395.     {"Rodeo",                       {225.10,-1684.60,-89.00,312.80,-1501.90,110.90}},
  396.     {"Rodeo",                       {225.10,-1501.90,-89.00,334.50,-1369.60,110.90}},
  397.     {"Rodeo",                       {334.50,-1501.90,-89.00,422.60,-1406.00,110.90}},
  398.     {"Rodeo",                       {312.80,-1684.60,-89.00,422.60,-1501.90,110.90}},
  399.     {"Rodeo",                       {422.60,-1684.60,-89.00,558.00,-1570.20,110.90}},
  400.     {"Rodeo",                       {558.00,-1684.60,-89.00,647.50,-1384.90,110.90}},
  401.     {"Rodeo",                       {466.20,-1570.20,-89.00,558.00,-1385.00,110.90}},
  402.     {"Rodeo",                       {422.60,-1570.20,-89.00,466.20,-1406.00,110.90}},
  403.     {"Rodeo",                       {466.20,-1385.00,-89.00,647.50,-1235.00,110.90}},
  404.     {"Rodeo",                       {334.50,-1406.00,-89.00,466.20,-1292.00,110.90}},
  405.     {"Royal Casino",                {2087.30,1383.20,-89.00,2437.30,1543.20,110.90}},
  406.     {"San Andreas Sound",           {2450.30,385.50,-100.00,2759.20,562.30,200.00}},
  407.     {"Santa Flora",                 {-2741.00,458.40,-7.60,-2533.00,793.40,200.00}},
  408.     {"Santa Maria Beach",           {342.60,-2173.20,-89.00,647.70,-1684.60,110.90}},
  409.     {"Santa Maria Beach",           {72.60,-2173.20,-89.00,342.60,-1684.60,110.90}},
  410.     {"Shady Cabin",                 {-1632.80,-2263.40,-3.00,-1601.30,-2231.70,200.00}},
  411.     {"Shady Creeks",                {-1820.60,-2643.60,-8.00,-1226.70,-1771.60,200.00}},
  412.     {"Shady Creeks",                {-2030.10,-2174.80,-6.10,-1820.60,-1771.60,200.00}},
  413.     {"Sobell Rail Yards",           {2749.90,1548.90,-89.00,2923.30,1937.20,110.90}},
  414.     {"Spinybed",                    {2121.40,2663.10,-89.00,2498.20,2861.50,110.90}},
  415.     {"Starfish Casino",             {2437.30,1783.20,-89.00,2685.10,2012.10,110.90}},
  416.     {"Starfish Casino",             {2437.30,1858.10,-39.00,2495.00,1970.80,60.90}},
  417.     {"Starfish Casino",             {2162.30,1883.20,-89.00,2437.30,2012.10,110.90}},
  418.     {"Temple",                      {1252.30,-1130.80,-89.00,1378.30,-1026.30,110.90}},
  419.     {"Temple",                      {1252.30,-1026.30,-89.00,1391.00,-926.90,110.90}},
  420.     {"Temple",                      {1252.30,-926.90,-89.00,1357.00,-910.10,110.90}},
  421.     {"Temple",                      {952.60,-1130.80,-89.00,1096.40,-937.10,110.90}},
  422.     {"Temple",                      {1096.40,-1130.80,-89.00,1252.30,-1026.30,110.90}},
  423.     {"Temple",                      {1096.40,-1026.30,-89.00,1252.30,-910.10,110.90}},
  424.     {"The Camel's Toe",             {2087.30,1203.20,-89.00,2640.40,1383.20,110.90}},
  425.     {"The Clown's Pocket",          {2162.30,1783.20,-89.00,2437.30,1883.20,110.90}},
  426.     {"The Emerald Isle",            {2011.90,2202.70,-89.00,2237.40,2508.20,110.90}},
  427.     {"The Farm",                    {-1209.60,-1317.10,114.90,-908.10,-787.30,251.90}},
  428.     {"Four Dragons Casino",         {1817.30,863.20,-89.00,2027.30,1083.20,110.90}},
  429.     {"The High Roller",             {1817.30,1283.20,-89.00,2027.30,1469.20,110.90}},
  430.     {"The Mako Span",               {1664.60,401.70,0.00,1785.10,567.20,200.00}},
  431.     {"The Panopticon",              {-947.90,-304.30,-1.10,-319.60,327.00,200.00}},
  432.     {"The Pink Swan",               {1817.30,1083.20,-89.00,2027.30,1283.20,110.90}},
  433.     {"The Sherman Dam",             {-968.70,1929.40,-3.00,-481.10,2155.20,200.00}},
  434.     {"The Strip",                   {2027.40,863.20,-89.00,2087.30,1703.20,110.90}},
  435.     {"The Strip",                   {2106.70,1863.20,-89.00,2162.30,2202.70,110.90}},
  436.     {"The Strip",                   {2027.40,1783.20,-89.00,2162.30,1863.20,110.90}},
  437.     {"The Strip",                   {2027.40,1703.20,-89.00,2137.40,1783.20,110.90}},
  438.     {"The Visage",                  {1817.30,1863.20,-89.00,2106.70,2011.80,110.90}},
  439.     {"The Visage",                  {1817.30,1703.20,-89.00,2027.40,1863.20,110.90}},
  440.     {"Unity Station",               {1692.60,-1971.80,-20.40,1812.60,-1932.80,79.50}},
  441.     {"Valle Ocultado",              {-936.60,2611.40,2.00,-715.90,2847.90,200.00}},
  442.     {"Verdant Bluffs",              {930.20,-2488.40,-89.00,1249.60,-2006.70,110.90}},
  443.     {"Verdant Bluffs",              {1073.20,-2006.70,-89.00,1249.60,-1842.20,110.90}},
  444.     {"Verdant Bluffs",              {1249.60,-2179.20,-89.00,1692.60,-1842.20,110.90}},
  445.     {"Verdant Meadows",             {37.00,2337.10,-3.00,435.90,2677.90,200.00}},
  446.     {"Verona Beach",                {647.70,-2173.20,-89.00,930.20,-1804.20,110.90}},
  447.     {"Verona Beach",                {930.20,-2006.70,-89.00,1073.20,-1804.20,110.90}},
  448.     {"Verona Beach",                {851.40,-1804.20,-89.00,1046.10,-1577.50,110.90}},
  449.     {"Verona Beach",                {1161.50,-1722.20,-89.00,1323.90,-1577.50,110.90}},
  450.     {"Verona Beach",                {1046.10,-1722.20,-89.00,1161.50,-1577.50,110.90}},
  451.     {"Vinewood",                    {787.40,-1310.20,-89.00,952.60,-1130.80,110.90}},
  452.     {"Vinewood",                    {787.40,-1130.80,-89.00,952.60,-954.60,110.90}},
  453.     {"Vinewood",                    {647.50,-1227.20,-89.00,787.40,-1118.20,110.90}},
  454.     {"Vinewood",                    {647.70,-1416.20,-89.00,787.40,-1227.20,110.90}},
  455.     {"Whitewood Estates",           {883.30,1726.20,-89.00,1098.30,2507.20,110.90}},
  456.     {"Whitewood Estates",           {1098.30,1726.20,-89.00,1197.30,2243.20,110.90}},
  457.     {"Willowfield",                 {1970.60,-2179.20,-89.00,2089.00,-1852.80,110.90}},
  458.     {"Willowfield",                 {2089.00,-2235.80,-89.00,2201.80,-1989.90,110.90}},
  459.     {"Willowfield",                 {2089.00,-1989.90,-89.00,2324.00,-1852.80,110.90}},
  460.     {"Willowfield",                 {2201.80,-2095.00,-89.00,2324.00,-1989.90,110.90}},
  461.     {"Willowfield",                 {2541.70,-1941.40,-89.00,2703.50,-1852.80,110.90}},
  462.     {"Willowfield",                 {2324.00,-2059.20,-89.00,2541.70,-1852.80,110.90}},
  463.     {"Willowfield",                 {2541.70,-2059.20,-89.00,2703.50,-1941.40,110.90}},
  464.     {"Yellow Bell Station",         {1377.40,2600.40,-21.90,1492.40,2687.30,78.00}},
  465.     // Citys Zones
  466.     {"Los Santos",                  {44.60,-2892.90,-242.90,2997.00,-768.00,900.00}},
  467.     {"Las Venturas",                {869.40,596.30,-242.90,2997.00,2993.80,900.00}},
  468.     {"Bone County",                 {-480.50,596.30,-242.90,869.40,2993.80,900.00}},
  469.     {"Tierra Robada",               {-2997.40,1659.60,-242.90,-480.50,2993.80,900.00}},
  470.     {"Tierra Robada",               {-1213.90,596.30,-242.90,-480.50,1659.60,900.00}},
  471.     {"San Fierro",                  {-2997.40,-1115.50,-242.90,-1213.90,1659.60,900.00}},
  472.     {"Red County",                  {-1213.90,-768.00,-242.90,2997.00,596.30,900.00}},
  473.     {"Flint County",                {-1213.90,-2892.90,-242.90,44.60,-768.00,900.00}},
  474.     {"Whetstone",                   {-2997.40,-2892.90,-242.90,-1213.90,-1115.50,900.00}}
  475. };
  476.  
  477. enum ReadPositions{Float:ReadX,Float:ReadY,Float:ReadZ
  478. }
  479. new LuX_ReadPlayerPosition[PLAYERS][ReadPositions];
  480. new Float:VehPosX[MAX_VEHICLES], Float:VehPosY[MAX_VEHICLES], Float:VehPosZ[MAX_VEHICLES];
  481.  
  482. forward LAutoUnlock(vehicleid);
  483.  
  484. new LVehiclesName[][] =
  485. {
  486.    "Landstalker",
  487.    "Bravura",
  488.    "Buffalo",
  489.    "Linerunner",
  490.    "Pereniel",
  491.    "Sentinel",
  492.    "Dumper",
  493.    "Firetruck",
  494.    "Trashmaster",
  495.    "Stretch",
  496.    "Manana",
  497.    "Infernus",
  498.    "Voodoo",
  499.    "Pony",
  500.    "Mule",
  501.    "Cheetah",
  502.    "Ambulance",
  503.    "Leviathan",
  504.    "Moonbeam",
  505.    "Esperanto",
  506.    "Taxi",
  507.    "Washington",
  508.    "Bobcat",
  509.    "Mr Whoopee",
  510.    "BF Injection",
  511.    "Hunter",
  512.    "Premier",
  513.    "Enforcer",
  514.    "Securicar",
  515.    "Banshee",
  516.    "Predator",
  517.    "Bus",
  518.    "Rhino",
  519.    "Barracks",
  520.    "Hotknife",
  521.    "Trailer",
  522.    "Previon",
  523.    "Coach",
  524.    "Cabbie",
  525.    "Stallion",
  526.    "Rumpo",
  527.    "RC Bandit",
  528.    "Romero",
  529.    "Packer",
  530.    "Monster Truck",
  531.    "Admiral",
  532.    "Squalo",
  533.    "Seasparrow",
  534.    "Pizzaboy",
  535.    "Tram",
  536.    "Trailer",
  537.    "Turismo",
  538.    "Speeder",
  539.    "Reefer",
  540.    "Tropic",
  541.    "Flatbed",
  542.    "Yankee",
  543.    "Caddy",
  544.    "Solair",
  545.    "Berkley's RC Van",
  546.    "Skimmer",
  547.    "PCJ-600",
  548.    "Faggio",
  549.    "Freeway",
  550.    "RC Baron",
  551.    "RC Raider",
  552.    "Glendale",
  553.    "Oceanic",
  554.    "Sanchez",
  555.    "Sparrow",
  556.    "Patriot",
  557.    "Quad",
  558.    "Coastguard",
  559.    "Dinghy",
  560.    "Hermes",
  561.    "Sabre",
  562.    "Rustler",
  563.    "ZR-350",
  564.    "Walton",
  565.    "Regina",
  566.    "Comet",
  567.    "BMX",
  568.    "Burrito",
  569.    "Camper",
  570.    "Marquis",
  571.    "Baggage",
  572.    "Dozer",
  573.    "Maverick",
  574.    "News Chopper",
  575.    "Rancher",
  576.    "FBI Rancher",
  577.    "Virgo",
  578.    "Greenwood",
  579.    "Jetmax",
  580.    "Hotring",
  581.    "Sandking",
  582.    "Blista Compact",
  583.    "Police Maverick",
  584.    "Boxville",
  585.    "Benson",
  586.    "Mesa",
  587.    "RC Goblin",
  588.    "Hotring Racer",
  589.    "Hotring Racer",
  590.    "Bloodring Banger",
  591.    "Rancher",
  592.    "Super GT",
  593.    "Elegant",
  594.    "Journey",
  595.    "Bike",
  596.    "Mountain Bike",
  597.    "Beagle",
  598.    "Cropdust",
  599.    "Stunt",
  600.    "Tanker",
  601.    "RoadTrain",
  602.    "Nebula",
  603.    "Majestic",
  604.    "Buccaneer",
  605.    "Shamal",
  606.    "Hydra",
  607.    "FCR-900",
  608.    "NRG-500",
  609.    "HPV1000",
  610.    "Cement Truck",
  611.    "Tow Truck",
  612.    "Fortune",
  613.    "Cadrona",
  614.    "FBI Truck",
  615.    "Willard",
  616.    "Forklift",
  617.    "Tractor",
  618.    "Combine",
  619.    "Feltzer",
  620.    "Remington",
  621.    "Slamvan",
  622.    "Blade",
  623.    "Freight",
  624.    "Streak",
  625.    "Vortex",
  626.    "Vincent",
  627.    "Bullet",
  628.    "Clover",
  629.    "Sadler",
  630.    "Firetruck",
  631.    "Hustler",
  632.    "Intruder",
  633.    "Primo",
  634.    "Cargobob",
  635.    "Tampa",
  636.    "Sunrise",
  637.    "Merit",
  638.    "Utility",
  639.    "Nevada",
  640.    "Yosemite",
  641.    "Windsor",
  642.    "Monster Truck",
  643.    "Monster Truck",
  644.    "Uranus",
  645.    "Jester",
  646.    "Sultan",
  647.    "Stratum",
  648.    "Elegy",
  649.    "Raindance",
  650.    "RC Tiger",
  651.    "Flash",
  652.    "Tahoma",
  653.    "Savanna",
  654.    "Bandito",
  655.    "Freight",
  656.    "Trailer",
  657.    "Kart",
  658.    "Mower",
  659.    "Duneride",
  660.    "Sweeper",
  661.    "Broadway",
  662.    "Tornado",
  663.    "AT-400",
  664.    "DFT-30",
  665.    "Huntley",
  666.    "Stafford",
  667.    "BF-400",
  668.    "Newsvan",
  669.    "Tug",
  670.    "Trailer",
  671.    "Emperor",
  672.    "Wayfarer",
  673.    "Euros",
  674.    "Hotdog",
  675.    "Club",
  676.    "Trailer",
  677.    "Trailer",
  678.    "Andromada",
  679.    "Dodo",
  680.    "RC Cam",
  681.    "Launch",
  682.    "Police Car (LS)",
  683.    "Police Car (SF)",
  684.    "Police Car (LV)",
  685.    "Police Ranger",
  686.    "Picador",
  687.    "S.W.A.T. Van",
  688.    "Alpha",
  689.    "Phoenix",
  690.    "Glendale",
  691.    "Sadler",
  692.    "Luggage Trailer",
  693.    "Luggage Trailer",
  694.    "Stair Trailer",
  695.    "Boxville",
  696.    "Farm Plow",
  697.    "Utility Trailer"
  698. };
  699.  
  700.  
  701. forward LuX_SpeedoMeterUp();
  702.  
  703. public OnFilterScriptInit()
  704. {
  705.     print("\n");
  706.     print("************************************");
  707.     print("*                                  *");
  708.     print("*        -----------------         *");
  709.     print("*       LuX SpeedoMeter v2.0       *");
  710.     print("*        -----------------         *");
  711.     print("*           By LuxurioN            *");
  712.     print("*                                  *");
  713.     print("************************************");
  714.     print("\n");
  715.    
  716.     SetTimer("LuX_SpeedoMeterUp", UpdateConfig, 1);
  717.    
  718.     for(new v=0; v<MAX_VEHICLES; v++){
  719.     LuX_ReadPosition(v);}
  720.     for(new i=0; i<PLAYERS; i++){
  721.        
  722.        
  723.        
  724. //---------------------------------------------------------->
  725.     #if TextBox
  726.     LBox[i] = TextDrawCreate(612.000000,338.000000,"C");
  727.     TextDrawUseBox(LBox[i],1);
  728.     TextDrawBoxColor(LBox[i],0x00000033);
  729.     TextDrawTextSize(LBox[i],454.000000,9.000000);
  730.     TextDrawAlignment(LBox[i],0);
  731.     TextDrawBackgroundColor(LBox[i],0x000000ff);
  732.     TextDrawFont(LBox[i],3);
  733.     TextDrawLetterSize(LBox[i],-0.000000,8.700001);
  734.     TextDrawColor(LBox[i],BoxColor);
  735.     TextDrawSetOutline(LBox[i],1);
  736.     TextDrawSetProportional(LBox[i],1);
  737.     TextDrawSetShadow(LBox[i],1);
  738.     #endif
  739.  
  740. //---------------------------------------------------------->
  741.  
  742.     #if TextTopLines
  743.     LLine1[i] = TextDrawCreate(609.000000,341.000000,"L");
  744.     TextDrawUseBox(LLine1[i],1);
  745.     TextDrawBoxColor(LLine1[i],0xffffff33);
  746.     TextDrawTextSize(LLine1[i],457.000000,-1.000000);
  747.     TextDrawAlignment(LLine1[i],0);
  748.     TextDrawBackgroundColor(LLine1[i],0x000000ff);
  749.     TextDrawFont(LLine1[i],3);
  750.     TextDrawLetterSize(LLine1[i],-0.000000,-0.400000);
  751.     TextDrawColor(LLine1[i],TopLinesColor);
  752.     TextDrawSetOutline(LLine1[i],1);
  753.     TextDrawSetProportional(LLine1[i],1);
  754.     TextDrawSetShadow(LLine1[i],1);
  755. //---------------------------------------------------------->
  756.     LLine2[i] = TextDrawCreate(609.000000,416.000000,"L");
  757.     TextDrawUseBox(LLine2[i],1);
  758.     TextDrawBoxColor(LLine2[i],0xffffff33);
  759.     TextDrawTextSize(LLine2[i],457.000000,-9.000000);
  760.     TextDrawBackgroundColor(LLine2[i],0x000000ff);
  761.     TextDrawFont(LLine2[i],3);
  762.     TextDrawLetterSize(LLine2[i],-0.000000,-0.400000);
  763.     TextDrawColor(LLine2[i],TopLinesColor);
  764.     TextDrawSetOutline(LLine2[i],1);
  765.     TextDrawSetProportional(LLine2[i],1);
  766.     TextDrawSetShadow(LLine2[i],1);
  767.     #endif
  768. //---------------------------------------------------------->
  769.     #if LogoName
  770.     LCredits[i] = TextDrawCreate(487.000000,320.000000,SpeedoLogoText);
  771.     TextDrawAlignment(LCredits[i],0);
  772.     TextDrawBackgroundColor(LCredits[i],0x000000ff);
  773.     TextDrawFont(LCredits[i],0);
  774.     TextDrawLetterSize(LCredits[i],0.399999,1.400000);
  775.     TextDrawColor(LCredits[i],LogoColor);
  776.     TextDrawSetOutline(LCredits[i],1);
  777.     TextDrawSetProportional(LCredits[i],1);
  778.     TextDrawSetShadow(LCredits[i],1);
  779.     #endif
  780. //---------------------------------------------------------->
  781.  
  782.     #if TextSideLines
  783.     LLine3[i] = TextDrawCreate(466.000000,343.000000,"T");
  784.     TextDrawUseBox(LLine3[i],1);
  785.     TextDrawBoxColor(LLine3[i],0xffffff33);
  786.     TextDrawTextSize(LLine3[i],457.000000,0.000000);
  787.     TextDrawAlignment(LLine3[i],0);
  788.     TextDrawBackgroundColor(LLine3[i],0x000000ff);
  789.     TextDrawFont(LLine3[i],3);
  790.     TextDrawLetterSize(LLine3[i],-0.000000,7.499998);
  791.     TextDrawColor(LLine3[i],SideLinesColor);
  792.     TextDrawSetOutline(LLine3[i],1);
  793.     TextDrawSetProportional(LLine3[i],1);
  794.     TextDrawSetShadow(LLine3[i],1);
  795.    
  796.     //---------------------------------------------------------->
  797.     LLine4[i] = TextDrawCreate(607.000000,343.000000,"T");
  798.     TextDrawUseBox(LLine4[i],1);
  799.     TextDrawBoxColor(LLine4[i],0xffffff33);
  800.     TextDrawTextSize(LLine4[i],603.000000,-6.000000);
  801.     TextDrawAlignment(LLine4[i],0);
  802.     TextDrawBackgroundColor(LLine4[i],0x000000ff);
  803.     TextDrawFont(LLine4[i],3);
  804.     TextDrawLetterSize(LLine4[i],-0.000000,7.499999);
  805.     TextDrawColor(LLine4[i],SideLinesColor);
  806.     TextDrawSetOutline(LLine4[i],1);
  807.     TextDrawSetProportional(LLine4[i],1);
  808.     TextDrawSetShadow(LLine4[i],1);
  809.     #endif
  810.    
  811. //---------------------------------------------------------->
  812.     format(lstring, sizeof(lstring), "Inicializing...");
  813.     LFunc[i] = TextDrawCreate(466.000000,343.000000,lstring);
  814.     TextDrawAlignment(LFunc[i],0);
  815.     TextDrawBackgroundColor(LFunc[i],0x000000ff);
  816.     TextDrawFont(LFunc[i],1);
  817.     TextDrawLetterSize(LFunc[i],0.299999,1.200000);
  818.     TextDrawColor(LFunc[i],0xffffffff);
  819.     TextDrawSetOutline(LFunc[i],1);
  820.     TextDrawSetProportional(LFunc[i],1);
  821.     TextDrawSetShadow(LFunc[i],1);
  822.    
  823. //---------------------------------------------------------->
  824.     format(lstr, sizeof(lstr), "Inicializing...");
  825.     Lmph[i] = TextDrawCreate(466.000000,400.000000,lstr);
  826.     TextDrawAlignment(Lmph[i],0);
  827.     TextDrawBackgroundColor(Lmph[i],0x000000ff);
  828.     TextDrawFont(Lmph[i],1);
  829.     TextDrawLetterSize(Lmph[i],0.299999,1.000000);
  830.     TextDrawColor(Lmph[i],0xffffffff);
  831.     TextDrawSetOutline(Lmph[i],1);
  832.     TextDrawSetProportional(Lmph[i],1);
  833.     TextDrawSetShadow(Lmph[i],1);
  834.  }
  835.     return 1;
  836. }
  837.  
  838. public OnFilterScriptExit()
  839. {
  840.  
  841.     print("\n");
  842.     print("************************************");
  843.     print("*                                  *");
  844.     print("*        -----------------         *");
  845.     print("*       LuX SpeedoMeter v2.0       *");
  846.     print("*        -----------------         *");
  847.     print("*           By LuxurioN            *");
  848.     print("*                                  *");
  849.     print("************************************");
  850.     print("\n");
  851.  
  852.     for(new i=0; i<PLAYERS; i++)
  853.     {
  854.     TextDrawHideForPlayer(i, LBox[i]);
  855.     TextDrawHideForPlayer(i, LLine1[i]);
  856.     TextDrawHideForPlayer(i, LLine2[i]);
  857.     TextDrawHideForPlayer(i, LLine3[i]);
  858.     TextDrawHideForPlayer(i, LLine4[i]);
  859.     TextDrawHideForPlayer(i, LCredits[i]);
  860.     TextDrawHideForPlayer(i, Lmph[i]);
  861.     TextDrawHideForPlayer(i, LFunc[i]);
  862.     }
  863. }
  864.  
  865. public LuX_SpeedoMeterUp()
  866. {
  867.     new Float:LPosX;
  868.     new Float:LPosY;
  869.     new Float:LPosZ;
  870.     new Float:PlayerSpeedDistance;
  871.     new value;
  872.     new Float:L_VehHealth;
  873.     new LVehicleStatus[15];
  874.    
  875.     for(new i=0; i<PLAYERS; i++)
  876.     {
  877.     if(VehicleStatus[GetPlayerVehicleID(i)] == 1)
  878.     {
  879.     LVehicleStatus = "~r~Locked";
  880.     }
  881.     else
  882.     {
  883.     LVehicleStatus = "~g~Unlocked";
  884.     }
  885.     if(IsPlayerConnected(i) && IsPlayerInAnyVehicle(i))
  886.     {
  887.     GetPlayerPos(i, LPosX, LPosY, LPosZ);
  888.     GetPlayerVehicleID(i);
  889.     GetVehicleHealth(GetPlayerVehicleID(i), L_VehHealth);
  890.     PlayerSpeedDistance = floatsqroot(floatpower(floatabs(floatsub(LPosX,LuX_ReadPlayerPosition[i][ReadX])),2)+floatpower(floatabs(floatsub(LPosY,LuX_ReadPlayerPosition[i][ReadY])),2)+floatpower(floatabs(floatsub(LPosZ,LuX_ReadPlayerPosition[i][ReadZ])),2));
  891.     value = floatround(PlayerSpeedDistance * 5000);
  892.     new LuxZone[MAX_ZONE_NAME];
  893.     GetPlayer2DZone(i, LuxZone, MAX_ZONE_NAME);
  894.     if(LuX_SpeedoMeter[i] == 0){
  895.     TextDrawShowForPlayer(i, LBox[i]);
  896.     TextDrawShowForPlayer(i, LLine1[i]);
  897.     TextDrawShowForPlayer(i, LLine2[i]);
  898.     TextDrawShowForPlayer(i, LLine3[i]);
  899.     TextDrawShowForPlayer(i, LLine4[i]);
  900.     TextDrawShowForPlayer(i, LCredits[i]);
  901.     TextDrawShowForPlayer(i, Lmph[i]);
  902.     TextDrawShowForPlayer(i, LFunc[i]);
  903.     LuX_SpeedoMeter[i] = 1; }
  904.     new LMPH = floatround(value/1600);
  905.     new LKPH = floatround(value/1000);
  906.    
  907.     format(lstring,sizeof(lstring),"~b~Vehicle: ~w~%s~n~~b~Health: ~w~%.2f~n~~b~Altitude: ~w~%.1f~n~~b~Gps: ~w~%s~n~~b~Status: %s",LVehiclesName[GetVehicleModel(GetPlayerVehicleID(i))-400],L_VehHealth,LPosZ,LuxZone,LVehicleStatus);
  908.     TextDrawSetString(LFunc[i], lstring);
  909.    
  910.     format(lstr,sizeof(lstr),"%sMPH: ~w~%d  %sKM/H: ~w~%d",MPH_KPH_Color,LMPH,MPH_KPH_Color,LKPH);
  911.     TextDrawSetString(Lmph[i], lstr);
  912.    
  913.     if(L_VehHealth <= 500){
  914.     format(lstring,sizeof(lstring),"%sVehicle: ~w~%s~n~%sHealth: ~w~~r~%.2f~n~%sAltitude: ~w~%.1f~n~%sGps: ~w~%s",CategoriesColor,LVehiclesName[GetVehicleModel(GetPlayerVehicleID(i))-400],CategoriesColor,L_VehHealth,CategoriesColor,LPosZ,CategoriesColor,LuxZone);
  915.     TextDrawSetString(LFunc[i], lstring);
  916.     }
  917.     if(LKPH >= VehicleMaxSpeed)
  918.     {
  919.     TogglePlayerControllable(i,0);
  920.     LUnFreeze = SetTimer("LuX_UnFreezeCar", 250, 1);
  921.     format(lstr,sizeof(lstr),"~g~MPH: ~w~%d  ~g~KM/H: ~r~%d",LMPH,LKPH);
  922.     TextDrawSetString(Lmph[i], lstr);
  923.     }
  924.     }
  925.     LuX_ReadPlayerPosition[i][ReadX] = LPosX, LuX_ReadPlayerPosition[i][ReadY] = LPosY, LuX_ReadPlayerPosition[i][ReadZ] = LPosZ;}
  926.     for(new i=0; i<PLAYERS; i++){
  927.     if(!IsPlayerInAnyVehicle(i)){
  928.     TextDrawHideForPlayer(i, LBox[i]);
  929.     TextDrawHideForPlayer(i, LLine1[i]);
  930.     TextDrawHideForPlayer(i, LLine2[i]);
  931.     TextDrawHideForPlayer(i, LLine3[i]);
  932.     TextDrawHideForPlayer(i, LLine4[i]);
  933.     TextDrawHideForPlayer(i, LCredits[i]);
  934.     TextDrawHideForPlayer(i, Lmph[i]);
  935.     TextDrawHideForPlayer(i, LFunc[i]);
  936.     LuX_SpeedoMeter[i] = 0;
  937.     }
  938.     }
  939.     return 1;
  940. }
  941. forward LuX_UnFreezeCar(playerid);
  942. public LuX_UnFreezeCar(playerid)
  943. {
  944. for(new i=0; i<PLAYERS; i++)
  945. {
  946. TogglePlayerControllable(playerid,1);
  947. KillTimer(LUnFreeze);
  948. }
  949. return 1;
  950. }
  951.  
  952. public OnVehicleSpawn(vehicleid)
  953. {
  954.     LuX_ReadPosition(vehicleid);
  955.     return 1;
  956. }
  957.  
  958. public OnPlayerCommandText(playerid,cmdtext[])
  959. {
  960.     new cmd[128];
  961.     new idx;
  962.    
  963.     cmd = strtok(cmdtext, idx);
  964.    
  965.     if(strcmp(cmd, "/lock", true) == 0)
  966.     {
  967.     new Float:X;
  968.     new Float:Y;
  969.     new Float:Z;
  970.    
  971.     if(IsPlayerConnected(playerid) && VehicleStatus[GetPlayerVehicleID(playerid)] == 0){
  972.     new VehicleState = GetPlayerState(playerid);
  973.    
  974.     if(VehicleState == PLAYER_STATE_DRIVER){
  975.     for(new v = 0; v <L_VEHICLE; v++)
  976.     {
  977.     if (v != playerid)
  978.     {
  979.     SetVehicleParamsForPlayer(GetPlayerVehicleID(playerid),v, 0, 1);
  980.     }
  981.     }
  982.     SendClientMessage(playerid,AQUAGREEN, "***(LuxSpeedo): Vehicle Locked!");
  983.     GetPlayerPos(playerid,X,Y,Z);
  984.     PlayerPlaySound(playerid,1057,X,Y,Z);
  985.     VehicleStatus[GetPlayerVehicleID(playerid)] = 1;
  986.     SetTimerEx("LAutoUnlock",VehLockTime*60000,false,"i",GetPlayerVehicleID(playerid));
  987.     }
  988.     return 1;
  989.     }
  990.     }
  991.  
  992.     if(strcmp(cmd, "/unlock", true) == 0)
  993.     {
  994.     new Float:X;
  995.     new Float:Y;
  996.     new Float:Z;
  997.    
  998.     if(IsPlayerConnected(playerid) && VehicleStatus[GetPlayerVehicleID(playerid)] == 1)
  999.     {
  1000.     new VehicleState = GetPlayerState(playerid);
  1001.     if(VehicleState == PLAYER_STATE_DRIVER)
  1002.     {
  1003.     for(new v = 0; v <L_VEHICLE; v++)
  1004.     {
  1005.     SetVehicleParamsForPlayer(GetPlayerVehicleID(playerid),v, 0, 0);
  1006.     }
  1007.     SendClientMessage(playerid,AQUAGREEN, "***(LuxSpeedo): Vehicle Unlocked!");
  1008.     GetPlayerPos(playerid,X,Y,Z);
  1009.     PlayerPlaySound(playerid,1057,X,Y,Z); VehicleStatus[GetPlayerVehicleID(playerid)] = 0;
  1010.     }
  1011.     return 1;
  1012.     }
  1013.     }
  1014.     return 0;
  1015. }
  1016.    
  1017. public LAutoUnlock(vehicleid)
  1018. {
  1019.     for(new v = 0; v <L_VEHICLE; v++)
  1020.     {
  1021.     SetVehicleParamsForPlayer(vehicleid,v, 0, 0);
  1022.     }
  1023.     VehicleStatus[vehicleid] = 0;
  1024. }
  1025.  
  1026. public OnPlayerConnect(playerid)
  1027. {
  1028.     SendClientMessage(playerid,0x009D00AA,"*** This server uses the Lux Speedometer v2.0");
  1029.     return 1;
  1030. }
  1031.  
  1032. strtok(const string[], &index)
  1033. {
  1034.     new length = strlen(string);
  1035.     while ((index < length) && (string[index] <= ' ')) { index++; }
  1036.     new offset = index; new result[20];
  1037.     while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
  1038.     { result[index - offset] = string[index]; index++; }
  1039.     result[index - offset] = EOS; return result;
  1040. }
  1041.  
  1042. stock LuX_DistanceToPoint(vehicleid)
  1043. {
  1044.     new Float:LPlayerX, Float:LPlayerY, Float:LPlayerZ, Float:LReadPos;
  1045.     GetVehiclePos(vehicleid, LPlayerX, LPlayerY, LPlayerZ);
  1046.     LReadPos = floatsqroot(floatpower(floatabs(floatsub(LPlayerX, VehPosX[vehicleid])), 2)+floatpower(floatabs(floatsub(LPlayerY, VehPosY[vehicleid])), 2)+floatpower(floatabs(floatsub(LPlayerZ, VehPosZ[vehicleid])), 2));
  1047.     return floatround(LReadPos);
  1048. }
  1049.  
  1050. stock LuX_ReadPosition(vehicleid)
  1051. {
  1052.     new Float:LReadX, Float:LReadY, Float:LReadZ;
  1053.     GetVehiclePos(vehicleid, LReadX, LReadY, LReadZ);
  1054.     VehPosX[vehicleid]=LReadX; VehPosY[vehicleid]=LReadY; VehPosZ[vehicleid]=LReadZ;
  1055. }
  1056.  
  1057. stock PlayerZone(playerid, zone[])
  1058. {
  1059.     new ReadTmpZone[MAX_ZONE_NAME];
  1060.     GetPlayer3DZone(playerid, ReadTmpZone, sizeof(ReadTmpZone)); for(new i = 0; i != sizeof(SanAndreasZones); i++){
  1061.     if(strfind(ReadTmpZone, zone, true) != -1)
  1062.     return 1;
  1063.     }
  1064.     return 0;
  1065. }
  1066.  
  1067.  
  1068. stock GetPlayer2DZone(playerid, zone[], len)
  1069. {
  1070.     new Float:x, Float:y, Float:z;
  1071.     GetPlayerPos(playerid, x, y, z);
  1072.     for(new i = 0; i != sizeof(SanAndreasZones); i++ ){
  1073.     if(x >= SanAndreasZones[i][Zone_Area][0] && x <= SanAndreasZones[i][Zone_Area][3] && y >= SanAndreasZones[i][Zone_Area][1] && y <= SanAndreasZones[i][Zone_Area][4]){
  1074.     return format(zone, len, SanAndreasZones[i][Zone_Name], 0);}
  1075.     }
  1076.     return 0;
  1077. }
  1078. stock GetPlayer3DZone(playerid, zone[], len)
  1079. {
  1080.     new Float:x, Float:y, Float:z;
  1081.     GetPlayerPos(playerid, x, y, z);
  1082.     for(new i = 0; i != sizeof(SanAndreasZones); i++ ){
  1083.     if(x >= SanAndreasZones[i][Zone_Area][0] && x <= SanAndreasZones[i][Zone_Area][3] && y >= SanAndreasZones[i][Zone_Area][1] && y <= SanAndreasZones[i][Zone_Area][4] && z >= SanAndreasZones[i][Zone_Area][2] && z <= SanAndreasZones[i][Zone_Area][5]){return format(zone, len, SanAndreasZones[i][Zone_Name], 0);
  1084.     }
  1085.     }
  1086.     return 0;
  1087. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement