stock GetTeleportFile(cmd[]) { new String[120]; format(String, sizeof String, "Teleports/%s.txt", cmd); return String; }