Stranger Posted August 1, 2013 Share Posted August 1, 2013 السلام عليكم يا شباب عندي مشكله في ذا الكود الي هي يوم يتكلم مثلا الادمن يطلع صوت يوم يتكلم في الشات + سويته لقروب الكونسل بس ماضبط اي واحد يقدر يتكلم بس المشكله محد يسمعه غغيره يليت فيه حل 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
#DRAGON!FIRE Posted August 1, 2013 Share Posted August 1, 2013 playSoundFrontEnd ( source, 101 ) source # = للشخص نفسه ذذ Link to comment
Stranger Posted August 1, 2013 Author Share Posted August 1, 2013 playSoundFrontEnd ( source, 101 )source # = للشخص نفسه ذذ يعني اخليها كذا ؟ playSoundFrontEnd ( thePlayer, 101 ) Link to comment
#DRAGON!FIRE Posted August 1, 2013 Share Posted August 1, 2013 # لأ مو كذا # سطر 4 وش الفايدة منه .؟ Link to comment
Stranger Posted August 1, 2013 Author Share Posted August 1, 2013 # لأ مو كذا# سطر 4 وش الفايدة منه .؟ هذا الترايقر Link to comment
Stranger Posted August 1, 2013 Author Share Posted August 1, 2013 الكود احسه حوسه ضضض1 طيب عندك الحل الكود شغال بس ما حد يسمع غغيرك + حطيته لقروب الكونسل ما ضبط Link to comment
hassan.k.s.a Posted August 1, 2013 Share Posted August 1, 2013 (edited) بس لملف سيرفر , for _,plrs in ipairs(getElementsByType("player")) do playSoundFrontEnd(plrs,101) end Edited August 1, 2013 by Guest Link to comment
Stranger Posted August 1, 2013 Author Share Posted August 1, 2013 for _,plrs in ipairs(getElementsByType("player")) do playSoundFrontEnd(plrs,101) end ممشكور يلبى قلبك بس انا قلت انه ما ضبط لصحاب السيرفر Link to comment
hassan.k.s.a Posted August 1, 2013 Share Posted August 1, 2013 انت وش الي تبيه بالضبط ؟ Link to comment
Stranger Posted August 1, 2013 Author Share Posted August 1, 2013 انت وش الي تبيه بالضبط ؟ ابي اذا الصاحب تكلم يطلع صوت بالشات بإستخدام هذي playSoundFrontEnd(plrs,101) Link to comment
hassan.k.s.a Posted August 1, 2013 Share Posted August 1, 2013 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
Stranger Posted August 1, 2013 Author Share Posted August 1, 2013 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
Tete omar Posted August 1, 2013 Share Posted August 1, 2013 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
iMr.Dawix~# Posted August 2, 2013 Share Posted August 2, 2013 root مو لازم تسوي لوب لكل اللاعبين وانت تقدر تستخدم addEventHandler ( "onPlayerChat", root, function ( ) local acc = getAccountName ( getPlayerAccount ( source ) ) if ( isObjectInACLGroup ( "user." .. acc, aclGetGroup ( "Console" ) ) ) then playSoundFrontEnd ( root, 101 ) end end ) كانت كلنت فقط متى تغيرت playSoundFrontEndاتذكر أن Link to comment
K1NG Posted August 3, 2013 Share Posted August 3, 2013 root مو لازم تسوي لوب لكل اللاعبين وانت تقدر تستخدم addEventHandler ( "onPlayerChat", root, function ( ) local acc = getAccountName ( getPlayerAccount ( source ) ) if ( isObjectInACLGroup ( "user." .. acc, aclGetGroup ( "Console" ) ) ) then playSoundFrontEnd ( root, 101 ) end end ) كانت كلنت فقط متى تغيرت playSoundFrontEndاتذكر أن ذي للحين بعدها كلنت فقط playSound ذي الوظيفة من العصر الحجري وهي كلنت وسيرفر أنت شكلكـ تقصد وظيفة .. Link to comment
S4MuEL Posted August 3, 2013 Share Posted August 3, 2013 root مو لازم تسوي لوب لكل اللاعبين وانت تقدر تستخدم addEventHandler ( "onPlayerChat", root, function ( ) local acc = getAccountName ( getPlayerAccount ( source ) ) if ( isObjectInACLGroup ( "user." .. acc, aclGetGroup ( "Console" ) ) ) then playSoundFrontEnd ( root, 101 ) end end ) كانت كلنت فقط متى تغيرت playSoundFrontEndاتذكر أن ذي للحين بعدها كلنت فقط playSound ذي الوظيفة من العصر الحجري وهي كلنت وسيرفر أنت شكلكـ تقصد وظيفة .. .. مضيع آلأخ .. وعن نفسي آشوف آنه كآن لونهآ هنآ آحمر ثم صآرت آزرق ’ Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now