View Single Post
  #3  
Old 02-06-2013, 03:47 AM
Jiroxys7 Jiroxys7 is offline
Hazard to Graal
Jiroxys7's Avatar
Join Date: Apr 2009
Posts: 343
Jiroxys7 will become famous soon enough
Quote:
Originally Posted by Deas_Voice View Post
well, to start with, learn when to use "this" and when to use "thiso".

then after you learnt that, replace every "thiso" with "this" and that's pretty much what i can see is wrong with you code.

you might even want to use 'if (playerenters)' instead of created, like suggested in your other thread.

hint: "thiso" refers to the orginal object, not the one your currently working with.
this.vars that are declared outside of with()'s cannot be accessed within them. That's why I'm using them here.
__________________
MY POSTS ARE PRONE TO EDITS!
Reply With Quote