Scripting/Squirrel/Functions/cRGB
This wiki is using an old backup from 2020
Some information may be old/missing
Syntax
RGB( R, G, B )
Arguments
- int R - Red
 - int G - Green
 - int B - Blue
 
Example
function onPlayerJoin( player )
{
MessagePlayer("[#CE0C77] Welcome to the server",player);
}