Jump to content

Bot Mute


JanKy

Recommended Posts

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

Link to comment

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)

 

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