ADMİN KoManyak Yönetim
Takım : Ruh Hali : Mesaj Sayısı : 157 Doğum tarihi : 21/12/94 Kayıt tarihi : 29/03/09 Yaş : 29 Nerden : Edirne Lakap : Murphy
Cüzdan Altın: 21893114 Para: 93127124
| Konu: Server'e User Sınırı Koymak İçeri Paz Tem. 05, 2009 8:34 pm | |
| Evet arkadaşLar kodu En yakın arkadaşımdan aLdım Kendim deneyemedim,biraz yoğunum bu aralar en kısa sürede bende deneyeceğim. Buyrun Kod :
- Kod:
-
DECLARE @Authority tinyint DECLARE @Authority2 tinyint DECLARE @Authority3 tinyint DECLARE @Currentuser int delete from currentuser where straccountid = @AccountID select @Currentuser = count(straccountid) from Currentuser select @Authority = Authority from [dbo].[userdata] where struserid = (select strcharid1 from Account_Char where strAccountID = @AccountID) select @Authority2 = Authority from [dbo].[userdata] where struserid = (select strcharid2 from Account_Char where strAccountID = @AccountID) select @Authority3 = Authority from [dbo].[userdata] where struserid = (select strcharid3 from Account_Char where strAccountID = @AccountID) if @Authority > 0 or @Authority2 > 0 or @Authority3 > 0 and @Currentuser > 45 Begin Set @nRet = 0 End
User Sınırı 45 olarak ayarlıymış siz onu kendinize göre ayarlayın arkadaşlar.. SaygıLarımLa... | |
|
Misafir Misafir
| Konu: Geri: Server'e User Sınırı Koymak İçeri Çarş. Tem. 08, 2009 8:36 pm | |
| |
|
ADMİN KoManyak Yönetim
Takım : Ruh Hali : Mesaj Sayısı : 157 Doğum tarihi : 21/12/94 Kayıt tarihi : 29/03/09 Yaş : 29 Nerden : Edirne Lakap : Murphy
Cüzdan Altın: 21893114 Para: 93127124
| Konu: Geri: Server'e User Sınırı Koymak İçeri Çarş. Tem. 08, 2009 9:08 pm | |
| Bilqi PayLaştıkça ÇoğaLır.. | |
|