2894Wasza ocena

just a short video on how to add any custom amount to your steam wallet! java code: submitAddFunds( amount ); CAN NOT ADD UNDER $5(or 5 in your currency) OR OVER $99.99(or 99.99 in your currency) Example submitAddFunds( 0599 ); to add $5.99 to your account For Pounds (£) do: submitAddFunds( 500 ); without the 0 before the 500