Quote:
Originally Posted by arshyan
Yeah you are right I am Desperate..
Thanks Morgs. Gonna try this.. (Y)
|
I already looked.
Miniclip finally changed the code used for long lines.
It used to be: value*100+param1*(10
+10*param2)-10;
Then change: value*100+param1*(10
*10*param2)-10;
So now that won't work. You need to find the new code they are using.