Posts: 165
Threads: 18
Joined: Jul 2013
Reputation:
0
Does anybody know of any way to integrate a shop with a server so that after a player purchases an item on the shop it immediately gets given to them in-game? I know of other games that have this feature and always thought it would be a brilliant addition to all SA-MP servers.
Posts: 854
Threads: 5
Joined: Jan 2012
Reputation:
0
The shop is on some webpage, is that what you mean? Yeah, you can do this with a host and some knowledge of MySQL & PHP.
Posts: 937
Threads: 106
Joined: Jan 2010
Reputation:
0
You will still have to have a little knowledge yourself in-order to integrate it into your server.
The Database names from one you download most likely won't be using the same names that you use within your script such as variable names. Which in return will cause major issues down the road when people are purchasing something and never obtaining it. It may not work at as-well or even crash.