3ssol Posted May 11, 2013 Share Posted May 11, 2013 السلام عليكم شباب انا بغيت كودد احط فيه سيريالي و اول مايجي اي باند علي هذا السيريال ينفك علي طول ككيف او وش استخدم Link to comment
K1NG Posted May 11, 2013 Share Posted May 11, 2013 addEventHandler ( "onBan", root, function ( theBan ) if ( getBanSerial ( theBan ) ) and ( getBanSerial ( theBan ) == "سريالك" ) then removeBan ( theBan ) end end ) Link to comment
Tete omar Posted May 11, 2013 Share Posted May 11, 2013 addEventHandler ( "onBan", root, function ( theBan ) if ( getBanSerial ( theBan ) ) and ( getBanSerial ( theBan ) == "سريالك" ) then removeBan ( theBan ) end end ) التحقق مرتين ما له اي فايدة Link to comment
K1NG Posted May 11, 2013 Share Posted May 11, 2013 addEventHandler ( "onBan", root, function ( theBan ) if ( getBanSerial ( theBan ) ) and ( getBanSerial ( theBan ) == "سريالك" ) then removeBan ( theBan ) end end ) التحقق مرتين ما له اي فايدة لازم تتحقق في البداية إذا كان نوع الباند سريال أو لا .. لأنه لو على طول جبت سريال الباند بدون ما تتحقق من نوعه .. ممكن يحصل بعض الأخطاء لو ماكان نوع الباند سريال وينفكـ الباند .. مثل سالفة التيمات .. لو على طول تجيب تيم اللاعب بدون ما تتحقق إذا كان اللاعب بتيم أو لا رح يصير أخطاء لو ماكان اللاعب بتيم وتنعمل الوظيفة ذذ # Link to comment
Tete omar Posted May 11, 2013 Share Posted May 11, 2013 كذا كذا اذا ما كان الباند سيريال رح ترجع فالس يعني رح يكون كمثل الشكل ذا if false == "سيريالك" then اكيد رح يوقف الفنكشن ... Returns a string of the serial if everything was successful, false if invalid arguments are specified or if there was no serial specified for the ban. Link to comment
3NAD Posted May 11, 2013 Share Posted May 11, 2013 لم يتم التجربة addEventHandler ( "onBan", root, function ( theBan ) local isSerialBanned = getBanSerial ( theBan ) if isSerialBanned then if isSerialBanned == "Your Serial" then setTimer ( removeBan_, 1000, 1, theBan ) end end end ) removeBan_ = function ( Banned ) removeBan ( Banned ) end Link to comment
iMr.Dawix~# Posted May 11, 2013 Share Posted May 11, 2013 %100 اتوقع الكود كذا addEventHandler ( "onPlayerBan", getRootElement(), function (banPointer,responsibleElement) local serial = "your serial" if getPlayerSerial(source) == serial then removeBan(serial) end end) Link to comment
AhmeD~9MoD Posted May 11, 2013 Share Posted May 11, 2013 مو كنه اسم الموضوع مخالف؟؟ يب المفروض طلب كود إذا احد صكك باند ينفك + اسم الموضوع مايوضح محتواه Link to comment
iPrestege Posted May 11, 2013 Share Posted May 11, 2013 جرب حق عنآد وصلاحيات ~ removeBan Link to comment
PaiN^ Posted May 11, 2013 Share Posted May 11, 2013 حق كينق تمام, بس فيه التحقق الزايد Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now