Scripting/Squirrel/Functions/ClientMessage

From Vice City Multiplayer
Revision as of 21:00, 2 February 2014 by Shadow (talk | contribs)
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing

This function will send a coloured message to a player.

Syntax

ClientMessage( message, player, R, G, B )

Arguments

  • string message - The message to send
  • Player playerTo - The player to send the message to
  • int R - The amount of red
  • int G - The amount of green
  • int B - The amount of blue

Example

This page needs an example. We will try our best to complete the wiki as soon as possible.

Notes

Related Functions