1. This forum is ARCHIVED! Visit the new Cloud Sixteen forums, codename Eden, at https://eden.cloudsixteen.com. These forums will remain archived for a few months before being closed down, so try to encourage plugin developers to begin moving their content across to the new forums.
Dismiss Notice
Hi Guest, you need a Steam account to register and post on these forums. Login with Steam at the top of the forums to get started!
Dismiss Notice
Hi Guest, do you want to buy HL2RP or another Clockwork schema? Visit the Cloud Sixteen Store to get started!

HL2RP - How to edit shipment cost?

Discussion in 'Development' started by D34th, Mar 2, 2014.

  1. Hello, I'm the co-owner of a HL2RP server. Recently, I've been looking around the sv_hooks files but I couldn't find shipment costs anywhere. More specifically, I'm looking for the shipments you get from Vv flags.

    Can someone please tell me where to find the line for Vv flag shipment costs?
     
  2. edit the items it sells, the price of the item gets 5x'd so if a mp7 would cost 200, the shipment costs 1000

    example:

    -snip-
     
  3. RJ

    RJ no pay Legend Clockwork Customer

    A shipment cost is the original price of an item multiplied by 5. So if 1 zip-tie is worth 10 tokens (or whatever the currency is) then the shipment would cost 5x10 = 50 tokens. If you would like to have a shipment with a lower amount of items per shipment, then use this line of code in the item(s):

    Code:
    ITEM.batch = #;
    # being the amount of items you want per shipment. Apply the same logic I mentioned above for the number of items per shipment.
     
  4. Thank you.
     

Previous Readers (Total: 0)