Ko-PvP Hoşgeldiniz..
Krallık Seçiminde Oy Verme Level Ayarlama Uyeols10

1.MODERATÖR OLMAK İÇİN BAŞVUR.
2.ADMİNLİĞE KADAR YÜKSELEBİLİRSİN..
3.İYİ BİR PAYLAŞIMCI OL..

TRKOFORUM EKİBİ..

Join the forum, it's quick and easy

Ko-PvP Hoşgeldiniz..
Krallık Seçiminde Oy Verme Level Ayarlama Uyeols10

1.MODERATÖR OLMAK İÇİN BAŞVUR.
2.ADMİNLİĞE KADAR YÜKSELEBİLİRSİN..
3.İYİ BİR PAYLAŞIMCI OL..

TRKOFORUM EKİBİ..
Ko-PvP Hoşgeldiniz..
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Krallık Seçiminde Oy Verme Level Ayarlama

Aşağa gitmek

Krallık Seçiminde Oy Verme Level Ayarlama Empty Krallık Seçiminde Oy Verme Level Ayarlama

Mesaj tarafından AdmiN C.tesi Ekim 09, 2010 7:25 pm

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[KING_ELECTION_PROC]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[KING_ELECTION_PROC]
GO

SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO

CREATE PROCEDURE [dbo].[KING_ELECTION_PROC]
@strAccountID char(21),
@strCharID char(21),
@byNation tinyint,
@strCandidacyID char(21),
@nRet smallint OUTPUT

AS

DECLARE @VoteLevel tinyint
DECLARE @Level tinyint

SET @VoteLevel = 30
SELECT @Level = Level FROM USERDATA WHERE strUserID = @strCharID
IF @Level < @VoteLevel
BEGIN
SET @nRet = -4
RETURN
END
ELSE
BEGIN

DECLARE @nRow smallint

SELECT @nRow = Count(strAccountID) FROM KING_BALLOT_BOX WHERE strAccountID = @strAccountID
IF @nRow > 0 -- Vote for one person
BEGIN
SET @nRet = -3
RETURN
END
ELSE
BEGIN
INSERT INTO KING_BALLOT_BOX (strAccountID, strCharID, byNation, strCandidacyID )
VALUES ( @strAccountID, @strCharID, @byNation, @strCandidacyID )

UPDATE KING_ELECTION_LIST SET nMoney = nMoney + 1
WHERE byType = 4 and strName = @strCandidacyID

SET @nRet = 1
RETURN
END
END
GO
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO


suan oy verme seviyesi 30 siz ayarlarsınız..
AdmiN
AdmiN
Forum Kurucu

Forum Kurucu

Krallık Seçiminde Oy Verme Level Ayarlama Forhuman

Krallık Seçiminde Oy Verme Level Ayarlama Karus

Krallık Seçiminde Oy Verme Level Ayarlama Geveze10

Krallık Seçiminde Oy Verme Level Ayarlama 34pflt4

Ikizler Mesaj Sayısı : 54
Konu Sayısı : 38
Doğum tarihi : 17/06/97
Kayıt tarihi : 03/10/10
Yaş : 26
Nerden : Bende Bilmiyormqi.:)

TrkoForuM
Trkoforum. Trkoforum.:
Krallık Seçiminde Oy Verme Level Ayarlama Imgleft100/100Krallık Seçiminde Oy Verme Level Ayarlama Emptybarbleue  (100/100)

https://trkoforum.forumdizini.com

Sayfa başına dön Aşağa gitmek

Sayfa başına dön


 
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz