VlageZ Posted July 24, 2019 Share Posted July 24, 2019 سلام عليكم ابي كود الي اطفي فيه اصوات السيارات كود Client Link to comment
HassoN Posted July 24, 2019 Share Posted July 24, 2019 (edited) setWorldSoundEnabled -- 19 هذا القسم الاجنبي ، المرة الجاية حط موضوعك بالقسم العربي @VlageZ Edited July 24, 2019 by HassoN Link to comment
u0w2³ᴰ Posted August 4, 2019 Share Posted August 4, 2019 function disableCarSounds() local groups = 300 while (groups >= 0) do setWorldSoundEnabled(groups, false) groups = groups - 1 end end addEventHandler("onClientResourceStart", getRootElement(), disableCarSounds) Link to comment
Guest Posted August 5, 2019 Share Posted August 5, 2019 9 hours ago, u0w2³ᴰ said: function disableCarSounds() local groups = 300 while (groups >= 0) do setWorldSoundEnabled(groups, false) groups = groups - 1 end end addEventHandler("onClientResourceStart", getRootElement(), disableCarSounds) هذي من أسباب الي م تخليه يتعلم, بعدين يفتح موضوع ويقول ابي اتعلم البرمجة خله ياخي يحاول ويتعلم من أخطاءه ليه على طول جاهز؟ Link to comment
N3xT Posted August 5, 2019 Share Posted August 5, 2019 17 hours ago, u0w2³ᴰ said: function disableCarSounds() local groups = 300 while (groups >= 0) do setWorldSoundEnabled(groups, false) groups = groups - 1 end end addEventHandler("onClientResourceStart", getRootElement(), disableCarSounds) للتوضيح, اي سكربت يشتغل راح يشتغل معاه الكود بسبب الحدث resourceRoot الصحيح تعديله الى 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