WilliamVenner / wire_shipment_controller

A Wiremod component which creates a DarkRP shipments interface for the wire system.

Home Page:https://steamcommunity.com/sharedfiles/filedetails/?id=2260357802

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workshop

https://steamcommunity.com/sharedfiles/filedetails/?id=2260357802

Wiremod Shipment Controller

The Wiremod Shipment Controller is a simple Wiremod component that creates an interface of crucial inputs and outputs for use with DarkRP shipments, allowing you to make extremely advanced automatic gun shops without the need for E2 or Users, both of which may be restricted or blocked completely on some servers.

Recommended Extras

Moneypot

TylerB's moneyRequest E2 Functions (v1)

TylerB's Shipment E2 Functions (v1)

Inputs

Input Type Description
Dispense Boolean 1/0 Dispenses 1 item from the shipment
Price Markup Number Adds extra money to the price output
Separate Price Markup Number Adds extra money to the separate price output
Currency String Sets the currency symbol
Out Of Stock Message String The message to output when no shipment is detected

Outputs

Output Type Description
Quantity Number Amount of items left in the shipment
Size Number Amount of items the shipment originally held
Price Number Price of shipment
Name String Name of shipment
Category String Category of shipment in F4 menu
Type String Class name of shipment item entity
Model String Model path of item
Separate Boolean 1/0 Whether the shipment is also sold separately
Separate Price Number Price of item when sold separately, if not separate the output will default to price / size
Name And Price String Combination of name and price
Name And Separate Price String Combination of name and separate price
Shipment Entity The shipment itself

Technical Information

Entity

gmod_wire_shipment_controller

STool

wire_shipment_controller

About

A Wiremod component which creates a DarkRP shipments interface for the wire system.

https://steamcommunity.com/sharedfiles/filedetails/?id=2260357802

License:MIT License


Languages

Language:Lua 100.0%