nuclearsilo583 / zephyrus-store-preview-new-syntax

My rewritten zephyrus store
62 stars 40 forks source link

Compiling Error #114

Closed Villads1 closed 2 years ago

Villads1 commented 2 years ago

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.

Villads1 commented 2 years ago

If needed i can provide a list of what plugins and at what line the error occurs & whatever else needed.

nuclearsilo583 commented 2 years ago

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.

Villads1 commented 2 years ago

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?

nuclearsilo583 commented 2 years ago

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.

Villads1 commented 2 years ago

Okay thanks!