Closed Villads1 closed 2 years ago
If needed i can provide a list of what plugins and at what line the error occurs & whatever else needed.
update your store.inc and remove g_cvarChatTag function in module/sp you compile since that function is not being used in latest chat-processor version.
I just deleted the one line containing it and it surprisingly seems to work. I am curious tho, whats the difference between storecombie and normal store?
They are the same but different in how organize it. Store.sp split function into multiple files, store_combine.sp contain all the function in 1 files.
Okay thanks!
I believe most things work fine but theres a few plugins that put out this error when compiling:
"error 017: undefined symbol "g_cvarChatTag""
I run latest Sourcemod & Metamod if that is useful. Thanks in advance.