We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi bro about the SURVIVE script, bot`s hit me but i dont die, any player dont dies; bots hits with MELEE but anyone player dont die.
BOT_DEFAULT_NAME = "Zombie" BOT_RESPAWN_TIME = 2 BOT_HP = 100 BOT_ATTACK_DAMAGE = 20 BOT_HIT_GRENADE = 0.98 BOT_HIT_RIFLE = 0.92 BOT_HIT_SMG = 0.97 BOT_HIT_SHOTGUN = 0.93 BOT_HIT_SPADE = 0.96 BOT_BLOCK_BREAK_CHANCE = 100 BOT_BLOCK_BREAK_CHANCE_STRONG = 100 BOTS_MIN = 20 BOTS_MAX = 20 BOTS_PER_PLAYER = 1 HUMAN_SPAWN_RANGE = 128
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi bro
about the SURVIVE script, bot`s hit me but i dont die, any player dont dies; bots hits with MELEE but anyone player dont die.
BOT_DEFAULT_NAME = "Zombie"
BOT_RESPAWN_TIME = 2
BOT_HP = 100
BOT_ATTACK_DAMAGE = 20
BOT_HIT_GRENADE = 0.98
BOT_HIT_RIFLE = 0.92
BOT_HIT_SMG = 0.97
BOT_HIT_SHOTGUN = 0.93
BOT_HIT_SPADE = 0.96
BOT_BLOCK_BREAK_CHANCE = 100
BOT_BLOCK_BREAK_CHANCE_STRONG = 100
BOTS_MIN = 20
BOTS_MAX = 20
BOTS_PER_PLAYER = 1
HUMAN_SPAWN_RANGE = 128
The text was updated successfully, but these errors were encountered: