Stranger Posted August 1, 2013 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 )
#DRAGON!FIRE Posted August 1, 2013 Posted August 1, 2013 playSoundFrontEnd ( source, 101 ) source # = للشخص نفسه ذذ
Stranger Posted August 1, 2013 Author Posted August 1, 2013 playSoundFrontEnd ( source, 101 )source # = للشخص نفسه ذذ يعني اخليها كذا ؟ playSoundFrontEnd ( thePlayer, 101 )
Stranger Posted August 1, 2013 Author Posted August 1, 2013 # لأ مو كذا# سطر 4 وش الفايدة منه .؟ هذا الترايقر
Stranger Posted August 1, 2013 Author Posted August 1, 2013 الكود احسه حوسه ضضض1 طيب عندك الحل الكود شغال بس ما حد يسمع غغيرك + حطيته لقروب الكونسل ما ضبط
hassan.k.s.a Posted August 1, 2013 Posted August 1, 2013 (edited) بس لملف سيرفر , for _,plrs in ipairs(getElementsByType("player")) do playSoundFrontEnd(plrs,101) end Edited August 1, 2013 by Guest
Stranger Posted August 1, 2013 Author Posted August 1, 2013 for _,plrs in ipairs(getElementsByType("player")) do playSoundFrontEnd(plrs,101) end ممشكور يلبى قلبك بس انا قلت انه ما ضبط لصحاب السيرفر
Stranger Posted August 1, 2013 Author Posted August 1, 2013 انت وش الي تبيه بالضبط ؟ ابي اذا الصاحب تكلم يطلع صوت بالشات بإستخدام هذي playSoundFrontEnd(plrs,101)
hassan.k.s.a Posted August 1, 2013 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)
Stranger Posted August 1, 2013 Author 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) مشكوور لبى قلبك
Tete omar Posted August 1, 2013 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 )
iMr.Dawix~# Posted August 2, 2013 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اتذكر أن
K1NG Posted August 3, 2013 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 ذي الوظيفة من العصر الحجري وهي كلنت وسيرفر أنت شكلكـ تقصد وظيفة ..
S4MuEL Posted August 3, 2013 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 ذي الوظيفة من العصر الحجري وهي كلنت وسيرفر أنت شكلكـ تقصد وظيفة .. .. مضيع آلأخ .. وعن نفسي آشوف آنه كآن لونهآ هنآ آحمر ثم صآرت آزرق ’
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