Here is what I added to admin.ini to put it in the admin menu under play commands...
Code:
"PlayerCommands"
{
"Destroy Buildings"
{
"cmd" "sm_destroy #1 #2"
"admin" "sm_kick"
"execute" "player"
"1"
{
"type" "groupplayer"
"method" "steamid"
"title" "Player:"
}
"2"
{ "type" "list"
"title" "Building:"
"1" "Sentry"
"2" "Dispenser"
"3" "Entrance"
"4" "Exit"
"5" "All"
}
}
}
The paste would line up correctly, so make sure everything is in a vertical line.
__________________