View Single Post
Dyaus
Member
Join Date: Aug 2021
Old 04-17-2022 , 14:58   Re: Request Fix a compile Error
Reply With Quote #2

the warning for colors comes from the include cromchat , they are already defined there no need to define them again in plugin so just remove this
Quote:
// Enums Colors
enum any:COLORS {
RED = 0, GREEN, BLUE
};
for the MAX_CLIENTS error just define it at start , put this somewhere on top:
#define MAX_CLIENTS 32

i also noticed you put #include <xs> twice on top , remove one.

for hookchain i don't have much of an idea so you'll have to wait for someone else to solve that

EDIT: for hookchain i think you're missing this .inc https://github.com/s1lentq/reapi/blo...lude/reapi.inc

Last edited by Dyaus; 04-17-2022 at 15:40. Reason: added url
Dyaus is offline