Jump to content

Bot Mute


v36u

Recommended Posts

Posted

Hi guys, its me again, and i want to make zombies on a DayZ server shut up, like the characters are speaking if you push them or something like that ( like in San Andreas ) and i remember something about a function that makes them shut up, and i hope that works on the player character too. Please help, thanks in advance ^^

Posted (edited)

Use /showsound to get the sound group when they speak (dev mode has to be enabled) and then use setWorldSoundEnabled false on the group that you got in debugscript.

Edited by xyzii
Posted

If you have runcode installed on your server, start it.
And then do crun setDevelopmentMode(true).

If you don't have, you'll have to do a script for it.
 

local devState = false

addCommandHandler("devmode", function()
	devState = not devState
	setDevelopmentMode(devState)
end)

 

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