mirror of
https://github.com/Resxt/Plutonium-IW5-Scripts.git
synced 2025-04-19 12:42:54 +00:00
7 lines
212 B
Plaintext
7 lines
212 B
Plaintext
Init()
|
|
{
|
|
level.teamTweaks["fftype"].value = 0; // Disable friendly fire
|
|
level.gameTweaks["allowkillcam"].value = 1; // Enable killcams - doesn't seem to work anymore
|
|
level.killcam = true; // Enable killcams
|
|
}
|