#define GetNick(%0) GetPlayerName(%0, Nome, 24)new Nome[24];
new string[100];format(string, sizeof(string),"O Nick dele й:%s", GetNick(playerid));print(string);