Raised This Month: $ Target: $400
 0% 

SM Super Menu


Post New Thread Reply   
 
Thread Tools Display Modes
Falco
SourceMod Donor
Join Date: Dec 2004
Location: CANADA
Old 07-22-2007 , 19:02   Re: SM Super Menu
Reply With Quote #61

Ahh ok thanks. Had no idea the .sp file had an explanation in it on usage. I thought that was used to recompile if you wanted to add/modify source.
__________________
[DmZ|EPSILON CSS 70.75.139.92:27016
[DmZ|EPSILON GG 70.75.167.30:27015
[DmZ|EPSILON CS:GO Classic Casual 70.75.139.92:27013
[DmZ|EPSILON CS:GO Demolition 70.75.139.92:27014
[DmZ|EPSILON BF3 69.46.43.221:25203 (8-slot) Practice Server
www.dmzepsilon.ca
----------------------
Falco is offline
HO!NO!
Junior Member
Join Date: Apr 2006
Location: Québec
Old 07-22-2007 , 22:02   Re: SM Super Menu
Reply With Quote #62

i cant find how to use the new option @num in your smsuper.ini
HO!NO! is offline
Send a message via ICQ to HO!NO! Send a message via MSN to HO!NO!
pRED*
Join Date: Dec 2006
Old 07-22-2007 , 22:45   Re: SM Super Menu
Reply With Quote #63

Unless I screwed it up just do something like

sm_ban @1 #2

or something to make the first parameter unquoted
pRED* is offline
HO!NO!
Junior Member
Join Date: Apr 2006
Location: Québec
Old 07-23-2007 , 16:24   Re: SM Super Menu
Reply With Quote #64

this is not working like that

"6"
{
"title" "Restrict Weapons"
"admin" "config"
"1"
{
"title" "Restrict Weapons T & CT"
"cmd" "sm_restrict item team @1"
"execute" "server"
"1"
{
"type" "list"
"title" "Chose Weapon to restrict"
"1" "glock"
"2" "usp"
"3" "p228"
"4" "deagle"
"5" "elite"
"6" "fiveseven"
"7" "m3"
"8" "xm1014"
"9" "galil"
"10" "ak47"
"11" "scout"
"12" "sg552"
"13" "awp"
"14" "g3sg1"
"15" "famas"
"16" "m4a1"
"17" "aug"
"18" "sg550"
"19" "mac10"
"20" "tmp"
"21" "mp5navy"
"22" "ump45"
"23" "p90"
"24" "m249"
"25" "primammo"
"26" "secammo"
"27" "vest"
"28" "vesthelm"
"29" "flashbang"
"30" "hegrenade"
"28" "smokegrenade"
"29" "defuser"
"30" "nvgs"
}
}


L 07/23/2007 - 15:59:49: [sm_super_menu.smx] {G4}HO!NO!<3><STEAM_0:1:000000><>
sent command "sm_restrict item team @1" to server console
♦[RESTRICT]☺ Item (@1) is not vaild.
sm_restrict item team @1
HO!NO! is offline
Send a message via ICQ to HO!NO! Send a message via MSN to HO!NO!
Kintaro
New Member
Join Date: Jul 2007
Old 07-23-2007 , 18:06   Re: SM Super Menu
Reply With Quote #65

Hey guys. I need some help. When using the super menu i was tired of typing sm_super in the console so i tried "bind k sm_super", but i have to press esc to bring up the menu. Is there a way to make it so i can type !menu in the chat area or !super and then bind it to a key so it is much easier?

Thanks in advance, Kintaro.
Kintaro is offline
pRED*
Join Date: Dec 2006
Old 07-23-2007 , 19:37   Re: SM Super Menu
Reply With Quote #66

That's a default feature in sourcemod. !super (in chat) works..

And I guess i must have screwed something up with the @ then.. I'll have a look
pRED* is offline
ShadowMoses
Junior Member
Join Date: May 2007
Location: Ventura, CA
Old 07-23-2007 , 20:40   Re: SM Super Menu
Reply With Quote #67

Any way you could make this compatible with Insurgency?
ShadowMoses is offline
^BuGs^
Senior Member
Join Date: May 2007
Old 07-24-2007 , 01:06   Re: SM Super Menu
Reply With Quote #68

Quote:
Originally Posted by HO!NO! View Post
L 07/23/2007 - 15:59:49: [sm_super_menu.smx] {G4}HO!NO!<3><STEAM_0:1:000000><>
sent command "sm_restrict item team @1" to server console
♦[RESTRICT]☺ Item (@1) is not vaild.
sm_restrict item team @1
At least the check is working.
__________________
Sourcemod Plugin Author and Plugin Approver
"The correct way is MAXPLAYERS + 1"
I will not take bugs/new idea reports over the forums. Please use the issue list.
^BuGs^ is offline
Kamelkaze
New Member
Join Date: Jul 2007
Old 07-25-2007 , 06:39   Re: SM Super Menu
Reply With Quote #69

Yeah could you make this compatible for Insurgency? I saw there was an Ins server using it so assumed it worked but it doesn't.
Kamelkaze is offline
Onix.fr
Member
Join Date: Nov 2006
Location: Mer, (FRANCE) 41
Old 07-25-2007 , 13:16   Re: SM Super Menu
Reply With Quote #70

Hello,

Great Job at all.

My futur Menu is (in french because I'm) :

Code:
// Needed Plugin or extension
// Basic Votes (votemap, votekick, voteban)
// Mapchooser (AMXX port)
// Nextmap (port from amxx)
// SM Super Commands
// Restrict Item

"Commands"
{
    "title"        "Choisissez une option"
    "1"
    {
        "title"     "Options Fun"
        "admin"        "custom4"
        "1"
        {
            "title"            "Desarmer un Joueur"
            "cmd"            "sm_disarm #1"
            "execute"        "player"
            "1"
            {
                "type"         "teamplayer"
                "method"    "name"
                "title"        "Joueur/Team a Desarmer"
            }
        }
        "2"
        {
            "title"            "Bruler et desarmer un Joueur"
            "cmd"            "sm_burn #1 #2;sm_disarm #1"
            "execute"        "player"
            "1"
            {
                "type"         "teamplayer"
                "method"    "name"
                "title"        "Joueur/Team a Bruler"
            }
            "2"
            {
                "type"         "list"
                "title"        "Time:"
                "1"        "0"
                "2"        "5"
                "3"        "10"
                "4"        "20"
                "5"        "30"
            }
        }
        "3"
        {
            "title"            "Joueur en No-Clip"
            "cmd"            "sm_noclip #1 #2"
            "1"
            {
                "type"        "teamplayer"
            }
            "2"
            {
                "type"        "list"
                "1"            "1"
                "1."        "On"
                "2"            "0"
                "2."        "Off"
            }
        }
        "4"
        {
            "title"            "Joueur en mod Dieux"
            "cmd"            "sm_god #1 #2"
            "1"
            {
                "type"        "teamplayer"
            }
            "2"
            {
                "type"        "list"
                "1"            "1"
                "1."        "On"
                "2"            "0"
                "2."        "Off"
            }
        }
    }
    "2"
    {
        "title"        "Gestion des joueurs"
        "admin"        "custom4"
        "1"
        {
            "title"        "Slayer un joueur"
            "cmd"        "sm_slay #1"
            "1"
            {
                "type"        "player"
            }
        }
        "2"
        {
            "title"        "Kicker un joueur"
            "cmd"        "sm_kick #1 #2"
            "1"
            {
                "type"        "player"
            }
            "2"
            {
                "type"        "list"
                "title"        "Raison :"
                "1"        "Camping"
                "2"        "Racisme"
                "3"        "Insultes"
            }
        }
        "3"
        {
            "title"        "Banir un joueur"
            "cmd"        "sm_ban #1 #2 #3"
            "1"
            {
                "type"         "player"
            }
            "2"
            {
                "type"        "list"
                "title"        "Temps du Ban :"
                "1"        "0"
                "1."        "Permanent"
                "2"        "5"
                "2."        "5 Minutes"
                "3"        "60"
                "3."        "1 Heure"
            }
            "3"
            {
                "type"        "list"
                "title"        "Raison :"
                "1"        "Wall Hack"
                "2"        "Aimbot"
                "3"        "Insultes et insubordinations"
            }
        }
        "4"
        {
            "title"        "Swaper un Joueur"
            "cmd"        "sm_team #1 #2"
            "1"
            {
                "type"         "player"
            }
            "2"
            {
                "type"        "list"
                "title"        "Team :"
                "1"        "1"
                "1."        "Spectateurs"
                "2"        "2"
                "2."        "Terro"
                "3"        "3"
                "3."        "CT"
            }
        }
        "5"
        {
            "title"        "Inverser les Teams"
            "cmd"        "sm_teamswap"
        }
    }
    "3"
    {
        "title"        "Gestion des Maps"
        "admin"        "custom4"
        "1"
        {
            "title"        "Rallonger la Map"
            "cmd"        "sm_extend #1"
            "1"
            {
                "type"        "list"
                "title"        "Rallonger de :"
                "1"            "5"
                "1."        "5 Minutes"
                "2"            "10"
                "2."        "10 Minutes"
                "3"            "15"
                "3."        "15 Minutes"
                "4"            "20"
                "4."        "20 Minutes"
                "5"            "30"
                "5."        "30 minutes"
                "6"            "45"
                "6."        "45 Minutes"
                "7"            "60"
                "7."        "1 heure"
            }
        }
        "2"
        {
            "title"            "Definir la prochaine Map"
            "cmd"            "sm_nextmap #1"
            "1"
            {
                "type"        "mapcycle"
            }
        }
        "3"
        {
            "title"            "Changer de Map"
            "cmd"            "sm_map #1"
            "1"
            {
                "type"        "mapcycle"
            }
        }
    }
    "4"
    {
        "title"        "Gestion des Votes"
        "admin"        "custom4"
        "1"
        {
            "title"            "Faire un Votemap avec 1 Map :"
            "cmd"            "sm_votemap #1"
            "1"
            {
                "type"        "mapcycle"
            }
        }
        "2"
        {
            "title"            "Faire un Votemap avec 2 Maps :"
            "cmd"            "sm_votemap #1 #2"
            "1"
            {
                "type"        "mapcycle"
            }
            "2"
            {
                "type"        "mapcycle"
            }
        }
        "3"
        {
            "title"            "Faire un VoteKick :"
            "cmd"            "sm_votekick #1 #2"
            "1"
            {
                "type"        "player"
            }
            "2"
            {
                "type"        "list"
                "title"        "Raison :"
                "1"        "Camping"
                "2"        "Racisme"
                "3"        "Insultes"
            }
        }
        "4"
        {
            "title"            "Faire un VoteBan (Max : 30 Min) :"
            "cmd"            "sm_voteban #1 #2"
            "1"
            {
                "type"        "player"
            }
            "2"
            {
                "type"        "list"
                "title"        "Raison :"
                "1"        "Camping"
                "2"        "Racisme"
                "3"        "Insultes"
            }
        }
    }
    "5"
    {
        "title"        "Gestion des Armes"
        "admin"        "custom4"
        "1"
        {
            "title"        "Restreindre une arme : 0 par Team"
            "cmd"        "sm_restrict limit team 0 #1"
            "1"
            {
                "type"        "list"
                "title"        "Choisissez une arme :"
                "1"        "glock"
                "1."        "Glock"
                "2"        "usp"
                "2."        "Usp"
                "3"        "p228"
                "3."        "P228"
                "4"        "deagle"
                "4."        "Deagle"
                "5"        "elite"
                "5."        "Dual Elite"
                "6"        "fiveseven"
                "6."        "Fiveseven"
                "7"        "m3"
                "7."        "Shotgun"
                "8"        "xm1014"
                "8."        "Auto Shotgun"
                "9"        "mac10"
                "9."        "Piou Piou Terro"
                "10"    "tmp"
                "10."        "Piou Piou CT"
                "11"    "mp5navy"
                "11."        "MP5"
                "12"    "ump45"
                "12."        "UMP45"
                "13"    "p90"
                "13."        "P90"
                "14"    "galil"
                "14."        "Galil"
                "15"    "famas"
                "15."        "Famas"
                "16"    "ak47"
                "16."        "AK47"
                "17"    "m4a1"
                "17."        "M4"
                "18"    "sg552"
                "18."        "SG552"
                "19"    "aug"
                "19."        "Aug"
                "20"    "m249"
                "20."        "Batteuse"
                "21"    "scout"
                "21."        "Scout"
                "22"    "awp"
                "22."        "Awp"
                "23"    "sg550"
                "23."        "Auto Snipe CT"
                "24"    "g3sg1"
                "24."        "Auto Snipe Terro"
                "25"    "flashbang"
                "25."        "Flash"
                "26"    "hegrenade"
                "26."        "Grenade"
                "27"    "smokegrenade"
                "27."        "Smoke"
            }
        }
        "2"
        {
            "title"        "Restreindre une arme : 1 par Team"
            "cmd"        "sm_restrict limit team 1 #1"
            "1"
            {
                "type"        "list"
                "title"        "Choisissez une arme :"
                "1"        "glock"
                "1."        "Glock"
                "2"        "usp"
                "2."        "Usp"
                "3"        "p228"
                "3."        "P228"
                "4"        "deagle"
                "4."        "Deagle"
                "5"        "elite"
                "5."        "Dual Elite"
                "6"        "fiveseven"
                "6."        "Fiveseven"
                "7"        "m3"
                "7."        "Shotgun"
                "8"        "xm1014"
                "8."        "Auto Shotgun"
                "9"        "mac10"
                "9."        "Piou Piou Terro"
                "10"    "tmp"
                "10."        "Piou Piou CT"
                "11"    "mp5navy"
                "11."        "MP5"
                "12"    "ump45"
                "12."        "UMP45"
                "13"    "p90"
                "13."        "P90"
                "14"    "galil"
                "14."        "Galil"
                "15"    "famas"
                "15."        "Famas"
                "16"    "ak47"
                "16."        "AK47"
                "17"    "m4a1"
                "17."        "M4"
                "18"    "sg552"
                "18."        "SG552"
                "19"    "aug"
                "19."        "Aug"
                "20"    "m249"
                "20."        "Batteuse"
                "21"    "scout"
                "21."        "Scout"
                "22"    "awp"
                "22."        "Awp"
                "23"    "sg550"
                "23."        "Auto Snipe CT"
                "24"    "g3sg1"
                "24."        "Auto Snipe Terro"
                "25"    "flashbang"
                "25."        "Flash"
                "26"    "hegrenade"
                "26."        "Grenade"
                "27"    "smokegrenade"
                "27."        "Smoke"
            }
        }
        "3"
        {
            "title"        "Restreindre une arme : 2 par Team"
            "cmd"        "sm_restrict limit team 2 #1"
            "1"
            {
                "type"        "list"
                "title"        "Choisissez une arme :"
                "1"        "glock"
                "1."        "Glock"
                "2"        "usp"
                "2."        "Usp"
                "3"        "p228"
                "3."        "P228"
                "4"        "deagle"
                "4."        "Deagle"
                "5"        "elite"
                "5."        "Dual Elite"
                "6"        "fiveseven"
                "6."        "Fiveseven"
                "7"        "m3"
                "7."        "Shotgun"
                "8"        "xm1014"
                "8."        "Auto Shotgun"
                "9"        "mac10"
                "9."        "Piou Piou Terro"
                "10"    "tmp"
                "10."        "Piou Piou CT"
                "11"    "mp5navy"
                "11."        "MP5"
                "12"    "ump45"
                "12."        "UMP45"
                "13"    "p90"
                "13."        "P90"
                "14"    "galil"
                "14."        "Galil"
                "15"    "famas"
                "15."        "Famas"
                "16"    "ak47"
                "16."        "AK47"
                "17"    "m4a1"
                "17."        "M4"
                "18"    "sg552"
                "18."        "SG552"
                "19"    "aug"
                "19."        "Aug"
                "20"    "m249"
                "20."        "Batteuse"
                "21"    "scout"
                "21."        "Scout"
                "22"    "awp"
                "22."        "Awp"
                "23"    "sg550"
                "23."        "Auto Snipe CT"
                "24"    "g3sg1"
                "24."        "Auto Snipe Terro"
                "25"    "flashbang"
                "25."        "Flash"
                "26"    "hegrenade"
                "26."        "Grenade"
                "27"    "smokegrenade"
                "27."        "Smoke"
            }
        }
    }
}
Onix.fr is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:16.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode