Raised This Month: $ Target: $400
 0% 

Bind Value


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
tripc
Senior Member
Join Date: Aug 2006
Old 08-09-2009 , 17:28   Bind Value
Reply With Quote #1

There is anyway to get from user the value of bind?

something like that:

PHP Code:
new bind1[32]
get_user_bind("shift",bind1,31)
console_print(id,"Your bind is: %s",bind1
or something like:
PHP Code:
public plugin_init() {
 
register_concmd("bind","bind_value",ADMIN_KICK)
}
 
public 
bind_value(id) {
 new 
arg1[32],arg2[32]
 
read_argv(1,arg1,31)
 
read_argv(2,arg2,31)
 
 
console_print(id,"Your KEY is: %s, and your BIND is: %s",arg1,arg2)
 
 return 
PLUGIN_CONTINUE

its possible?

Thanks in advance.

Last edited by tripc; 08-09-2009 at 17:36.
tripc is offline
AntiBots
Veteran Member
Join Date: May 2008
Location: Brazil
Old 08-09-2009 , 17:53   Re: Bind Value
Reply With Quote #2

No.
__________________
AntiBots is offline
Send a message via ICQ to AntiBots Send a message via MSN to AntiBots Send a message via Skype™ to AntiBots
tripc
Senior Member
Join Date: Aug 2006
Old 08-09-2009 , 19:31   Re: Bind Value
Reply With Quote #3

and when user type "bind <key> <value>"
the server will get the bind and the key

that is possible?
tripc is offline
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 08-09-2009 , 19:57   Re: Bind Value
Reply With Quote #4

You cannot retrieve a users key binds.
__________________
Bugsy is offline
Reply


Thread Tools
Display Modes

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 18:29.


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