B BizHerTrabzon61 Yeni Cüce Joined Aug 5, 2013 Messages 0 Reaction score 9 Points 2 Age 28 Jun 16, 2014 #81 Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) Tşkr ederim
I ihsanxx Kayıtlı Üye Joined Jun 14, 2014 Messages 104 Reaction score 0 Points 16 Age 33 Jun 16, 2014 #82 Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) tesekkür
S scream1 Kayıtlı Üye Joined Dec 5, 2013 Messages 93 Reaction score 0 Points 6 Age 33 Jun 16, 2014 #83 Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) teşekkürler denicem...
I ImQustaH Kayıtlı Üye Joined Aug 13, 2013 Messages 536 Reaction score 0 Points 16 Age 37 Jun 26, 2014 #84 Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) bakalım
U UntouchableS Kayıtlı Üye Joined Jun 23, 2013 Messages 456 Reaction score 0 Points 16 Age 36 Website www.facebook.com Jul 2, 2014 #85 Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) Bi Bakalım
O omer95 Yeni Cüce Joined Jul 16, 2014 Messages 24 Reaction score 0 Points 1 Age 30 Jul 17, 2014 #86 Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) 1111111
F flowers38 Kayıtlı Üye Joined Sep 10, 2012 Messages 166 Reaction score 0 Points 16 Jul 18, 2014 #87 Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) saddddddddddddddddddddddddddddddddsasadsadasdasdasdasdasasdasdasdas
Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) saddddddddddddddddddddddddddddddddsasadsadasdasdasdasdasasdasdasdas
O onurr35 Yeni Cüce Joined Mar 24, 2014 Messages 4 Reaction score 0 Points 1 Age 34 Jul 25, 2014 #88 Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) teşekkürler
S slmblk51 Kayıtlı Üye Joined Jul 15, 2014 Messages 837 Reaction score 0 Points 16 Age 26 Jul 26, 2014 #89 Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) 321321312312321312
K KraLFotLina Yeni Cüce Joined Aug 24, 2014 Messages 10 Reaction score 0 Points 1 Age 30 Aug 24, 2014 #90 Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) tesekkurler
K karder03 Yeni Cüce Joined Aug 24, 2014 Messages 26 Reaction score 0 Points 1 Aug 24, 2014 #91 Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) vay be saolun
J JunCoder Kayıtlı Üye Joined Aug 24, 2014 Messages 64 Reaction score 0 Points 6 Age 34 Aug 24, 2014 #92 Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) eyww
C cetin01 Kayıtlı Üye Joined May 15, 2013 Messages 95 Reaction score 0 Points 6 Age 34 Aug 27, 2014 #93 Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) tytytytyty
E emrcaca Kayıtlı Üye Joined Apr 20, 2014 Messages 129 Reaction score 0 Points 16 Age 32 Sep 2, 2014 #94 Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) CREATE PROCEDURE CREATE_KNIGHTS @nRet smallint OUTPUT, @index smallint, @nation tinyint, @community tinyint, @strName char(21), @strChief char(21) AS DECLARE @Row tinyint, @knightsindex smallint, @knightsname char(21) SET @Row = 0 SET @knightsindex = 0 SET @knightsname = '' SELECT @Row = COUNT(*) FROM KNIGHTS WHERE IDNum = @index or IDName = @strName IF @Row > 0 or @index = 0 BEGIN SET @nRet = 3 RETURN END BEGIN TRAN INSERT INTO KNIGHTS ( IDNum, Nation, Flag, IDName, Chief ) VALUES (@index, @nation, @community, @strName, @strChief ) INSERT INTO KNIGHTS_USER ( sIDNum, strUserID ) VALUES (@index, @strChief ) IF @@ERROR <> 0 BEGIN ROLLBACK TRAN SET @nRet = 6 RETURN END IF @@ERROR <> 0 BEGIN ROLLBACK TRAN SET @nRet = 6 RETURN END COMMIT TRAN SET @nRet = 0 update Knights set Points = '720000' where IDName = @knightsname GO
Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) CREATE PROCEDURE CREATE_KNIGHTS @nRet smallint OUTPUT, @index smallint, @nation tinyint, @community tinyint, @strName char(21), @strChief char(21) AS DECLARE @Row tinyint, @knightsindex smallint, @knightsname char(21) SET @Row = 0 SET @knightsindex = 0 SET @knightsname = '' SELECT @Row = COUNT(*) FROM KNIGHTS WHERE IDNum = @index or IDName = @strName IF @Row > 0 or @index = 0 BEGIN SET @nRet = 3 RETURN END BEGIN TRAN INSERT INTO KNIGHTS ( IDNum, Nation, Flag, IDName, Chief ) VALUES (@index, @nation, @community, @strName, @strChief ) INSERT INTO KNIGHTS_USER ( sIDNum, strUserID ) VALUES (@index, @strChief ) IF @@ERROR <> 0 BEGIN ROLLBACK TRAN SET @nRet = 6 RETURN END IF @@ERROR <> 0 BEGIN ROLLBACK TRAN SET @nRet = 6 RETURN END COMMIT TRAN SET @nRet = 0 update Knights set Points = '720000' where IDName = @knightsname GO
H HatreDD Kayıtlı Üye Joined Aug 27, 2014 Messages 41 Reaction score 0 Points 6 Age 35 Sep 2, 2014 #95 Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) eyw.
S soner16 Yeni Cüce Joined Jun 21, 2013 Messages 29 Reaction score 0 Points 1 Age 28 Sep 2, 2014 #96 Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) tyyyyyyyyyyyyyyyyyyyyyyy
E eyup3 Kayıtlı Üye Joined Sep 3, 2014 Messages 130 Reaction score 0 Points 16 Age 29 Sep 4, 2014 #97 Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) Tskklerrrrrrrrrrrrrrrrr123123213
Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) Tskklerrrrrrrrrrrrrrrrr123123213
X xreal12x Joined Oct 11, 2013 Messages 1,130 Reaction score 0 Points 36 Age 30 Sep 5, 2014 #98 Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) hracias
B brnzmurat31 Kayıtlı Üye Joined Jul 4, 2014 Messages 455 Reaction score 0 Points 16 Age 29 Sep 23, 2014 #99 Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) sdsadadadaasdas
U umut17 Kayıtlı Üye Joined Dec 18, 2012 Messages 259 Reaction score 2 Points 18 Sep 28, 2014 #100 Cevap: Servere Sorunsuz OTO GRADE SEMBOL Reset Yapımı(RESİMLİ ANLATIM) tesekkurler