22.11.2013, 16:15
Player Message (not client) starts with: "PlayerNameHere: " and it gets the color of the player. The rest are white.
So use client message instead.
So use client message instead.
pawn Код:
new
sz_Name[ MAX_PLAYER_NAME ]
;
GetPlayerName( playerid, sz_Name, MAX_PLAYER_NAME );
format( stringbig, sizeof( stringbig ), "%s {FFFFFF}(%d): %s", sz_Name, playerid, text);
SendClientMessageToAll( GetPlayerColor( playerid ), stringbig );