Advertisement
Guest User

Add to Trader Mod

a guest
Mar 7th, 2019
1,232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. In the file "TraderConfig " located in "ServerProfileFolder"/Trader
  2. Make sure you have the following name and code class buggy_car_sobakenl, V, "Sales value" "Purchase value"
  3. Example:
  4.  
  5. <Trader> Vehicles Trader
  6. <Category> Vehicles
  7. OffroadHatchback, V, 60000, 32000
  8. buggy_car_sobakenl, V, 70000, 35000
  9.  
  10. In the file "TraderVehicleParts" located in "ServerProfileFolder "/Trader
  11. Make sure you have the following name and code class.
  12. Example:
  13.  
  14. <VehicleParts> OffroadHatchback // Vehicle Classname
  15. SparkPlug // Classname of Item to attach when Vehicle gets bought
  16. CarBattery
  17. CarRadiator
  18. HatchbackDoors_CoDriver
  19. HatchbackDoors_Driver
  20. HatchbackHood
  21. HatchbackTrunk
  22. HatchbackWheel
  23. HatchbackWheel
  24. HatchbackWheel
  25. HatchbackWheel
  26. HeadlightH7
  27. HeadlightH7
  28.  
  29. <VehicleParts> buggy_car_sobakenl // Vehicle Classname
  30. SparkPlug // Classname of Item to attach when Vehicle gets bought
  31. CarBattery
  32. CarRadiator
  33. buggywheel
  34. buggywheel
  35. buggywheel
  36. buggywheel
  37. HeadlightH7
  38. HeadlightH7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement