why did you use thiso.flags?
you only have to use it outside of the with() function if you are regarding it to a this.flag outside of the with() function. like
PHP Code:
function onCreated() {
this.whatever = "hi";
with(findPlayer("callimuc")) {
chat = thiso.whatever;
nick = thiso.whatever;
}
}
this.flag inside the with() function would attribute to the stuff inside the with() function (in this case the
findPlayer("callimuc")
ps: what kind of sniper are you trying to do o.O just looks like a random crosshair being shown somewhere with a laggy player check