Nov 19, 2024, 5:27 PM
Resxt Excellent! Everything worked out! Thank you very much, friend!
Resxt Excellent! Everything worked out! Thank you very much, friend!
Resxt I want to use these settings for private game with bots
Resxt Thanks, friend! But in the directory "Plutonium\storage\iw5", there are no files with such extension...
Hi, friends! Tell me how to add a line with low health?
Init()
{
level.teamTweaks["fftype"].value = 1; // Disable friendly fire
level.gameTweaks["allowkillcam"].value = 1; // Enable killcams - doesn't seem to work anymore
level.killcam = false; // Enable killcams
self.maxhealth = 10;
}
“self.maxhealth = 10;” - This method doesn't work...