A lazy Cat Posted August 1, 2013 Posted August 1, 2013 Need a drop.all (log) method please Could they post a example so i can work it out
riet Posted August 1, 2013 Posted August 1, 2013 Why do all these noob scripters use this.client.blabla instead of client.blabla
danimals Posted August 1, 2013 Posted August 1, 2013 Why do all these noob scripters use this.client.blabla instead of client.blabla You are suposed to use this when you have a param of the same name.
Pseudo Posted August 1, 2013 Posted August 1, 2013 Why do all these noob scripters use this.client.blabla instead of client.blabla Lol, lookup the 'this' keyword...
riet Posted August 1, 2013 Posted August 1, 2013 Why do all these noob scripters use this.client.blabla instead of client.blabla Lol, lookup the 'this' keyword... Thats no answer on my damn question lol
danimals Posted August 1, 2013 Posted August 1, 2013 Why do all these noob scripters use this.client.blabla instead of client.blabla Lol, lookup the 'this' keyword... Sorry for double quote but, You are suposed to use this when you have a param of the same name not whenever you want.
riet Posted August 1, 2013 Posted August 1, 2013 Why do all these noob scripters use this.client.blabla instead of client.blabla Lol, lookup the 'this' keyword... Sorry for double quote but, You are suposed to use this when you have a param of the same name not whenever you want. Got a example????
danimals Posted August 1, 2013 Posted August 1, 2013 (edited) Why do all these noob scripters use this.client.blabla instead of client.blabla Lol, lookup the 'this' keyword... Sorry for double quote but, You are suposed to use this when you have a param of the same name not whenever you want. Got a example???? EHm not sure if you are serious but eh i will post one: public final class Example { private String text; public Example(String text) { this.text = text; } } Code is ugly since i did it on the quote but w.e Edited August 1, 2013 by danimals