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

please help !!!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Mohammad Hlwani
Member
Join Date: May 2016
Old 06-26-2016 , 18:52   please help !!!
Reply With Quote #1

i have an basebuilder mode
when i click "m" i enter to the zombie class menu
now
i create an menu and i put it open with "say /bb_menu"
but now i wanna to replace the "m" buttom to "say /bb_menu" instead of "say /class"
please anyone can help ?
i just want to make the "m" open the bb_menu
Mohammad Hlwani is offline
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 06-26-2016 , 18:57   Re: please help !!!
Reply With Quote #2

Just remove

client_cmd(id,"say /class")

And add

client_cmd(id,"say /bb_menu")

If you havent not the plugin for edit, here's

PHP Code:
#include <amxmodx>

#define PLUGIN "Open BB Menu"
#define VERSION "1.0"
#define AUTHOR "EFFx"

public plugin_init() 
{
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_clcmd("chooseteam","OpenMenu")
    
register_clcmd("jointeam","OpenMenu")
}
public 
OpenMenu(id)
{
    
client_cmd(id,"say /bb_menu")

__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo

Last edited by EFFx; 06-26-2016 at 18:58.
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 12:43.


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