Resxt Excellent! Everything worked out! Thank you very much, friend!

CoBa_09
@CoBa_09
Posts
-
My collection of IW5 scripts -
My collection of IW5 scriptsResxt I want to use these settings for private game with bots
-
My collection of IW5 scriptsResxt Thanks, friend! But in the directory "Plutonium\storage\iw5", there are no files with such extension...
-
My collection of IW5 scriptsHi, 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...