hardcore_tweaks 1.0.1

This commit is contained in:
Resxt 2022-04-23 21:12:54 +02:00 committed by GitHub
parent 1ee779097a
commit e76bc74443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
Init()
{
level.teamTweaks["fftype"].value = 0; // Disable friendly fire
level.gameTweaks["allowkillcam"].value = 1; // Enable killcams
}
level.gameTweaks["allowkillcam"].value = 1; // Enable killcams - doesn't seem to work anymore
level.killcam = true; // Enable killcams
}