24.10.2013, 17:15
I'm want cell in this map can open/close, any body help me of this ??

Cell1 = CreateObject(14464,200,200,3,0.00000000,0.00000000,0.00000000);
MoveObject(Cell1,205/*New Pos X*/,205/*New Pos Y*/,5/*New Pos Z*/,3/*Move speed*/);
pawn Код:
|
Yes, it's quite easy. Simply make an object like I did in the example "Cell1 = CreateObject(....)", and move it with "MoveObject(Name(In the example it was Cell1),x,y,z,speed)". You can easily put this under a command, or a function.
I'm not exactly sure what you mean. The cell is where you place it with CreateObject, and it will be moved to the position you specify in MoveObject |
pawn Код:
|