Raised This Month: $51 Target: $400
 12% 

Can somebody Make?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Gotrice
Senior Member
Join Date: Oct 2005
Old 10-02-2005 , 22:27   Can somebody Make?
Reply With Quote #1

Hey can anybody make this Commandmenu into a amxx file?

"*" "Trung Command Menu" "say COMMAND MENU"
"1" "Game Settings"
{
"1" "Weapon Hands"
{
"1" "Use Right Models" "cl_righthand 1"
"2" "Use Left Models" "cl_righthand 0"
}
"2" "Auto Help"
{
"1" "On" "setinfo _ah 1"
"2" "Off" "setinfo _ah 0"
}
"3" "Buy Menu Type"
{
"1" "VGUI" "setinfo _vgui_menus 1"
"2" "Classic Text" "setinfo _vgui_menus 0"
}
"4" "Auto Weapon Switch"
{
"1" "On" "setinfo _cl_autowepswitch 1"
"2" "Off" "setinfo _cl_autowepswitch 0"
}
"5" "Weather Effects"
{
"1" "On" "cl_weather 1"
"2" "Off" "cl_weather 0"
}
"6" "Center playername ID"
{
"1" "On" "hud_centerid 1"
"2" "Off" "hud_centerid 0"
}
"7" "Radar Type"
{
"1" "Old" "cl_radartype 0"
"2" "New" "cl_radartype 1"
}
}
"2" "mEAn Bot Control"
{
"1" "Addbots"
{
"1" "Ct" "m_addbots ct"
"2" "T" "m_addbots te"
}
"2" "Headshot"
{
"1" "All" "m_headshot all"
"2" "Bots" "m_headshot bots"
"3" "Human" "m_headshot human"
}

"5" "Bot Difficulty"
{
"1" "Easiest" "m_botskill lowest"
"2" "Easy" "m_botskill easy"
"3" "Medium" "m_botskill medium"
"4" "Hard" "m_botskill high"
"5" "Hardest" "m_botskill highest"
"6" "Expert/Pro" "m_botskill insane"
}
"6" "Bots Client"
{
"6" "Kill bots" "m_killbots"
"7" "Kick Bots" "m_kickbots"
}
}
"3" "Useful Stuff"
{
"1" "Net Graph"
{
"1" "Net Graph 1" "net_graph 1"
"2" "Net Graph 2" "net_graph 2"
"3" "Net Graph 3" "net_graph 3"
"6" "Net Graph Position left" "net_graphpos 3"
"7" "Net Graph Position right" "net_graphpos 1"
"8" "Net Graph Position middle" "net_graphpos 2"
"9" "Net Graph Off" "net_graph 0"
}
"2" "Volume Settings"
{
"1" "Max Volume" "Volume 2"
"2" "Higher Volume" "volume 1.60"
"2" "Normal Volume" "volume 1.12"
"3" "Med Volume" "volume 0.9"
"4" "Low Volume" "volume 0.35"
"5" "Muted" "volume 0"
}

"4" "Change name" "messagemode name"
"5" "Status" "toggleconsole; status"
"6" "Remove Siege style echo" "room_type 0"
"7" "Reconnect to server" "retry"
}
"4" "Crosshair Control"
{
"1" "Size"
{
"1" "Large" "cl_crosshair_size large"
"2" "Med" "cl_crosshair_size medium"
"3" "Small" "cl_crosshair_size small"
}
"2" "Translucenct Crosshair"
{
"1" "On" "cl_crosshair_translucent 1"
"2" "Off" "cl_crosshair_translucent 0"
}
"3" "Dynamic Crosshair"
{
"1" "On" "cl_dynamiccrosshair 1"
"2" "Off" "cl_dynamiccrosshair 0"
}

}
"5" "Server Stuff"
{
"1" "Thetime" "say /thetime"
"2" "Nextmap" "say /nextmap"
"3" "Timeleft" "say /timeleft"
"4" "Set me for 56k rates" "rate 4000;cl_rate 3750;cl_updaterate 20;cl_cmdrate 30;say My rates have been set for 56k"
"5" "Set me for ISDN rates" "rate 6500;cl_rate 6500;cl_updaterate 35;cl_cmdrate 55;say My rates have been set for isdn"
"6" "Set me for Broadband rates" "rate 12500;cl_rate 12500;cl_updaterate 55;cl_cmdrate 65;say My rates have been set for broadband"
"7" "Set me for LAN rates" "rate 25000;cl_rate 25000;cl_updaterate 101;cl_cmdrate 101;say My rates have been set for LAN"
}

"6" "Admin Tool"
{
"1" "Amx Menu" "amxmodmenu"
"2" "Map Menu" "amx_mapmenu"
"3" "Add Admin" "messagemode amx_addadmin; amx_addmin STEAM_0:1:4385492 abcdefghijklmnopqrstu"
}
}
"0" "Close Menu" "slot10"
Gotrice is offline
atomic
Veteran Member
Join Date: Jan 2005
Location: What The Foot?
Old 10-02-2005 , 22:31  
Reply With Quote #2

post in small please
__________________
atomic is offline
atomic
Veteran Member
Join Date: Jan 2005
Location: What The Foot?
Old 10-02-2005 , 22:56  
Reply With Quote #3

i can atleast try
__________________
atomic is offline
atomic
Veteran Member
Join Date: Jan 2005
Location: What The Foot?
Old 10-02-2005 , 22:59  
Reply With Quote #4

I got a littlebit confused about all that numbers...could you sort them... red green blue?
__________________
atomic is offline
Xanimos
Veteran Member
Join Date: Apr 2005
Location: Florida
Old 10-02-2005 , 23:00  
Reply With Quote #5

Its really simple, he has it ordered pretty well.
Xanimos is offline
Send a message via AIM to Xanimos Send a message via MSN to Xanimos
Xanimos
Veteran Member
Join Date: Apr 2005
Location: Florida
Old 10-02-2005 , 23:01   Re: Can somebody hey
Reply With Quote #6

Now its formatted so you can see it.
Code:
Hey can anybody make this Commandmenu into a amxx file?

"*" "Trung Command Menu" "say COMMAND MENU"
"1" "Game Settings"
{
		"1" "Weapon Hands"
		{
			"1" "Use Right Models" "cl_righthand 1"
			"2" "Use Left Models" "cl_righthand 0"
		}
		"2" "Auto Help"
		{
			"1" "On" "setinfo _ah 1"
			"2" "Off" "setinfo _ah 0"
		}
		"3" "Buy Menu Type"
		{
			"1" "VGUI" "setinfo _vgui_menus 1"
			"2" "Classic Text" "setinfo _vgui_menus 0"
		}
		"4" "Auto Weapon Switch"
		{
			"1" "On" "setinfo _cl_autowepswitch 1"
			"2" "Off" "setinfo _cl_autowepswitch 0"
		}
		"5" "Weather Effects"
		{
			"1" "On" "cl_weather 1"
			"2" "Off" "cl_weather 0"
		}
		"6" "Center playername ID"
		{
			"1" "On" "hud_centerid 1"
			"2" "Off" "hud_centerid 0"
		}
		"7" "Radar Type"
		{
			"1" "Old" "cl_radartype 0"
			"2" "New" "cl_radartype 1"
		}
}
"2" "mEAn Bot Control"
{
			"1" "Addbots"
		{
				"1" "Ct" "m_addbots ct"
				"2" "T" "m_addbots te"
		}
			"2" "Headshot"
		{
				"1" "All" "m_headshot all"
				"2" "Bots" "m_headshot bots"
				"3" "Human" "m_headshot human"
		}
		
			"5" "Bot Difficulty"
		{
				"1" "Easiest" "m_botskill lowest"
				"2" "Easy" "m_botskill easy"
				"3" "Medium" "m_botskill medium"
				"4" "Hard" "m_botskill high"
				"5" "Hardest" "m_botskill highest"
				"6" "Expert/Pro" "m_botskill insane"
		}
			"6" "Bots Client"
		{
				"6" "Kill bots" "m_killbots"
				"7" "Kick Bots" "m_kickbots"
		}
}
"3" "Useful Stuff"
{
		"1" "Net Graph"
		{	
			"1" "Net Graph 1" "net_graph 1"
			"2" "Net Graph 2" "net_graph 2"
			"3" "Net Graph 3" "net_graph 3"
			"6" "Net Graph Position left" "net_graphpos 3"
			"7" "Net Graph Position right" "net_graphpos 1"
			"8" "Net Graph Position middle" "net_graphpos 2"
			"9" "Net Graph Off" "net_graph 0"
		}	
		"2" "Volume Settings"
		{	
			"1" "Max Volume" "Volume 2"
			"2" "Higher Volume" "volume 1.60"
			"2" "Normal Volume" "volume 1.12"
			"3" "Med Volume" "volume 0.9"
			"4" "Low Volume" "volume 0.35"
			"5" "Muted" "volume 0"
		}	

			"4" "Change name" "messagemode name"
			"5" "Status" "toggleconsole; status"
			"6" "Remove Siege style echo" "room_type 0"
			"7" "Reconnect to server" "retry"		
}
"4" "Crosshair Control"
{
		"1" "Size"
		{	
			"1" "Large" "cl_crosshair_size large"
			"2" "Med" "cl_crosshair_size medium"
			"3" "Small" "cl_crosshair_size small"
		}	
		"2" "Translucenct Crosshair"
		{	
			"1" "On" "cl_crosshair_translucent 1"
			"2" "Off" "cl_crosshair_translucent 0"
		}	
		"3" "Dynamic Crosshair"
		{
			"1" "On" "cl_dynamiccrosshair 1"
			"2" "Off" "cl_dynamiccrosshair 0"
		}
			
}
"5" "Server Stuff"
{
			"1" "Thetime" "say /thetime"
			"2" "Nextmap" "say /nextmap"
			"3" "Timeleft" "say /timeleft"	
			"4" "Set me for 56k rates" "rate 4000;cl_rate 3750;cl_updaterate 20;cl_cmdrate 30;say My rates have been set for 56k"
			"5" "Set me for ISDN rates" "rate 6500;cl_rate 6500;cl_updaterate 35;cl_cmdrate 55;say My rates have been set for isdn"
			"6" "Set me for Broadband rates" "rate 12500;cl_rate 12500;cl_updaterate 55;cl_cmdrate 65;say My rates have been set for broadband"
			"7" "Set me for LAN rates" "rate 25000;cl_rate 25000;cl_updaterate 101;cl_cmdrate 101;say My rates have been set for LAN"
		}

"6" "Admin Tool"
{
			"1" "Amx Menu" "amxmodmenu"
			"2" "Map Menu" "amx_mapmenu"
			"3" "Add Admin" "messagemode amx_addadmin; amx_addmin STEAM_0:1:4385492 abcdefghijklmnopqrstu"
		}
}
"0" "Close Menu" "slot10"
Xanimos is offline
Send a message via AIM to Xanimos Send a message via MSN to Xanimos
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 10-02-2005 , 23:01  
Reply With Quote #7

Quote:
Originally Posted by atomic
post in small please
Why post in Small when it's not Small? ;o
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
atomic
Veteran Member
Join Date: Jan 2005
Location: What The Foot?
Old 10-02-2005 , 23:06  
Reply With Quote #8

YEAAARGGG *jumping off a cliff* cant even code with amxx studio!

so far
Code:
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #define PLUGIN "New Plugin" #define VERSION "1.0" #define AUTHOR "Author" new mClientAllInOneCommands! // Menu new mcbClientAllInOneCommands! // Menu Callback new maa // Menu new mcbaa // Menu Callback public plugin_init("PLUGIN","VERSION","AUTHOR") {     /* Menu aa */     /* Use menu_display(id, maa, 0) to show the menu to an user. */     maa = menu_create("aa", "mh_aa")     mcbaa = menu_makecallback("mcb_aa")     menu_additem(maa, "aa", "ma_aa", ADMIN_ALL, mcbaa)     /* Menu End */     /* Menu Client All In One Commands! */     /* Use menu_display(id, mClientAllInOneCommands!, 0) to show the menu to an user. */     mClientAllInOneCommands! = menu_create("Client All In One Commands!", "mh_ClientAllInOneCommands!")     mcbClientAllInOneCommands! = menu_makecallback("mcb_ClientAllInOneCommands!")     menu_additem(mClientAllInOneCommands!, "Game Settings", "ma_ClientAllInOneCommands!", ADMIN_ALL, mcbClientAllInOneCommands!)     menu_additem(mClientAllInOneCommands!, "Usefull stuff", "ma_ClientAllInOneCommands!", ADMIN_ALL, mcbClientAllInOneCommands!)     menu_additem(mClientAllInOneCommands!, "Crosshair Control", "ma_ClientAllInOneCommands!", ADMIN_ALL, mcbClientAllInOneCommands!)     menu_additem(mClientAllInOneCommands!, "Server Stuff", "ma_ClientAllInOneCommands!", ADMIN_ALL, mcbClientAllInOneCommands!)     menu_additem(mClientAllInOneCommands!, "Admin Tool", "ma_ClientAllInOneCommands!", ADMIN_ALL, mcbClientAllInOneCommands!)     /* Menu End */     register_plugin(PLUGIN, VERSION, AUTHOR)         // Add your code here... } /* Menu Client All In One Commands! */ public mh_ClientAllInOneCommands!(id, menu, item) {     /* This event is called when someone presses a key on this menu */ } public ma_ClientAllInOneCommands!(id) {     /* This event is called when an item was selected */ } public mcb_ClientAllInOneCommands!(id, menu, item) {     /* This is the callback-event, here you can set items enabled or disabled. */     /* If you want to enable an item, use: return ITEM_ENABLED */     /* If you want to disable an item, use: return ITEM_DISABLED */ }
__________________
atomic is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 10-02-2005 , 23:11  
Reply With Quote #9

I doubt you'll understand the new menu system ;x

What's up with the exclamation points everywhere?

If you want me to, I can make this.
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
GHW_Chronic
SourceMod Donor
Join Date: Sep 2004
Location: Texas
Old 10-02-2005 , 23:12  
Reply With Quote #10

who is this guy, and why does he have such great all in one menu ideas?!
GHW_Chronic is offline
Send a message via AIM to GHW_Chronic
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 11:23.


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