Quote:
Originally Posted by Skyld
Not necessary. If this.objecttype() is returning TServerPlayer, then "this." is already pointing to the player. Therefore, the whole "temp.obj" thing is redundant and you could just use "this." to refer to whatever you joined the class to, regardless of what it is.
|
I think I had problems with it a while ago, which is what spurred me into doing like that. Quite sure the problem was with this.objecttype() returning one thing, while plain objecttype() referred to the player with the joined class. Wish I remembered more.