w7sH Posted April 25, 2017 Share Posted April 25, 2017 تعديل بسيط لـ هذا الكود هذا اذا ضغط زر راح يشغل له صوت mp3 لكن الصوت هو يسمعه فقط انا أبيه اذا شغل الصوت هو يسمعه واللي قريب منه يسمعه يعني مثل السماعات هذا الكود if not isPedInVehicle(localPlayer) then return outputChatBox("Error",172, 92, 20,true) end; if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound("ksa.mp3",true) guiSetText(source, disableButton) else destroyElement(sound) sound = nil Link to comment
AHMED MOSTAFA Posted April 25, 2017 Share Posted April 25, 2017 9 hours ago, w7sH said: تعديل بسيط لـ هذا الكود هذا اذا ضغط زر راح يشغل له صوت mp3 لكن الصوت هو يسمعه فقط انا أبيه اذا شغل الصوت هو يسمعه واللي قريب منه يسمعه يعني مثل السماعات هذا الكود if not isPedInVehicle(localPlayer) then return outputChatBox("Error",172, 92, 20,true) end; if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound("ksa.mp3",true) guiSetText(source, disableButton) else destroyElement(sound) sound = nil playSound3D -- not playSound Link to comment
w7sH Posted April 25, 2017 Author Share Posted April 25, 2017 sound = playSound3D("ksa.mp3", 373.14, -125.21, 1001, true) ماضبط معي ^ + وش أحط الإحداثيات؟ Link to comment
AHMED MOSTAFA Posted April 25, 2017 Share Posted April 25, 2017 9 hours ago, w7sH said: sound = playSound3D("ksa.mp3", 373.14, -125.21, 1001, true) ماضبط معي ^ + وش أحط الإحداثيات؟ الصوت يشتغل مكان الاحداثيات Link to comment
w7sH Posted April 25, 2017 Author Share Posted April 25, 2017 كيف يشتغل مكان الأحداثيات حطيت الكود اللي فوق ولا ضبط sound = playSound3D("ksa.mp3", 373.14, -125.21, 1001, true) الكود شغال تمام لكن أبيه اذا ركب فالموتر وشغل الصوت يكون فالموتر فقط واللي جنبه يسمعه يعني الصوت يتحرك معه فالموتر playSound3D("ksa.mp3", , , , true) Link to comment
#Soking Posted April 25, 2017 Share Posted April 25, 2017 لازم تريقر من كلينت لسيرفر و من سيرفر لكلينت root و اكواد الصوت Link to comment
AHMED MOSTAFA Posted April 25, 2017 Share Posted April 25, 2017 9 hours ago, #Soking said: لازم تريقر من كلينت لسيرفر و من سيرفر لكلينت root و اكواد الصوت مب لازم ترا المود ذاك حق صوت محرك السيارة اللي ركبته في سيرفر ماستر كنت مسويه في ملف كلينت فقط وما كنت مسوي ترايجرات والصوت كان يظهر للكل عادي الا اذا كان هذا جلتش ههههههه Link to comment
w7sH Posted April 25, 2017 Author Share Posted April 25, 2017 الكود حقك كان شغال تمام ويظهر للكل بس المشكلة الوحيدة مايكون بأحداثيات اللاعب يعني مايكون بالسيارة نفسها يكون بأحداثيات ثابته 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