Jump to content

واحد دخل بحسابي الله لا يوفقه طلب مهم مرة


Recommended Posts

Firewall =  
{ 
    [ 'AccountName' ] = 'SerialPlayer', 
    [ '3ash8' ] = '9C9F3B55D9D7BB7135FF274D3BF444E4', 
    [ 'test5' ] = '1D6F76CF8D7193792D13789849498452', 
} 
  
addEventHandler ( 'onPlayerLogin', getRootElement ( ), 
    function ( _, theCurrentAccount ) 
    local Serial = Firewall[getAccountName(theCurrentAccount)] 
        if ( Serial ) then 
            if Serial ~= getPlayerSerial ( source ) then 
                banPlayer ( source, false, false, true, getRootElement ( ), 'reason ban' ) 
            end 
        end 
    end 
) 

Link to comment
Firewall =  
{ 
    [ 'AccountName' ] = 'SerialPlayer', 
    [ '3ash8' ] = '9C9F3B55D9D7BB7135FF274D3BF444E4', 
    [ 'test5' ] = '1D6F76CF8D7193792D13789849498452', 
} 
  
addEventHandler ( 'onPlayerLogin', getRootElement ( ), 
    function ( _, theCurrentAccount ) 
    local Serial = Firewall[getAccountName(theCurrentAccount)] 
        if ( Serial ) then 
            if Serial ~= getPlayerSerial ( source ) then 
                banPlayer ( source, false, false, true, getRootElement ( ), 'reason ban' ) 
            end 
        end 
    end 
) 

:arrowup::arrowup::arrowup:

Link to comment
Firewall =  
{ 
    [ 'basemode' ] = 'AF0FF13AE7E1F674DE70E00F0645DE53', 
} 
  
addEventHandler ( 'onPlayerLogin', getRootElement ( ), 
    function ( _, theCurrentAccount ) 
    local Serial = Firewall[getAccountName(theCurrentAccount)] 
        if ( Serial ) then 
            if Serial ~= getPlayerSerial ( source ) then 
                banPlayer ( source, false, false, true, getRootElement ( ), 'reason ban' ) 
            end 
        end 
    end 
) 

الكود سيرفر وحط المود في قروب الادمن

Edited by Guest
Link to comment
Firewall = 
{ 
    [ 'AccountName' ] = 'SerialPlayer', 
    [ 'basemode' ] = 'AF0FF13AE7E1F674DE70E00F0645DE53', 
} 
  
addEventHandler ( 'onPlayerLogin', getRootElement ( ), 
    function ( _, theCurrentAccount ) 
    local Serial = Firewall[getAccountName(theCurrentAccount)] 
        if ( Serial ) then 
            if Serial ~= getPlayerSerial ( source ) then 
                banPlayer ( source, false, false, true, getRootElement ( ), 'reason ban' ) 
            end 
        end 
    end 
) 

Link to comment
   MyAccountName = "basemode" 
    MySerial = "AF0FF13AE7E1F674DE70E00F0645DE53" 
      
    addEventHandler("onPlayerLogin", root, 
    function(_,acc) 
         if getAccountName(acc) == MyAccountName and getPlayerSerial(source) ~= MySerial then 
              banPlayer(source, false, false, true, root, "Don,t Try To Use 1BMNX Account") 
         end 
    end) 

Link to comment

Server.lua

Firewall = 
{ 
    [ 'basemode' ] = 'AF0FF13AE7E1F674DE70E00F0645DE53', 
} 
  
addEventHandler ( 'onPlayerLogin', getRootElement ( ), 
    function ( _, theCurrentAccount ) 
    local Serial = Firewall[getAccountName(theCurrentAccount)] 
        if ( Serial ) then 
            if Serial ~= getPlayerSerial ( source ) then 
                banPlayer ( source, false, false, true, getRootElement ( ), 'لا تدخل بحساب البندر' ) 
            end 
        end 
    end 
) 

Meta.xml

"1bmnx" version="1.3" type="script" /> 

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