Moving Objects Back To Where it Started Moving?
#5

pawn Код:
if(strcmp("/movef", cmdtext, true, 10) ==0)
                    {
                    MoveObject(objectid2,-1753.5853,885.3674,295.8750,19.00);
                    return 1;
                    } //this is the cmd
objectid2 = CreateObject(19338,2340.0117,-377.1778,757.0559,0.0,0.0,0.0,0.0); //the object
new objectid2; //on top of script
I want to make 2 cmd the first /movef to move the object to a location and the 2nd /moveb to move the object back to its original place
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)