i wanna change login system. if i open char no one can dc me untill i log off that char(same id/pw). my friend can join only after i log off that id. i wanna this anyone can do this for me?
SELECT @UserUID=UserUID, @Status=Status,@UseQueue=UseQueue, @Leave=Leave FROM Users_Master WHERE UserID = @UserID
IF( @Leave = 1) BEGIN SET @Status = -7 END
-- NotExist User OR Leave User IF( @UserUID = 0 OR @Leave = 1 ) BEGIN SET @Status = -3 END