SA-MP Forums Archive
VIP donation - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: VIP donation (/showthread.php?tid=577786)



VIP donation - MouizGhouri - 14.06.2015

I want to know that how will i link my paypal account with the server,that if someone donates for vip so the server automaticaly make him/her vip.


Re: VIP donation - BroZeus - 14.06.2015

If you just want to get donation button then follow this guide : https://developer.paypal.com/docs/cl...-donateButton/

About automated donation : This makes use of paypal api, this type of system is a bit difficult to make it makes use of this Instant Payment Notification
A guide to help you make a system like this : http://tutorialzine.com/2010/05/dona...ql-paypal-api/
If you don't have experience with php then learn php first before messing with online transactions.