new nome[23], string[128];GetPlayerName(playerid, nome, 23);format(string, 128, "seu nome й: %s", nome);SendClientMessage(playerid, -1, string)