Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: Razor. on Apr 11, 2017, 05:34 AM

Title: Transfer Account Help
Post by: Razor. on Apr 11, 2017, 05:34 AM
How to transfer nick without close server in DataBase?
Real Time.

Plz help
me.



Razor/Sore.
Title: Re: Transfer Account Help
Post by: vito on Apr 11, 2017, 06:00 AM
It depends on the architecture of your account system. As I know there is only one normal system in whole vc-mp who is using user ID as primary key (PAC). Everyone else it seems using player's name everywhere (looking in this forum activity). EC is using case-sensitive player's names (ViTo and Vito will be different accounts) lol
Title: Re: Transfer Account Help
Post by: . on Apr 11, 2017, 06:01 AM
Quote from: vito on Apr 11, 2017, 06:00 AMIt depends on the architecture of your account system.

design* Architecture stands for (and might be interpreted as) something else.
Title: Re: Transfer Account Help
Post by: vito on Apr 11, 2017, 06:08 AM
Quote from: happymint on Apr 11, 2017, 06:01 AM
Quote from: vito on Apr 11, 2017, 06:00 AMIt depends on the architecture of your account system.

design* Architecture stands for (and might be interpreted as) something else.
Well, "design" word in my language used in very limited meaning (as graphical), so maybe my english terms is a bit wrong, but I hope that idea is clear.
Title: Re: Transfer Account Help
Post by: . on Apr 11, 2017, 06:15 AM
Quote from: vito on Apr 11, 2017, 06:08 AMWell, "design" word in my language used in very limited meaning (as graphical), so maybe my english terms is a bit wrong, but I hope that idea is clear.

Think of it in like this "I designed this car to fly." Here you can see is not limited to just graphical. Anyway, enough of this off-topic.
Title: Re: Transfer Account Help
Post by: KAKAN on Apr 11, 2017, 06:57 AM
Transfer the nick using SQL and update the stats. What's so problematic?
Title: Re: Transfer Account Help
Post by: Cool on Apr 11, 2017, 01:15 PM
Quote from: KAKAN on Apr 11, 2017, 06:57 AMTransfer the nick using SQL and update the stats. What's so problematic?
Full new to scripting world i am sure he cant even make a single query