11.06.2010, 16:01
I want to learn how to do "Aliatris: [ID] text here",
Thanx
Thanx
//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
Originally Posted by Hiddos
Like the person's name != the same colour as the text?
SendPlayerMessageToAll |