Advertisement
Guest User

Untitled

a guest
Dec 10th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1.  
  2. function SetVehicleMaxMods(vehicle)
  3. local props = {
  4. modEngine = 2,
  5. modBrakes = 2,
  6. modTransmission = 2,
  7. modSuspension = 3,
  8. modArmor = 3,
  9. modTurbo = true
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement