Jump to content

طلب كود


MOMO3011

Recommended Posts

local x, y, z = 0, 0, 0 -- إحداثيات مكان الصوت 
local soundPath = "مسار ملف الصوت" -- Example / مثال -> "sounds/quran.mp3" 
  
addEventHandler ( "onClientResourceStart", resourceRoot, 
    function ( ) 
        local sound = playSound3D ( soundPath, x, y, z, true ) 
        setSoundMaxDistance ( sound, 100 ) 
    end 
) 

Link to comment
و هون ايش تعني هاي الاحداتيات local sound = playSound3D ( soundPath, x, y, z, true )

و هده اللي فيها 0,0,0 ايش تعني

هاذي معناها احداثيات المكان الي يكون فيه الصوت انا حاطها لك فوق بمتغيرات بس حط الاحدثيات مكان المتغيرات وهي بتتغير هنا لحالها

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