My collection of IW5 scripts
-
Resxt ok thanks i will try it
-
hi can you make sabotages game mod like mw1 Or can port the game mod itself?
Because the sabotages game mode in mw 3 is only one round and end the game( cannot be changed) -
No sorry
-
Resxt Do you know someone to help with this?
Is it possible to port the mw1 game mod to mw3 ? -
esiii I don't know
-
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...
-
CoBa_09 this method might work but you're doing it completely wrong
I think you can just change HP in the DSR file of the gamemode
-
Resxt Thanks, friend! But in the directory "Plutonium\storage\iw5", there are no files with such extension...
-
CoBa_09 this is when you save a gamemode from private games or when you have a server (then it's in the main folder of your game folder iirc)
-
Resxt I want to use these settings for private game with bots
-
CoBa_09 then save a gamemode and edit the dsr file it saves on your PC, change the maxhealth value
-
Resxt Excellent! Everything worked out! Thank you very much, friend!