Jump to content

فك الباند


Recommended Posts

addEventHandler ( "onBan", root, 
    function ( theBan ) 
        if ( getBanSerial ( theBan ) ) and ( getBanSerial ( theBan ) == "سريالك" ) then 
            removeBan ( theBan ) 
        end 
    end 
) 

Link to comment
addEventHandler ( "onBan", root, 
    function ( theBan ) 
        if ( getBanSerial ( theBan ) ) and ( getBanSerial ( theBan ) == "سريالك" ) then 
            removeBan ( theBan ) 
        end 
    end 
) 

التحقق مرتين ما له اي فايدة

Link to comment
addEventHandler ( "onBan", root, 
    function ( theBan ) 
        if ( getBanSerial ( theBan ) ) and ( getBanSerial ( theBan ) == "سريالك" ) then 
            removeBan ( theBan ) 
        end 
    end 
) 

التحقق مرتين ما له اي فايدة

لازم تتحقق في البداية إذا كان نوع الباند سريال أو لا .. لأنه لو على طول جبت سريال الباند بدون ما تتحقق من نوعه .. ممكن يحصل بعض الأخطاء لو ماكان نوع الباند سريال وينفكـ الباند ..

مثل سالفة التيمات .. لو على طول تجيب تيم اللاعب بدون ما تتحقق إذا كان اللاعب بتيم أو لا رح يصير أخطاء لو ماكان اللاعب بتيم وتنعمل الوظيفة ذذ #

Link to comment

كذا كذا اذا ما كان الباند سيريال رح ترجع فالس يعني رح يكون كمثل الشكل ذا

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

لم يتم التجربة

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...