09.01.2010, 15:32
Hi everyone!
Here's my problem:
I've got this
And i'm happy it works!
But if i type a text ALL text is blue (C_COP = Blue)
But i only want the name and id to be bleu, so how do i do that??
Here's my problem:
I've got this
Quote:
if (PlayerInfo[playerid][pMember] == 11 || PlayerInfo[playerid][pLeader] == 11) { GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "%s (%d) : %s", sendername, playerid, text); SendClientMessageToAll(C_DRL ,string); } |
But if i type a text ALL text is blue (C_COP = Blue)
But i only want the name and id to be bleu, so how do i do that??