Raised This Month: $ Target: $400
 0% 

Serious problem......HELP !!


Post New Thread Reply   
 
Thread Tools Display Modes
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
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 04-29-2006 , 01:08  
Reply With Quote #2

http://forums.alliedmods.net/showthread.php?t=26363
__________________
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
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 05:00.


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