TimeStamp Color
#1

How do I changed the color of the timesstamp (BLACK)? What to add and what to change?



pawn Code:
new string[128], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
format(string, sizeof(string), "{6666FF}(/mt) {00CCFF}%s {6666FF}has Teleported to Montgomery",pName);
Reply
#2

The color of the timestamp is the color of the client message.
Reply
#3

Quote:
Originally Posted by Vince
View Post
The color of the timestamp is the color of the client message.
I forgot:

SendClientMessageToAll(playerid, string);

How do I change that into color code?
Reply
#4

There is no playerid parameter in SendClientMessageToAll change that with the color.
Reply
#5

Quote:
Originally Posted by Lexi'
View Post
There is no playerid parameter in SendClientMessageToAll change that with the color.
Oh thanks i change playerid to 0xandsoon +rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)