hardcore_tweaks 1.0

This commit is contained in:
Resxt
2022-03-22 16:16:48 +01:00
parent 4204298b3e
commit ee004894e2
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
Init()
{
level.teamTweaks["fftype"].value = 0; // Disable friendly fire
level.gameTweaks["allowkillcam"].value = 1; // Enable killcams
}