new name[MAX_PLAYER_NAME];GetPlayerName(playerid, name, MAX_PLAYER_NAME);new pos = strfind(name, "_");if(pos != -1) name[pos] = ' ';