Please how do I change the old gold system to the new gold system in "VendorStone"

Old is: else if ( from.BankBox.ConsumeTotal( m_Stone.Currency, m_Stone.Price1, true ) )

new not works: else if ( Banker.Withdraw( m_Stone.Currency, m_Stone.Price1, true ) )

line 1280
 

Attachments

  • VendorStoneBank.cs
    461.8 KB · Views: 14
  • Error.png
    Error.png
    61 KB · Views: 16
Back