SA-MP Forums Archive
Donation System - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Donation System (/showthread.php?tid=597542)



Donation System - Gazzy - 01.01.2016

Hello. I'm looking for a donation system like the one below.
https://www.youtube.com/watch?v=YeupEs4VK0E
The only difference, though, is that I want the codes to be added when someone donates and given to them to use in-game. Any ideas?
Thanks!


Re: Donation System - EmilLykke - 01.01.2016

I guess you can make a system so you pay via PayPal for a donation code, then you go in-game, enter the code.

Afterwards you can give him options... Like TS channels, whatever you feel like. And give him the options you want.

Keep in mind, PayPal does the first part for you basically.


Re: Donation System - Gazzy - 01.01.2016

I mean as in automatic donations, like it adds a code to a database and then on the server people can try and use a code. The sa-mp server can then query the database to see if the code is correct and if it is it can give the player the shit they donated for.


Re: Donation System - Joron - 01.01.2016

Quote:
Originally Posted by Gazzy
Посмотреть сообщение
Hello. I'm looking for a donation system like the one below.
https://www.youtube.com/watch?v=YeupEs4VK0E
The only difference, though, is that I want the codes to be added when someone donates and given to them to use in-game. Any ideas?
Thanks!
Rep+ for my help.... first create a vip system learn to make a dialog then u have to have paypal account via donations ....


Re: Donation System - Naruto_Emilio - 01.01.2016

I have the same for my server, if you want something similar to it, contact me ( not free)


Re: Donation System - Abagail - 01.01.2016

The usage of MySQL or SQLite would be most approriate for what you are trying to do. Also, note that it is key for admins to have accessibility to this system(at least your Senior Staff).


Re: Donation System - Gazzy - 01.01.2016

Quote:
Originally Posted by Joron
Посмотреть сообщение
Rep+ for my help.... first create a vip system learn to make a dialog then u have to have paypal account via donations ....
Well first of all you asked for rep, so instantly I'm not giving you rep, and second of all you weren't even that helpful.

Thanks for the help to everyone else though, gonna try and make the system myself


Re: Donation System - Joron - 02.01.2016

Quote:
Originally Posted by Gazzy
Посмотреть сообщение
Well first of all you asked for rep, so instantly I'm not giving you rep, and second of all you weren't even that helpful.

Thanks for the help to everyone else though, gonna try and make the system myself
yeah ik am greedy fr tht.that doesnt defines u...is abt the.knowledge uk abt scripting
...Sorry


Re: Donation System - OsteeN - 02.01.2016

Do as EmilLykke said. Use PayPals API and have a callback that generates a code on donation.

Then as you said just query the database.