01.01.2012, 01:23
You mean this?
pawn Код:
new pname[MAX_PLAYER_NAME];
GetPlayerName(playerid, pname, sizeof(pname));
format(string, sizeof(string), "%s ", pname); //do something here
SendClientMessageToAll(COLOR_YELLOW, string);