View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 04-19-2019 , 10:55   Re: Undefined Symbol errors
Reply With Quote #8

Quote:
Originally Posted by ozrich View Post
Thanks. I moved it to the top of the plugin and that fixed it. I have a couple of more errors if you don't mind helping? If not that's cool.

I receive
PHP Code:
(841) : warning 213tag mismatch 
for line
PHP Code:
g_iCollOff FindSendPropInfo("CBaseEntity""m_CollisionGroup"); 
I believe I need to do a check for the Prop first?
It is telling you that g_iCollOff is not the same type as what FindSendPropInfo returns (which is an int), but you haven't provided us the declaration for g_iCollOff so that is all that can be said.
__________________
asherkin is offline