stock pNameEx(playerid){ new Name[MAX_PLAYER_NAME]; GetPlayerName(playerid, Name, sizeof Name); strreplace(Name, '_', ' '); return Name;}