View Single Post
Author Message
sapphonie
Junior Member
Join Date: Aug 2020
Location: ohio
Old 08-31-2021 , 15:21   [INC] Console colors
Reply With Quote #1

Uses ansi escape codes to print colored chat to server console, probably only works on linux.

Thanks nosoop for some help.

https://github.com/sapphonie/sourcemod-consolecolors

Example:


Code:
#include <sourcemod>
#include <concolors>

public void OnPluginStart()
{
    PrintToServer(ansi_cyan ... "Hello " ... ansi_bright_magenta ... "there" ... ansi_reset ... "!");
}
__________________
she/her
sapphonie is offline