Divide the colors, Simple question
#1

Hey, I want to divide the color of the message sent to the player into like 2

Quote:

Ex; OnPlayerConnect(playerid)
{
SendClientMessage(playerid, COLOR_WHITE, "Hey and welcome to (( Make that with yellow color: DM )) server!");
return 1;
}

Reply
#2

I mean that i want all the word with white, But "DM" with yellow
Reply
#3

https://sampwiki.blast.hk/wiki/Colors

pawn Код:
SendClientMessage(playerid, COLOR_WHITE, "Hey and welcome to {FFFF00}DM {FFFFFF}server!");
Reply
#4

You could use http://www.colorpicker.com/ to find colours as well. Always remember the square brackets when adding colours like this, {FFFFFF}.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)