Jump to content

sonic1

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

sonic1's Achievements

Vic

Vic (3/54)

0

Reputation

  1. sonic1

    death sound

    solved I changed volume in other program
  2. sonic1

    death sound

    Guys one more thing Can you tell me how to set volume of song (this song is play during the map) I used it setSoundVolume(sound, 0.5) but nothing happened If need I can show you my playsound script
  3. sonic1

    death sound

    thanks I will try script with it addEventHandler( "onPlayerWasted", getRootElement( ), function() wasted (killer, weapon, bodypart) local sound = playSound ("song.mp3", true) setSoundVolume(sound, 0.5) end addEventHandler( "onClientResourceStart", getResourceRootElement(getThisResource()), ClientStarted ) Is it correct ? i'm new in scripting
  4. sonic1

    death sound

    Hi guys I usually making destruction derby maps. And I saw in one derby map, when somebody die I heard a sound file like hahaha and I want to add this type of script in my map, but i have no idea how to do it. I can't find anything about it on wikia (I heard this sound when I died or when I watched somebody after my death
×
×
  • Create New...