Quote:
Originally Posted by Luigi203
I think he was trying to achieve
PHP Code:
setstring this.blocklevel,#t(1);
this.blockx = #t(2);
this.blocky = #t(3);
|
PHP Code:
setstring this.blocklevel,#t(1);
this.blockx = strtofloat(#t(2));
this.blocky = strtofloat(#t(3));