Is it possible to Blacklist Incendiary Ammo? I tried blocking saving of Incendiary Ammo from Loadouts. But players just save it in their clip then use infinite ammo to bypass this. So is there any way to not have it work for Incendiary Ammo?
Blacklist Incendiary Ammo
Not sure, considering it's in the clip. I would have to poke around and see.
Merged post
Same as before, just add the ammo type to the Blocked items list in the config... Please refer to the item list for the ammo shortname - https://www.corrosionhour.com/rust-item-list/
{
"Ammo Toggle Command": "ammo",
"Chat Prefix": "Infinite Ammo",
"Chat Prefix Color": "#008800",
"Blocked items": [
"ammo.rifle.incendiary",
"ammo.rocket.fire",
"rock"
]
}
Works wonderful! One thing I noticed is the /toggleammo command says it doesn't exist but the infinite ammo seems to still work and everything for those with the permissionsLincoln
Not sure, considering it's in the clip. I would have to poke around and see.
Merged postSame as before, just add the ammo type to the Blocked items list in the config... Please refer to the item list for the ammo shortname - https://www.corrosionhour.com/rust-item-list/
{"Ammo Toggle Command": "ammo","Chat Prefix": "Infinite Ammo","Chat Prefix Color": "#008800","Blocked items": ["ammo.rifle.incendiary","ammo.rocket.fire","rock"]}
Did you see if this most recent version will break with todays forced update?
i cant seem to get the blocked items to work