Raised This Month: $ Target: $400
 0% 

Serious problem......HELP !!


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
vincentwind
Junior Member
Join Date: Apr 2006
Old 04-29-2006 , 00:49   Serious problem......HELP !!
Reply With Quote #1

/* AMX Mod X script.
*
* (c) Copyright 2005, skywalker
*
* This plugin opens the amx mod x menu when you
* say "menu" in normal chat.
*
*
*/

#include <amxmodx>

public say_menu(id) {
if ((get_user_flags(id) & ADMIN_IMMUNITY) || (get_user_flags(id) & ADMIN_RESERVATION)) {
client_cmd(id,"amx_menu")
}
else
client_cmd(id,"amx_menu")
return PLUGIN_HANDLED
}


public plugin_init() {
register_plugin("Say menu","1.0","skywalker")
register_clcmd("say menu","say_menu",ADMIN_LEVEL_D,"- displays User menu")
return PLUGIN_CONTINUE
}

On the addons\amxmodx\configs,I create autobind.ini
the autobind.ini only include bind "F1" "say menu"
when I put bind "F2" "hlmp_menu" into autobind.ini
In CS,I only can use F1 to show the menu
after go the server,I see my config
only see bind "F2" "hlmp_men"
Can anyone help me ?
have other key bind.amxx??
thank you very much !!!!!!
vincentwind is offline
 



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 05:00.


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