Can't close clan

Results 1 to 4 of 4
  1. #1
    Member AijdManiacs is offline
    MemberRank
    Feb 2011 Join Date
    83Posts

    Can't close clan

    Hey,help me please..i still can't close clan
    http://www.hostpic.org/images/85Gunz004.jpg
    http://www.hostpic.org/images/95Gunz005.jpg
    idk how to fix it...
    I already tryed to fix it with a script in the DB (i tryed 2script) but it didnt wsorked..
    Please help me,thanks.


  2. #2
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Can't close clan

    Show me some pics from the DB

  3. #3
    Ā  Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Can't close clan

    Execute this script on your database:

    Code:
    USE [GunZDB]
    GO
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    ALTER PROC [dbo].[spReserveCloseClan]   
     @CLID  int 
    , @ClanName varchar(24) 
    , @MasterCID int   
    , @DeleteDate smalldatetime 
    AS   
    UPDATE Clan SET DeleteFlag=1, Name=NULL, DeleteName=@ClanName WHERE CLID=@CLID AND MasterCID=@MasterCID
    DELETE FROM ClanMember WHERE CLID=@CLID
    And use the command /clan close <clan name>. Make sure that the clan name is typed correctly.

  4. #4
    Member AijdManiacs is offline
    MemberRank
    Feb 2011 Join Date
    83Posts

    Re: Can't close clan

    Quote Originally Posted by Phoenix View Post
    Execute this script on your database:

    Code:
    USE [GunZDB]
    GO
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    ALTER PROC [dbo].[spReserveCloseClan]   
     @CLID  int 
    , @ClanName varchar(24) 
    , @MasterCID int   
    , @DeleteDate smalldatetime 
    AS   
    UPDATE Clan SET DeleteFlag=1, Name=NULL, DeleteName=@ClanName WHERE CLID=@CLID AND MasterCID=@MasterCID
    DELETE FROM ClanMember WHERE CLID=@CLID
    And use the command /clan close <clan name>. Make sure that the clan name is typed correctly.
    didnt worked :s



Advertisement