Jump to content

طلب شرح ,,


Recommended Posts

اذا تبغى حسابات افضل

"onClientRender" 
getElementsByType -- players or peds 
getElementPosition 
getGroundPosition 
getPedBonePosition 
playSound3D 

الطريقة هي انك تتحقق ان احداثيات الارض تساوي احداثيات رجل البيد او الاعب وثم تشغل الصوت

Link to comment
جرب
addEventHandler( "onClientResourceStart", root, 
    function ( player ) 
     if isElementMoving ( player ) then 
     local sound = playSound(".mp3") 
    setSoundVolume(sound, 1) 
    end 
end) 

جربت هاذا و ماستوا

Link to comment
جرب
addEventHandler( "onClientResourceStart", root, 
    function ( player ) 
     if isElementMoving ( player ) then 
     local sound = playSound(".mp3") 
    setSoundVolume(sound, 1) 
    end 
end) 

كودك غلط, المفروض تستعمل لوكل بلاير وناقصك إند

ولازم تسوي تايمر عشان تتحقق كل شوي اذا هو يمشي ولا واقف

وأيضاً لازم تتحقق من الصوت إذا موجود ولا لا

Link to comment
جرب
addEventHandler( "onClientResourceStart", root, 
    function ( player ) 
     if isElementMoving ( player ) then 
     local sound = playSound(".mp3") 
    setSoundVolume(sound, 1) 
    end 
end) 

كودك غلط, المفروض تستعمل لوكل بلاير وناقصك إند

ولازم تسوي تايمر عشان تتحقق كل شوي اذا هو يمشي ولا واقف

وأيضاً لازم تتحقق من الصوت إذا موجود ولا لا

غلط

تقرر من راسك ؟؟

اولا فيه if or function

يعني 2 اند

شو خص التايمر التايمر وقت

Link to comment

^

addEventHandler("onClientResourceStart",resourceRoot , function ( ) 
if ( isElement ( sound ) ) then destroyElement ( sound ) end  
if ( getPedMoveState ( localPlayer ) == "sprint" ) then  
sound = playSound ( "Path.mp3" ) 
end 
end) 

Note : هاذا تصحيح لـ كودة فقط لأغير .

Link to comment
جرب
addEventHandler( "onClientResourceStart", root, 
    function ( player ) 
     if isElementMoving ( player ) then 
     local sound = playSound(".mp3") 
    setSoundVolume(sound, 1) 
    end 
end) 

كودك غلط, المفروض تستعمل لوكل بلاير وناقصك إند

ولازم تسوي تايمر عشان تتحقق كل شوي اذا هو يمشي ولا واقف

وأيضاً لازم تتحقق من الصوت إذا موجود ولا لا

غلط

تقرر من راسك ؟؟

اولا فيه if or function

يعني 2 اند

شو خص التايمر التايمر وقت

يب صح ما أنتبهت للإند

عموماً جرب الكود بنفسك وتشوف يشتغل ولا لا

ما تعرف أنه الكلنت نستعمل معاه لوكل بلاير

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