Advertisement
Kenix157

Untitled

Sep 19th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. g_aVehicleConfig =
  2. {
  3.     [ 551 ] =
  4.     {
  5.         mark = "Audi";
  6.         model = "A4 Avant";
  7.         variants =
  8.         {
  9.             [ 1 ] =
  10.             {
  11.                 mod="1.8 TFSI 6G (120 Hp)"
  12.                 cost = 1550000;
  13.                 handling =
  14.                 {
  15.                     maxVelocity = 200;
  16.                     engineAcceleration = 4.8;
  17.                     driveType = "fwd"
  18.                 };
  19.             };
  20.         };
  21.     };
  22. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement