Raised This Month: $ Target: $400
 0% 

Invalid Cvar Pointer


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
THC420
Junior Member
Join Date: Apr 2018
Old 04-12-2018 , 00:00   Invalid Cvar Pointer
Reply With Quote #1

SOLVED, there was a cvar that was not registered and also a menu that was register but the handler did not exist

Last edited by THC420; 04-12-2018 at 11:58. Reason: SOLVED
THC420 is offline
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 04-12-2018 , 08:49   Re: Invalid Cvar Pointer
Reply With Quote #2

You probably declared a global variable for the cvar, removed the register_cvar() line but forgot to remove a line that refers to this variable using get_pcvar_num(). Remove all unused cvar variables and you will find your issue. Refer to the error line referenced in the error message to find the problem variable.
__________________
Bugsy is offline
THC420
Junior Member
Join Date: Apr 2018
Old 04-12-2018 , 10:50   Re: Invalid Cvar Pointer
Reply With Quote #3

SOLVED

Last edited by THC420; 04-12-2018 at 11:59. Reason: SOLVED
THC420 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 02:11.


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