public check(){ new text[] = "http://www.mobio.bg/code/checkcode.php?servID=$servID&code=$code" // here i don't know how to get text from the URL new bool:rr if(equal(text, "...")) rr = true; else rr = false; return rr;}