Advertisement
Kenix157

Untitled

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