My collection of IW5 scripts
-
Medison by default no, but you can simply put a condition in the init function that checks for a server port or a dvar that you set in your server CFG and so on to disable the gun gamemode while keeping the script installed, lots of easy solutions
You can see my mapvote for an example
As for the errors I don't know
-
Resxt it is possible in this script to change gun after 2 kills not 1
-
Medison should be doable by editing several parts of the script, especially around
level.gun_game_weapons_amount
-
Resxt Can you please do it in this file because I don't really understand what needs to be edited https://drive.google.com/file/d/19FFdNBL3-2R98Yv2dwT1qgE3rLqX1Go6/view?usp=sharing
-
Resxt Sorry if I'm bothering you with all this, how to add specialist streak in this script and make zero damage knife?
-
Resxt Regarding the knife, I already found your script, disable damage
-
Resxt by the way deepseek able to edit script and it works great (i mean about 2 kills)
-
Medison I forgot about this sorry, so all good now?
-
Resxt Nothing to be sorry about and yeah 2 kills works great
-
Resxt if you are interested in seeing how ai edit your script here the screen, left is original script
-
Resxt can you please help what i need too edit here i want specialist streak, i tried to edit myself but nothing works correctly
-
Medison try this
Replace with the perks you want
self.pers["gamemodeLoadout"]["loadoutStreakType"] = "specialist" self.pers["gamemodeLoadout"]["loadoutKillstreak1"] = "specialty_scavenger_ks" self.pers["gamemodeLoadout"]["loadoutKillstreak2"] = "specialty_quieter_ks" self.pers["gamemodeLoadout"]["loadoutKillstreak3"] = "specialty_longersprint_ks"
-
Resxt its not working
-
Resxt nevermind i find out how to fix in this line
self.pers["gamemodeLoadout"]["loadoutStreakType"] = "specialist"
should be
self.pers["gamemodeLoadout"]["loadoutStreakType"] = "streaktype_specialist"; thanks a lot for the tip