Jump to content

مطلوب فنكش


Recommended Posts

كذا يصير؟؟

addEventHandler ( 'onPlayerLogin', getRootElement ( ),------اول ما لاعب يدخل 
    function ( _, theCurrentAccount )-----هنا كيف همت الحساب  الي حطيناه 
    local theSerial = getPlayerSerial( thePlayer )------هنا اعطاء الاعب سيريال الصراحه ما فهمتها فكرتها  يعرف سيريال 
     [ 'AccountName' ] = 'SerialPlayer',------هنا الحساب 
    [ '3ash8' ] = '9C9F3B55D9D7BB7135FF274D3BF444E4',___هنا سيريال الاعب 
       outputChatBox( "لقد دخلت الى الحساب بنجاح", source)-------هنا اذا كان سيريال الجهاز الي حطيناه 
    if theSerial then-----طبعا من هنا وتحت انه اذا طلع حاطط الحساب من ايميا اخر يعطيه باند 
    else 
      outputChatBox( "تم اعطائك باند بسبب سرقه حساب الادمن", source) 
    local nick = getBanNick ( ban ) 
                 
            end 
        end 
    end 
) 
  

اذا كام الكود خبيصه فقولو لي هههههههههههههههه او اذا صح قلولي الاخطاء

Link to comment
  • 8 months later...

مثال من الويكي = كود جاهز 100% باقي تحط له باند مؤيد هههههههههههه

:lol:

Firewall =  
{ 
--  [ 'accountName' ] = 'playerSerial', 
    [ '3ash8' ] = '9C9F3B55D9D7BB7135FF274D3BF444E4', 
    [ 'test5' ] = '1D6F76CF8D7193792D13789849498452', 
} 
  
addEventHandler ( 'onPlayerLogin', getRootElement ( ), 
    function ( _, theCurrentAccount ) 
    local Serial = Firewall[getAccountName(theCurrentAccount)] 
        if ( Serial ) then 
            if Serial ~= getPlayerSerial ( source ) then 
                outputChatBox( "Sorry, you're not allowed to access this account.", source) 
                cancelEvent( true ) 
            end 
        end 
    end 
) 

Link to comment

مثال من الويكي = كود جاهز 100% باقي تحط له باند مؤيد هههههههههههه

:lol:

Firewall =  
{ 
--  [ 'accountName' ] = 'playerSerial', 
    [ '3ash8' ] = '9C9F3B55D9D7BB7135FF274D3BF444E4', 
    [ 'test5' ] = '1D6F76CF8D7193792D13789849498452', 
} 
  
addEventHandler ( 'onPlayerLogin', getRootElement ( ), 
    function ( _, theCurrentAccount ) 
    local Serial = Firewall[getAccountName(theCurrentAccount)] 
        if ( Serial ) then 
            if Serial ~= getPlayerSerial ( source ) then 
                outputChatBox( "Sorry, you're not allowed to access this account.", source) 
                cancelEvent( true ) 
            end 
        end 
    end 
) 

وش تحس فيه؟

!!!الرد الي فوق كان واضح جداً الكود بمثال الويكي انت وش تحس فيه تروح بعد سنة من الرد و تنسخ المثال من الويكي و تحطه بالموضوع؟

PJYrC0S.png

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...