[Chat Script Help]
#1

I want to learn how to do "Aliatris: [ID] text here",

Thanx
Reply
#2

pawn Код:
//OnPlayerText
new string[128], name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof(name));
format(string,sizeof(string),"%s [%i]: %s",name,playerid,text);
SendClientMessageToAll(color,string);//Change color
Reply
#3

I want name and text colored different not same like Madoshi's Everystuff
Reply
#4

You can use SetPlayerColor.
Reply
#5

Do you want to make a player's name and playerid with one color and text with another?
Reply
#6

Like the person's name != the same colour as the text?

SendPlayerMessageToAll
Reply
#7

Quote:
Originally Posted by Hiddos
Like the person's name != the same colour as the text?

SendPlayerMessageToAll
THANKS ALOT
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)