[Help] Account is already in use.
Hi, I have recently gotten this new kind of error "Account is already in use", before i went to a dedicated server i didn't have this problem, people now need to use the character debug on the KO Panel to get ingame once they logged out. Could anyone please give me their working Account_Logout procedure? Thanks in advance,
eQualleD
Re: [Help] Account is already in use.
aCcountt Loqout Fix :)
Code:
--Code By NecromanceR
CREATE PROCEDURE ACCOUNT_LOGOUT
@AccountID varchar(21),
@nRet smallint OUTPUT
AS
BEGIN TRAN
DELETE FROM CURRENTUSER WHERE strAccountID = @AccountID
COMMIT TRAN
SET @nRet = 1
GO
Re: [Help] Account is already in use.
Wtf equalled, are you noob? :P
I thought you would know about the procedure.. lol
Re: [Help] Account is already in use.
Lol i never had the problem and i got that account_logout procedure :/ so... help meh some more :D