Quote: "a command in Fenix Mod called totalweapons=x, which limits the amount of weapons you can carry"
Well, you probably know more about scripting then me, and i think it is possible with scripting, but i think that it's not a command that limits nr of weapons by standard, but a simple check: "if player has amount of weapon=" example, if "totalweapons=6" was used, had you had 6 weapons it would return true, else false.
Alright got me manuall open.
This is from the Fenix manuall:
"totalweapons=x -if x= the total weapons the player is holding then this will return true else it will return false"
However, with scripting, it should be able after x amount/nr of weapons to disable the player pick up (or buy waever).
If i make something like this myself and it works i'll post here or new thread. I'm also looking for a way to force 1 weapon in a slot with max of 1 weapon for each slot (1st=possible, 2nd dunno)
Good luck m8