Raised This Month: $51 Target: $400
 12% 

hook_cvar_change


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ish12321
Veteran Member
Join Date: May 2016
Old 05-25-2018 , 15:52   hook_cvar_change
Reply With Quote #1

hello,
I'm hooking cvar_change with hook_cvar_change(). In callback,however, the new value of the cvar is not coming correct.
__________________
['O|s|G'] | Death Wins a.k.a Ish Chhabra was here
ish12321 is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 05-25-2018 , 23:48   Re: hook_cvar_change
Reply With Quote #2

Ok. Thanks for the info.
__________________
fysiks is offline
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 05-25-2018 , 23:52   Re: hook_cvar_change
Reply With Quote #3

Quote:
Originally Posted by fysiks View Post
Ok. Thanks for the info.
Made my day.

@OP, care to provide some test code?
__________________
HamletEagle is offline
ish12321
Veteran Member
Join Date: May 2016
Old 05-26-2018 , 05:11   Re: hook_cvar_change
Reply With Quote #4

Code:
hook_cvar_change(cvar_pcvar, "function"); public function(pcvar, old, newval) {     client_print(0, print_chat, "%d %d", old, newval); }

Sorry for not providing earlier. The value printed in chat is not the cvar value (old and new both are diff). Am I doing something wrong?
__________________
['O|s|G'] | Death Wins a.k.a Ish Chhabra was here

Last edited by ish12321; 05-26-2018 at 09:01.
ish12321 is offline
CrAzY MaN
Senior Member
Join Date: Mar 2017
Location: India
Old 05-26-2018 , 08:45   Re: hook_cvar_change
Reply With Quote #5

Instead of "new", use something else!
__________________
CrAzY MaN is offline
ish12321
Veteran Member
Join Date: May 2016
Old 05-26-2018 , 09:00   Re: hook_cvar_change
Reply With Quote #6

Quote:
Originally Posted by CrAzY MaN View Post
Instead of "new", use something else!
That was just a test code made in hurry. In original, something else is used.
__________________
['O|s|G'] | Death Wins a.k.a Ish Chhabra was here

Last edited by ish12321; 05-26-2018 at 09:00.
ish12321 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 09:54.


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