Skip to content

Uses ANSI escape codes to print colored text in server console [LINUX ONLY PROBABLY]

License

Notifications You must be signed in to change notification settings

sapphonie/sm-consolecolors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

sourcemod-consolecolors

Uses ANSI escape codes to print colored text in server console (LINUX ONLY PROBABLY)

Example usage:

#include <sourcemod>
#include <concolors>

public void OnPluginStart()
{
    PrintToServer(ansi_cyan ... "Hello " ... ansi_bright_magenta ... "there" ... ansi_reset ... "!");
}

About

Uses ANSI escape codes to print colored text in server console [LINUX ONLY PROBABLY]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages