GetNameWithDots(playerid){ new playersName[MAX_PLAYER_NAME + 6]; GetPlayerName(playerid, playersName, MAX_PLAYER_NAME); strcat(playersName, "....."); return playersName;}