This is an include for general chat configuration within the server. You will be able to manage the chat for one or more players at the same time, all synchronized with its native functions.
Place "#include configChat" after all your includes, it needs to be the last one of all.
- y_hooks ( link for github )
- foreach ( link for github ) or ( github )
- y_iterate ( link for github )
native TogglePlayerChat(playerid, bool:status);
native ToggleServerChat(bool:status);
native IsPlayerToggleChat(playerid);
native IsServerToggleChat();
native ClearPlayerChat(playerid, lines);
native ClearServerChat(lines);
native SendServerMessage(color, const message[]);
native SendPlayerMessage(playerid, color, const message[]);
Enjoy :)