My collection of IW5 scripts
-
Can you write a script so that when using the scavenger perk you can still reload bullets for grenades, RPGs or grenade launchers?
Please
-
Resxt hello i saw gun game script and can change perks that always set by default, can you please make separate script that just give perks by default
This is example from gungame script
GiveGunGamePerks()
{
self GivePerk("specialty_fastreload", false); // Sleight of hand
self GivePerk("specialty_longersprint", false); // Extreme conditioning
self GivePerk(GetProPerkName("specialty_longersprint"), false); // Extreme conditioning PRO
self GivePerk("specialty_quickdraw", false); // Quickdraw
self GivePerk("specialty_bulletaccuracy", false); // Steady aim
self GivePerk(GetProPerkName("specialty_bulletaccuracy"), false); // Steady aim PRO
self GivePerk(GetProPerkName("specialty_quieter"), false); // Dead silence PRO
} -
Resxt hello i saw gun game script and can change perks that always set by default, can you please make separate script that just give perks by default
This is example from gungame script
GiveGunGamePerks()
{
self GivePerk("specialty_fastreload", false); // Sleight of hand
self GivePerk("specialty_longersprint", false); // Extreme conditioning
self GivePerk(GetProPerkName("specialty_longersprint"), false); // Extreme conditioning PRO
self GivePerk("specialty_quickdraw", false); // Quickdraw
self GivePerk("specialty_bulletaccuracy", false); // Steady aim
self GivePerk(GetProPerkName("specialty_bulletaccuracy"), false); // Steady aim PRO
self GivePerk(GetProPerkName("specialty_quieter"), false); // Dead silence PRO
} -
Medison you just take this function and keep what's calling it and what's calling the caller and so on
-
No sorry
-
No sorry
-
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...
-
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)
-
CoBa_09 then save a gamemode and edit the dsr file it saves on your PC, change the maxhealth value

Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login