Raised This Month: $ Target: $400
 0% 

deleteme


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
jopmako
Senior Member
Join Date: Jul 2006
Location: QQ:331537639
Old 12-14-2006 , 02:24   Re: Getting ex_interp impossible?
Reply With Quote #4

Code:
new cl_updaterate[id] public client_cvar(id) {    query_client_cvar(id, "cl_updaterate", "get_cl_updaterate_result")    set_task(0.5,"print_cvar",id) } public print_cvar(id) {    client_print(0,print_chat,"client %d cl_updaterate = %d",id,cl_updaterate[id]) } public get_cl_updaterate_result(id,cvar[],value[]) {    cl_updaterate[id] = str_to_num(value) }

This is a part from my plugin to get client cvars.
__________________
QQ31537639
jopmako is offline
Send a message via MSN to jopmako
 



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 06:53.


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