Posts: 198
Threads: 41
Joined: Aug 2013
Reputation:
0
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.
Posts: 165
Threads: 18
Joined: Jul 2013
Reputation:
0
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.
Posts: 1,297
Threads: 17
Joined: Apr 2011
I have the same for my server, if you want something similar to it, contact me ( not free)
Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
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).
Posts: 91
Threads: 2
Joined: Dec 2012
Reputation:
0
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.