Jump to content

طلب فنكشن


Recommended Posts

addEventHandler("onClientGUIClick",root, 
    function () 
        if ( source == a55 ) then 
               stopSound( sound.mp3,false ) 
               stopSound( sound.mp3,false ) 
               stopSound( sound.mp3,false ) 
               stopSound( sound.mp3,false)     
        end 
    end 
) 

ماينفع تحط ارقام :fadein:

غير

sound

الى اسماء ملفات الصوت :D

Link to comment
addEventHandler("onClientGUIClick",root, 
    function () 
        if ( source == a55 ) then 
               stopSound( sound.mp3,false ) 
               stopSound( sound.mp3,false ) 
               stopSound( sound.mp3,false ) 
               stopSound( sound.mp3,false)     
        end 
    end 
) 

ماينفع تحط ارقام

غير

sound

الى اسماء ملفات الصوت

ينفع انا مجرب

---------------------

مثال بسيط على قفل الصوت

    addEventHandler("onClientResourceStart", root, 
    function () 
    sound = playSound(.............) 
    end) 
  
addEventHandler("onClientGUIClick",root, 
    function () 
    if source == give then 
    stopSound(sound) 
        end 
    end) 

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