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

[HELP] Adding Commands On Menu Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
shehzad1234
BANNED
Join Date: Jan 2016
Location: https://t.me/pump_upp
Old 12-02-2016 , 04:33   [HELP] Adding Commands On Menu Plugin
Reply With Quote #1

Hi Friends
Please anyone add commands on this code??

Example :
command access admin Flag ADMIN_BAN
amx_showmenu <target name> allows you to on Menu the target client like amx_showmenu player1
amx_showmenu <@Team> allows you on Menu the target Team like amx_showmenu @ts and amx_showmenu @ct
amx_showmenu <@all> allows you to Menu on the target All players like amx_showmenu @all

Please Guys Add this commands in my menu


PHP Code:
#include <amxmodx>

public plugin_init()
{
    
register_plugin("My Menu""1.0""Me");
    
register_clcmd("say /test""ShowMenu"_"TestMenu");
}

public 
ShowMenu(id)
{
    new 
menu menu_create("MyMenu""mh_MyMenu");

    
menu_additem(menu"TEST"""0); // case 0

    
menu_setprop(menuMPROP_EXITMEXIT_ALL);

    
menu_display(idmenu0);

    return 
PLUGIN_HANDLED;
}

public 
mh_MyMenu(idmenuitem)
{
    if(
item == MENU_EXIT)
    {
        
menu_cancel(id);
        return 
PLUGIN_HANDLED;
    }

    new 
command[6], name[64], accesscallback;

    
menu_item_getinfo(menuitemaccesscommandsizeof command 1namesizeof name 1callback);

    switch(
item)
    {
        case 
0client_print(idprint_chat"You have selected TEST");
    }

    
menu_destroy(menu);

    return 
PLUGIN_HANDLED;

Sorry For Bad English
shehzad1234 is offline
Send a message via ICQ to shehzad1234 Send a message via AIM to shehzad1234 Send a message via Yahoo to shehzad1234
shehzad1234
BANNED
Join Date: Jan 2016
Location: https://t.me/pump_upp
Old 12-02-2016 , 06:34   Re: [HELP] Adding Commands On Menu Plugin
Reply With Quote #2

Please Help.
shehzad1234 is offline
Send a message via ICQ to shehzad1234 Send a message via AIM to shehzad1234 Send a message via Yahoo to shehzad1234
Sanjay Singh
Veteran Member
Join Date: Sep 2016
Old 12-02-2016 , 06:40   Re: [HELP] Adding Commands On Menu Plugin
Reply With Quote #3

Good luck!
__________________
Sanjay Singh is offline
Send a message via AIM to Sanjay Singh
shehzad1234
BANNED
Join Date: Jan 2016
Location: https://t.me/pump_upp
Old 12-02-2016 , 09:04   Re: [HELP] Adding Commands On Menu Plugin
Reply With Quote #4

BUMP
shehzad1234 is offline
Send a message via ICQ to shehzad1234 Send a message via AIM to shehzad1234 Send a message via Yahoo to shehzad1234
shehzad1234
BANNED
Join Date: Jan 2016
Location: https://t.me/pump_upp
Old 12-03-2016 , 02:43   Re: [HELP] Adding Commands On Menu Plugin
Reply With Quote #5

BUMP
shehzad1234 is offline
Send a message via ICQ to shehzad1234 Send a message via AIM to shehzad1234 Send a message via Yahoo to shehzad1234
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 12-03-2016 , 11:56   Re: [HELP] Adding Commands On Menu Plugin
Reply With Quote #6

STOP bumping every day , you can bump once in 14 days
__________________
edon1337 is offline
shehzad1234
BANNED
Join Date: Jan 2016
Location: https://t.me/pump_upp
Old 12-03-2016 , 12:28   Re: [HELP] Adding Commands On Menu Plugin
Reply With Quote #7

shehzad1234 is offline
Send a message via ICQ to shehzad1234 Send a message via AIM to shehzad1234 Send a message via Yahoo to shehzad1234
shehzad1234
BANNED
Join Date: Jan 2016
Location: https://t.me/pump_upp
Old 12-15-2016 , 09:13   Re: [HELP] Adding Commands On Menu Plugin
Reply With Quote #8

please help
shehzad1234 is offline
Send a message via ICQ to shehzad1234 Send a message via AIM to shehzad1234 Send a message via Yahoo to shehzad1234
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 12-15-2016 , 09:39   Re: [HELP] Adding Commands On Menu Plugin
Reply With Quote #9

You're so annoying! Where are the moderators around here?
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 12-15-2016 , 13:41   Re: [HELP] Adding Commands On Menu Plugin
Reply With Quote #10

Quote:
Originally Posted by OciXCrom View Post
You're so annoying! Where are the moderators around here?
I think they're on real life.
__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo
EFFx 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 03:42.


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