I need the code for an ammo dump/storage crate actor to replace the standard UT power ups.
What it needs to do, is when a player walks over it, it should check the weapons they are carrying against a list and then sets those weapons they have back to a specified ammo amount, sort of like the ammo crates from the Half-Life mod Firearms.
It needs to remain in place; it is a dispenser, not a pickup item.
I was curious as to how you would implement such a feature, any suggestions?
What it needs to do, is when a player walks over it, it should check the weapons they are carrying against a list and then sets those weapons they have back to a specified ammo amount, sort of like the ammo crates from the Half-Life mod Firearms.
It needs to remain in place; it is a dispenser, not a pickup item.
I was curious as to how you would implement such a feature, any suggestions?