mrtw00
Niedersachsen, Germany
Informationen angegeben.
Informationen angegeben.
Currently Offline
Recent Activity
2,669 hrs on record
last played on Mar 13
75 hrs on record
last played on Feb 28
33 hrs on record
last played on Dec 30, 2025
Comments
OG Mega Mops Sep 10, 2017 @ 7:48am 
public static void main(string args) {

String name = "";
int max = Steam.Freindlist.getInt();
for (int i=0;i<max;i++) {
name = Steam.FriendlistAt(i);
if (name.equals("mrtw00")) {
System.out.println("Achtung! Tjard ist "+i+" in ihrer Freundesliste!");
Steam.Freindlist.block(name);
if (Steam.Friendlist.isBlocked(name) == true) {
System.out.println("Tjard ist nun geblockt!");
}
else {
System.out.println("Ein Fehler ist aufgetreten. Versuchen sie es erneut!");
}
}
}

}