31.07.2009, 15:28
dont spam around lol!!!!!!
you must be patience -.- otherwise nobody will help ya
MoveObject(obj, 0= NEW X, 0= NEW Y, 10 = NEW Z, 2.00 = MOVE SPEED );
so the new x,y,z must be the new position where the "elevator" should be moved to.
cheerz
you must be patience -.- otherwise nobody will help ya

Код:
if(strcmp(cmdtext, "/moveobject", true) == 0) { MoveObject(obj, 0, 0, 10, 2.00 ); return 1; }
so the new x,y,z must be the new position where the "elevator" should be moved to.
cheerz