new name[MAX_PLAYER_NAME];GetPlayerName(playerid, name, sizeof(name));printf("player name %s was found by id: %d",name,FindPlayerByName(name));