View Single Post
CliptonHeist
Senior Member
Join Date: Feb 2016
Old 04-19-2019 , 08:36   Re: Undefined Symbol errors
Reply With Quote #5

Quote:
Originally Posted by ozrich View Post
Thanks Guys.

@CliptonHeist, I was going to use what you suggested, but I wasn't sure. The only issue now is when I compile I get
PHP Code:
warning 219local variable "g_hForceRespawn" shadows a variable at a preceding level 
It is not defined beforehand but is mentioned in some functions. It's also not in the include
Is it defined somewhere other than at the top of the plugin in global vars? local variable warning makes me think that it's being defined elsewhere in the plugin. Could also just rename the global variable as long as it doesn't make anything else break.
CliptonHeist is offline