Jump to content

تصحيح كود


Recommended Posts

السلام عليكم يا شباب عندي مشكله في ذا الكود الي هي

يوم يتكلم مثلا الادمن يطلع صوت يوم يتكلم في الشات

+

سويته لقروب الكونسل بس ماضبط اي واحد يقدر يتكلم

بس المشكله محد يسمعه غغيره يليت فيه حل

:$

  function Console ( thePlayer ) 
local accName = getAccountName(getPlayerAccount(thePlayer)) 
if isObjectInACLGroup("user."..accName, aclGetGroup("Console"))  then 
triggerClientEvent("Sound",root) 
end 
end 
addEvent("Sound",true) 
addEventHandler("Sound",getRootElement(),Console) 

 function Console () 
playSoundFrontEnd ( source, 101 ) 
end 
addEventHandler ( "onPlayerChat", getRootElement(), Console ) 

Link to comment
addEventHandler("onPlayerChat",root,function() 
    local acc = getPlayerAccount(source) 
    if ( acc )then 
        if ( isObjectInACLGroup("user."..getAccountName(acc), aclGetGroup("Console")) ) then 
            for _,plrs in ipairs(getElementsByType("player")) do 
                playSoundFrontEnd(plrs,101) 
            end 
        end 
    end 
end) 

Link to comment
addEventHandler("onPlayerChat",root,function() 
    local acc = getPlayerAccount(source) 
    if ( acc )then 
        if ( isObjectInACLGroup("user."..getAccountName(acc), aclGetGroup("Console")) ) then 
            for _,plrs in ipairs(getElementsByType("player")) do 
                playSoundFrontEnd(plrs,101) 
            end 
        end 
    end 
end) 

مشكوور لبى قلبك

Link to comment

root مو لازم تسوي لوب لكل اللاعبين وانت تقدر تستخدم

addEventHandler ( "onPlayerChat", root,  
    function ( ) 
        local acc = getAccountName ( getPlayerAccount ( source ) ) 
        if ( isObjectInACLGroup ( "user." .. acc, aclGetGroup ( "Console" ) ) ) then 
            playSoundFrontEnd ( root, 101 ) 
        end 
    end 
) 

Link to comment
root مو لازم تسوي لوب لكل اللاعبين وانت تقدر تستخدم
addEventHandler ( "onPlayerChat", root,  
    function ( ) 
        local acc = getAccountName ( getPlayerAccount ( source ) ) 
        if ( isObjectInACLGroup ( "user." .. acc, aclGetGroup ( "Console" ) ) ) then 
            playSoundFrontEnd ( root, 101 ) 
        end 
    end 
) 

:shock::shock::shock::shock::shock::o:o:o:o:o:o:o

كانت كلنت فقط متى تغيرت :roll: playSoundFrontEndاتذكر أن

Link to comment
root مو لازم تسوي لوب لكل اللاعبين وانت تقدر تستخدم
addEventHandler ( "onPlayerChat", root,  
    function ( ) 
        local acc = getAccountName ( getPlayerAccount ( source ) ) 
        if ( isObjectInACLGroup ( "user." .. acc, aclGetGroup ( "Console" ) ) ) then 
            playSoundFrontEnd ( root, 101 ) 
        end 
    end 
) 

:shock::shock::shock::shock::shock::o:o:o:o:o:o:o

كانت كلنت فقط متى تغيرت :roll: playSoundFrontEndاتذكر أن

ذي للحين بعدها كلنت فقط playSound ذي الوظيفة من العصر الحجري وهي كلنت وسيرفر أنت شكلكـ تقصد وظيفة ..

Link to comment
root مو لازم تسوي لوب لكل اللاعبين وانت تقدر تستخدم
addEventHandler ( "onPlayerChat", root,  
    function ( ) 
        local acc = getAccountName ( getPlayerAccount ( source ) ) 
        if ( isObjectInACLGroup ( "user." .. acc, aclGetGroup ( "Console" ) ) ) then 
            playSoundFrontEnd ( root, 101 ) 
        end 
    end 
) 

:shock::shock::shock::shock::shock::o:o:o:o:o:o:o

كانت كلنت فقط متى تغيرت :roll: playSoundFrontEndاتذكر أن

ذي للحين بعدها كلنت فقط playSound ذي الوظيفة من العصر الحجري وهي كلنت وسيرفر أنت شكلكـ تقصد وظيفة ..

.. :lol:

مضيع آلأخ .. وعن نفسي آشوف آنه كآن لونهآ هنآ آحمر ثم صآرت آزرق ’

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