Jump to content

طلب كود تمت الافادة Blaawee


Recommended Posts

السلام عليكم ورحمة الله و بركاته

ابي اطلب منكم اكواد الي هو

اذا الواحد ضغط حرف 'L'

يطلع له بالشات

Arabic:

و يكتب الكلام الي يبيه

و الكلام ذا يظهر فقط عند العرب

زي ماتقول مثل اف اف اس

Edited by Guest
Link to comment

#مومججرب = )

function arabicChat( thePlayer, cmd, ... ) 
    local msg = table.concat( { ... }, ' ' ); 
    for _, players in ipairs( getElementsByType( 'player' ) ) do 
        if ( exports.admin:getPlayerCountry( players ) == 'SA' and msg and msg ~= '' ) then 
            outputChatBox('Arabic | '..getPlayerName( thePlayer )..': #FFFFFF'..msg..'', players, 255, 255, 255, true ); 
        end 
    end 
end 
addCommandHandler( 'Arabic', arabicChat ); 
  
addEventHandler( 'onPlayerJoin',root, 
    function( ) 
        bindKey( source, 'l', 'down', 'chatbox', 'Arabic' ); 
    end 
); 
  
addEventHandler( 'onResourceStart', resourceRoot, 
    function ( ) 
        for _, player in ipairs( getElementsByType( 'player' ) ) do 
            bindKey( player, 'l', 'down', 'chatbox', 'Arabic' ); 
        end 
    end 
); 

Link to comment
#مومججرب = )
function arabicChat( thePlayer, cmd, ... ) 
    local msg = table.concat( { ... }, ' ' ); 
    for _, players in ipairs( getElementsByType( 'player' ) ) do 
        if ( exports.admin:getPlayerCountry( players ) == 'SA' and msg and msg ~= '' ) then 
            outputChatBox('Arabic | '..getPlayerName( thePlayer )..': #FFFFFF'..msg..'', players, 255, 255, 255, true ); 
        end 
    end 
end 
addCommandHandler( 'Arabic', arabicChat ); 
  
addEventHandler( 'onPlayerJoin',root, 
    function( ) 
        bindKey( source, 'l', 'down', 'chatbox', 'Arabic' ); 
    end 
); 
  
addEventHandler( 'onResourceStart', resourceRoot, 
    function ( ) 
        for _, player in ipairs( getElementsByType( 'player' ) ) do 
            bindKey( player, 'l', 'down', 'chatbox', 'Arabic' ); 
        end 
    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...