stock GetPlayerNameEx(playerid){ new string[MAX_PLAYER_NAME]; GetPlayerName(playerid, string, sizeof(string)); for(new i; i < MAX_PLAYER_NAME; i++) if (string[i] == '_') string[i] = ' '; return string;}