This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Is there a place where I can dl some menu scripts?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Darvil
Zero Posts
Join Date: Aug 2006
Old 08-08-2006 , 06:21   Is there a place where I can dl some menu scripts?
Reply With Quote #1

I must be blind but I can't seem to find any menu script downloads anywhere. Tried googling it but no luck either. Are these usually private? I don't want to learn how to make my own (yes I know I should), isn't there a decent premade one I could dl and upload to my amx mod X?

Can anyone direct me to one?

Thanks.
Darvil is offline
SweatyBanana
BANNED
Join Date: Sep 2005
Location: LOL
Old 08-08-2006 , 10:13   Re: Is there a place where I can dl some menu scripts?
Reply With Quote #2

PHP Code:
#include <amxmodx>

public plugin_init()
{
   
register_clcmd"say /menu","ShowMenu", -1"Shows The menu" )

   
register_menucmd(register_menuid("\yFirst Menu:"), 1023"MenuCommand" )

   return 
PLUGIN_CONTINUE
}

public 
ShowMenuid )
{
   new 
szMenuBody[256]
   new 
keys

   
new nLen formatszMenuBody255"\yFirst Menu:^n" )

   
nLen += formatszMenuBody[nLen], 255-nLen"^n\w1. First Option" )
   
nLen += formatszMenuBody[nLen], 255-nLen"^n\w2. Second Option" )
   
nLen += formatszMenuBody[nLen], 255-nLen"^n\w3. Third Option" )
   
nLen += formatszMenuBody[nLen], 255-nLen"^n\w4. Fourth Option" )
   
nLen += formatszMenuBody[nLen], 255-nLen"^n\w5. Fifth Option" )
   
nLen += formatszMenuBody[nLen], 255-nLen"^n\w6. Sixth Option" )
   
nLen += formatszMenuBody[nLen], 255-nLen"^n\w7. Seventh Option" )
   
nLen += formatszMenuBody[nLen], 255-nLen"^n\w8. Eighth Option" )
   
nLen += formatszMenuBody[nLen], 255-nLen"^n\w9. Ninth Option" )
   
nLen += formatszMenuBody[nLen], 255-nLen"^n^n\w0. Exit" )

   
keys = (1<<0|1<<1|1<<2|1<<3|1<<4|1<<5|1<<6|1<<7|1<<8|1<<9)

   
show_menuidkeysszMenuBody, -)

   return 
PLUGIN_CONTINUE
}

public 
MenuCommandidkey )
{
   
client_printidprint_console"[AMXX] Key=%d"key )
   
client_printidprint_chat"[AMXX] Key=%d"key )

   switch( 
key )
   {
       case 
0client_printidprint_chat"Menu Option #1" )
       case 
1client_printidprint_chat"Menu Option #2" )
       case 
2client_printidprint_chat"Menu Option #3" )
       case 
3client_printidprint_chat"Menu Option #4" )
       case 
4client_printidprint_chat"Menu Option #5" )
       case 
5client_printidprint_chat"Menu Option #6" )
       case 
6client_printidprint_chat"Menu Option #7" )
       case 
7client_printidprint_chat"Menu Option #8" )
       case 
8client_printidprint_chat"Menu Option #9" )
       case 
9client_printidprint_chat"Menu Option EXIT" )
   }

   return 
PLUGIN_HANDLED

SweatyBanana is offline
Send a message via AIM to SweatyBanana Send a message via Yahoo to SweatyBanana
nitricacid
Member
Join Date: Jul 2005
Location: there
Old 08-08-2006 , 17:09   Re: Is there a place where I can dl some menu scripts?
Reply With Quote #3

If you want a simpler version, google counterscript
__________________
nitricacid is offline
Send a message via AIM to nitricacid
Darvil
Zero Posts
Join Date: Aug 2006
Old 08-08-2006 , 17:14   Re: Is there a place where I can dl some menu scripts?
Reply With Quote #4

Thanks Banana.

But where am I suppose to paste this in? I paste it in clmds.ini and cmds.ini and restarted the server yet I can't seem to access anything by typing "Menu" or ShowMenu. Says the command doesn't exist.

My Apologies.. I forgot to mention this is for a 1.6 server/Linux.

Nitriacid

I've looked thru that site before. All the admin script I see are for CS source and also the 1.6 one I see are very basic such as a change level script..

What I want is a menu that most server with amx mod X has which is just a simple menu with kick, ban, changelvl etc etc.. and also of course regular users can do map vote and such.

Last edited by Darvil; 08-08-2006 at 18:04.
Darvil is offline
SweatyBanana
BANNED
Join Date: Sep 2005
Location: LOL
Old 08-08-2006 , 22:00   Re: Is there a place where I can dl some menu scripts?
Reply With Quote #5

install amxmodx on your server..then type amxmodmenu in console.
SweatyBanana is offline
Send a message via AIM to SweatyBanana Send a message via Yahoo to SweatyBanana
Darvil
Zero Posts
Join Date: Aug 2006
Old 08-08-2006 , 23:02   Re: Is there a place where I can dl some menu scripts?
Reply With Quote #6

got it sweaty. Thanks!
Darvil is offline
pagh
Junior Member
Join Date: Jan 2007
Old 01-18-2007 , 04:58   Re: Is there a place where I can dl some menu scripts?
Reply With Quote #7

can you finish the script for me? i wanna use it too! only 2 menu options! "amx_kick #%userid%" and "amx_shaddxp #%userid% 5000"
pagh 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:46.


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