Please help me to fix this Problem about Prison Cells Door
#1

I have a problem about my Prison Script. I was confused why the cell door sliding forward backward, But i want is cell door sliding left to right. if im using command /opencells it was sliding Forward and when im using /closecells its going to backward back to old position. I just want to know how to fix this problem about my script in door cells

___________________
Give me some Reputation


This is my script SS:






















Reply
#2

Do you try to set rotation in function MoveObject?
Reply
#3

Instead of
pawn Код:
MoveObject(id,X+1.25,y,z,...,);
try
MoveObject(id,x,Y+1.25,z,...,);//or -1.25 IDK...
Reply
#4

Quote:
Originally Posted by Ardenshy
Посмотреть сообщение
Do you try to set rotation in function MoveObject?
How to do that rotation in Function MoveObject
Reply
#5

pawn Код:
MoveObject(ObjectID,X,Y,Z,Speed,RotationX,RotationY,RotationZ);
Set this rotation like in CreateObject.
Reply
#6

Thanks for Helping @Mattes its now Working your the great men
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)