Hey, its me again... once again I've hit a dead end with modding. Anyway this time it is about action slots... I ran out of them and need to add more features like Godmode, Changing your model, etc... mainly for an "admin" like tool.
My first thought was I could add more by doing something like this to config_mp in Mw2/Players.
Code:
bind TAB "+scores"
bind ESCAPE "togglemenu"
bind SPACE "+gostand"
bind 1 "weapnext"
bind 2 "weapnext"
bind 3 "+actionslot 3"
bind 4 "+actionslot 4"
bind 5 "+actionslot 2"
bind 6 "+actionslot 5"
bind A "+moveleft"
bind C "togglecrouch"
bind D "+moveright"
bind E "+melee"
bind F "+activate"
But as usual my solution failed and keeps saying Unbound key. (Thinking I could just send my config_mp to all the "Vips" or "Admins" of the server and nothing would go wrong.
Is there a way that I can add more slots and POSSIBLY, add some of the functions to keys like F1, F2, F3... to make it not take up needed gameplay space.
P.s, Shorter then my last thread >.>