#1

How to change The Text color For normal Messages
Reply
#2

Like, SendClientMessage?
Reply
#3

Quote:
Originally Posted by traxrex
How to change The Text color For normal Messages
SendClientMessage(playerid, color (in hex), "Message");
Reply
#4

Or you can just use my include and just put it in as

pawn Код:
#include <a_a_vinc>
SendClientMessage(playerid, Red, "message");
http://solidfiles.com/d/04e/<~ download that

The main colors are in that include, like Red, Blue, Black, White, etc...
Reply
#5

Quote:
Originally Posted by DaneAMattie
Quote:
Originally Posted by traxrex
How to change The Text color For normal Messages
SendClientMessage(playerid, color (in hex), "Message");
He means when they talk in chat box.

OnPlayerSpawn add:
Код:
SendClientMessageToAll(hex color,text);
Replace "hex color" with a color :b
Reply
#6

Change the color In which Every people Talk in A Rp Server
Reply
#7

Quote:
Originally Posted by traxrex
Change the color In which Every people Talk in A Rp Server
I think they use white for public chat?
Reply
#8

Yea How to change That white to an other color in my server
Reply
#9

Here is an example with red.

Код:
SendClientMessageToAll(0xFF3333AA,text);
Reply
#10

or he means the player colors? SetPlayerColor(playerid,Color in hex);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)