Raised This Month: $ Target: $400
 0% 

Bind Value


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 



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