Jump to content

طلب كود الصوط


baba

Recommended Posts

function GUIbutton() 
if source == GUIbutton then 
playSound ( --اسم الصوت) 
end 
end 
addEventHandler ( "onClientGUIClick",root,GUIbutton) 

من وين اجيب اسم الصوت؟

playSoundFrontEnd 

addEventHandler ("onClientGUIClick",root, 
function () 
if (source == اسم الزر) then 
playSoundFrontEnd ( source, id ) 
end 
end ) 

بدل id

بــ

ايدي الصوت

0 - 20 Selection sounds

27 - 30 Bullet sounds

32 - 33 Selection sounds

34 Radio static

35 Stop Radio static

37 - 38 Tick

40 Selection sounds

41 - 42 Tick (no ammo)

43 - 45 Race countdown

46 Repair

47 White noise static

48 Stop White noise static

49 Static short

101 Countdown/selection

Link to comment
انت تبي عند لمس الزر يطلع صوت ولا عند الضغط عليه ولا وش تبي بالضبط ؟

عند الملس

playSoundFrontEnd 

addEventHandler ("onClientMouseMove",root, 
function () 
if (source == اسم الزر) then 
playSoundFrontEnd (27) 
end 
end ) 

بدل 27

بــ

ايدي الصوت

0 - 20 Selection sounds

27 - 30 Bullet sounds

32 - 33 Selection sounds

34 Radio static

35 Stop Radio static

37 - 38 Tick

40 Selection sounds

41 - 42 Tick (no ammo)

43 - 45 Race countdown

46 Repair

47 White noise static

48 Stop White noise static

49 Static short

101 Countdown/selection

Edited by Guest
Link to comment
function GUIbutton() 
if source == GUIbutton then 
playSound ( --اسم الصوت) 
end 
end 
addEventHandler ( "onClientGUIClick",root,GUIbutton) 

من وين اجيب اسم الصوت؟

تقدر تجيبه من جهآزك :fadein:

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

Link to comment
انت تبي عند لمس الزر يطلع صوت ولا عند الضغط عليه ولا وش تبي بالضبط ؟

عند الملس

playSoundFrontEnd 

addEventHandler ("onClientMouseMove",root, 
function () 
if (source == اسم الزر) then 
playSoundFrontEnd ( source, 27 ) 
end 
end ) 

بدل 27

بــ

ايدي الصوت

0 - 20 Selection sounds

27 - 30 Bullet sounds

32 - 33 Selection sounds

34 Radio static

35 Stop Radio static

37 - 38 Tick

40 Selection sounds

41 - 42 Tick (no ammo)

43 - 45 Race countdown

46 Repair

47 White noise static

48 Stop White noise static

49 Static short

101 Countdown/selection

فنكشن الصوت بالكلينت ما يحتاج لاعب + السورس في الأفنت هذا بيكون الزر...

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