Connect to samp servers - 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: Connect to samp servers (
/showthread.php?tid=662551)
Connect to samp servers -
AhmedMohamed - 05.01.2019
Is it possible to connect 2 samp servers?
like switch money from player1 in server1 to player2 in server2, or somthing like that.
if so, tell me what to use?
Re: Connect to samp servers -
GeorgeLimit - 05.01.2019
impossible
Re: Connect to samp servers -
KayJ - 05.01.2019
Advance Gaming did some sort of this thing..
Here's my theory which I tried last year:
Make servers load player data from same database using MYSQL..
You can create separate column like; server1cash, server2cash
Make offline money transfer command...(you'll get idea)