If you are a new ChaosCode user please follow the Account Verification.
Works with: https://umod.org/plugins/custom-vending-setup
With all cs files installed this will work with minimal configuration out of the box to spawn Copters/Boats/ModularCars/snowmobile/Bikes.
Requires: https://www.myvector.xyz/index.php?resources/talkingnpcvehicles-addon-for-talkingnpc-plugin.115/
Works with: https://umod.org/plugins/custom-vending-setup
With all cs files installed this will work with minimal configuration out of the box to spawn Copters/Boats/ModularCars/Bikes.
Once all plugins are installed you can add the default vendors for modularcars/copters/boats/bikes.
To do modularcars you will need https://umod.org/plugins/spawn-modular-car from umod.
<conversationFile> = default, modularcar, copter - conversationFile is the fileName in /oxide/data/TalkingNpc/Conversations/
<true/false> = for placement at monument for respawn/map changes.
Modular Cars Vendor:
1. Spawn the vendor
/talking_npc vehicle modularcar <"Unique_Vendor_Name"> <false/true>
2. Create vehicle spawnpoints for modularcars
A message will popup explaining how to add the spawn points.
the /oxide/data/TalkingNpc/Addons/<"Unique_Vendor_Name">.json to set the car properties.
You can edit the UI messages in /oxide/data/TalkingNpc/Conversations/<"Unique_Vendor_Name">.json
****************************************************************
Copters Vendor:
1. Spawn the vendor
/talking_npc vehicle copter <"Unique_Vendor_Name"> <false/true>
2. Create vehicle spawnpoints for modularcars
A message will popup explaining how to add the spawn points.
the /oxide/data/TalkingNpc/Addons/<"Unique_Vendor_Name">.json to set the car properties.
You can edit the UI messages in /oxide/data/TalkingNpc/Conversations/<"Unique_Vendor_Name">.json
****************************************************************
About /talking_npc vehicle chat command:
<type> - "snowmobile", "copter", "modularcar", "boat", "bike"
Some info for custom Conversation Files:
User Video's
Works with: https://umod.org/plugins/custom-vending-setup
With all cs files installed this will work with minimal configuration out of the box to spawn Copters/Boats/ModularCars/snowmobile/Bikes.
Requires: https://www.myvector.xyz/index.php?resources/talkingnpcvehicles-addon-for-talkingnpc-plugin.115/
Works with: https://umod.org/plugins/custom-vending-setup
With all cs files installed this will work with minimal configuration out of the box to spawn Copters/Boats/ModularCars/Bikes.
Once all plugins are installed you can add the default vendors for modularcars/copters/boats/bikes.
To do modularcars you will need https://umod.org/plugins/spawn-modular-car from umod.
talkingnpc.admin - Needed for the chat commands.
<conversationFile> = default, modularcar, copter - conversationFile is the fileName in /oxide/data/TalkingNpc/Conversations/
<true/false> = for placement at monument for respawn/map changes.
Modular Cars Vendor:
1. Spawn the vendor
/talking_npc vehicle modularcar <"Unique_Vendor_Name"> <false/true>
2. Create vehicle spawnpoints for modularcars
A message will popup explaining how to add the spawn points.
the /oxide/data/TalkingNpc/Addons/<"Unique_Vendor_Name">.json to set the car properties.
You can edit the UI messages in /oxide/data/TalkingNpc/Conversations/<"Unique_Vendor_Name">.json
****************************************************************
Copters Vendor:
1. Spawn the vendor
/talking_npc vehicle copter <"Unique_Vendor_Name"> <false/true>
2. Create vehicle spawnpoints for modularcars
A message will popup explaining how to add the spawn points.
the /oxide/data/TalkingNpc/Addons/<"Unique_Vendor_Name">.json to set the car properties.
You can edit the UI messages in /oxide/data/TalkingNpc/Conversations/<"Unique_Vendor_Name">.json
****************************************************************
About /talking_npc vehicle chat command:
<type> - "snowmobile", "copter", "modularcar", "boat", "bike"
Some info for custom Conversation Files:
$userID - Will insert players userID
$displayName - Will insert players display name
OpenVending <Vending Machine Configuration Files name> - Will open a vending machine
Giveitem <item id> <amount> <skinID> <item name> - Give Item
$displayName - Will insert players display name
OpenVending <Vending Machine Configuration Files name> - Will open a vending machine
Giveitem <item id> <amount> <skinID> <item name> - Give Item
Code:
"Player Commands": [
"chat.say \"/TheCommand arangements\""
],
User Video's