Scripting/Squirrel/Functions/cRGB

From Vice City Multiplayer
Revision as of 16:44, 8 February 2015 by Hotdogcat (talk | contribs) (→‎Example)
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing


This page needs a description, or needs a better one. Please help us complete the wiki by writing one.


Syntax

RGB( R, G, B )

Arguments

  • int R - Red
  • int G - Green
  • int B - Blue

Example

MessagePlayer("[#CE0C77] Hello this is a coloured message!",player);

Notes

Related Functions