-WellingTon Posted August 18, 2014 Share Posted August 18, 2014 I need a script that speaks when I kill someone Well I wanted a script that works just like I make a script? I want like I did in the video help me pls pls Link to comment
Markeloff Posted August 18, 2014 Share Posted August 18, 2014 playSound onClientPlayerWasted Or use the wiki example function wasted (killer, weapon, bodypart) local sound = playSound("sounds/wasted.mp3") --Play wasted.mp3 from the sounds folder setSoundVolume(sound, 0.5) -- set the sound volume to 50% end addEventHandler("onClientPlayerWasted", getLocalPlayer(), wasted) Link to comment
-WellingTon Posted August 18, 2014 Author Share Posted August 18, 2014 I want to put several sounds how do I? Link to comment
-WellingTon Posted August 18, 2014 Author Share Posted August 18, 2014 What part do I have to edit? 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