Page 1 of 1

Store Item Price

PostPosted: 30 Jun 2013, 20:20
by Digitalwecker
Is it possible to customize the item prices in the store?

Re: Store Item Price

PostPosted: 30 Jun 2013, 20:44
by ismellike
Go to your scripts>zombiestoreitems.cs and change

Code: Select all
        public override int GetPrice(Player p)
        {
            return x;
        }


That on the item's price, to return the cost you want.

Then save and restart server.