Jump to content
View in the app

A better way to browse. Learn more.

WeOxide Marketplace ¬ Rust Custom Maps ¬ Prefabs ¬ Monuments and Plugins Free & Paid Assets

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Car Vendor


About Car Vendor

This plugin adds Car Vendor NPCs

 

Adding Car vendors to your server

There are two ways to do this -

  •  Add both Vendor spawnpoint and Car spawnpoint to your map. Make sure not to break the trigger prefab.

7.thumb.png.d4676216fa84412a8c0b6048379bab78.png

  • Or you can run /carvendor set_car_spawnpoint and then /carvendor spawn_npc

To run these commands you need to have carvendor.spawn permission

Spawnpoints are automatically saved to a datafile. To wipe them run /carvendor reset

 

Configuration

Example CarVendor.json

{
  "(0) Price item short name": "scrap",
  "(1) Price of chassis/components": {
    "Chassis2": 75,
    "Chassis3": 150,
    "Chassis4": 175,
    "ComponentsTier0": 0,
    "ComponentsTier1": 50,
    "ComponentsTier2": 150,
    "ComponentsTier3": 200
  },
  "(2) Car modules": {
    "2": [
      "vehicle.1mod.cockpit.with.engine",
      "vehicle.1mod.rear.seats"
    ],
    "3": [
      "vehicle.1mod.engine",
      "vehicle.1mod.cockpit.with.engine",
      "vehicle.1mod.rear.seats"
    ],
    "4": [
      "vehicle.1mod.engine",
      "vehicle.1mod.cockpit.armored",
      "vehicle.1mod.passengers.armored",
      "vehicle.1mod.engine"
    ]
  },
  "(3) NPC Name": "Car Vendor",
  "(4) Spawn permission name": "carvendor.spawn",
  "(5) Car starting fuel": 75.0,
  "(6) Max distance between NPC and spawnpoint trigger (meters)": 100.0,
  "(7) Check for other cars within radius (meters)": 15.0,
  "(8) Nudge players (true/false)": true,
  "(9) Player nudge radius (meters)": 5.0,
  "CUI Name": "carvendor_ui"
}

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.