PoiSSioN Admin
Mesaj Sayısı : 127 Rep Puanı : 333 Kayıt tarihi : 02/08/09 Yaş : 29 Nerden : Bilmem x) Ruh hali : Takımın :
| Konu: Hapis Sistemi C.tesi Eyl. 26, 2009 7:37 pm | |
| evet Arkadaşlar Uskodaki Gibi Oyuncularımızı Banlamak Yerine Hapis Olarak Ceza Verebiliriz... İlk Prosudurumuz - Kod:
-
CREATE PROCEDURE [dbo].[hap] @ID varchar(21) AS DECLARE @degiss int
SELECT @degiss = Authority FROM USERDATA WHERE StrUserID = @Id if @degiss = 255 begin update userdata set Authority = '11' where StrUserID = @Id end
GO Daha Sonra Load User Datada - Kod:
-
SELECT Nation, Race, Class, HairColor, Rank, Title, [Level], [Exp], Loyalty, Face, City, Knights, Fame, Hp, Mp, Sp, Strong, Sta, Dex, Intel, Cha, Authority, Points, Gold, [Zone], Bind, PX, PZ, PY, dwTime, strSkill, strItem,strSerial, sQuestCount, strQuest, MannerPoint, LoyaltyMonthly FROM USERDATA WHERE strUserId = @id bu kodun ustune - Kod:
-
EXEC hap @id DECLARE @hapis int
SELECT @hapis = Authority FROM USERDATA WHERE StrUserID = @id if @hapis = 11 begin update userdata set Zone = 'Hapis Zone İd' where StrUserID = @id end ekleyiniz mutelenen kişiler otomatik hapis olr yarın sabah daha gelişmişini koyucağım bu sistemde tum mutelenenler haipis olmaktadır hemde habis zonesi vs... ayarlı değildir sabahı bekleyin şimdi maç var | |
|