ID:166445
 
Hey guys, I was wondering how to make the paypal subscription stuff like MJ and some of those other games have, cause the other thing is for the byond dimes and it says "Subscription access coming soon" or whatever, So can anyone help me plz?
Just create a paypal, and add a "Donation" button on your hub, and then when people send you donations add them to the subscriber list.

Easy.
Simple.
Done.
In response to Sniper Joe
ok, but how do I make a donation button on the hub??
In response to Yamikaiba1236
You have to look around on the paypal site for the html to do it. It should be somewhere under business...Here it is:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="YOUR EMAIL HERE">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="bn" value="PP-DonationsBF">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
In response to Mecha Destroyer JD
ok ty