View Single Post
HellsCook
Junior Member
Join Date: Dec 2010
Old 12-17-2010 , 00:35   Re: [TF2]Player's TF2items.com backpack
Reply With Quote #25

I was trying to add an option to access the plugin to my menu. When I try to use it, it tells me "No matching client was found". Any idea how to make it work?

Code:
        "View Backpack"
        {
            "cmd"            "sm_backpack #1"
            "execute"        "player"
            "1"
            {
                "type"         "player"
                "method"    "name"
                "title"        "Player to Examine"

            }
        }
HellsCook is offline