[Help] Of cell +1 REP -
DuongNghia - 24.10.2013
I'm want cell in this map can open/close, any body help me of this ??
Re: [Help] Of cell +1 REP - Patrick - 24.10.2013
Use MoveObject
Re: [Help] Of cell +1 REP -
DuongNghia - 24.10.2013
Quote:
Originally Posted by pds2k12
Use MoveObject
|
How to use that, can you make me a eg ??
Re: [Help] Of cell +1 REP -
reckst4r - 24.10.2013
pawn Код:
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*/);
For further documentation:
https://sampwiki.blast.hk/wiki/MoveObject
Re: [Help] Of cell +1 REP -
DuongNghia - 24.10.2013
Quote:
Originally Posted by reckst4r
pawn Код:
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*/);
For further documentation: https://sampwiki.blast.hk/wiki/MoveObject
|
Can you make this easy ?? and how to find cell
Re: [Help] Of cell +1 REP -
reckst4r - 24.10.2013
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.
Quote:
Originally Posted by DuongNghia
and how to find cell
|
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
Re: [Help] Of cell +1 REP -
DuongNghia - 24.10.2013
Quote:
Originally Posted by reckst4r
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
|
Can you make i't for me ?? This code
Re: [Help] Of cell +1 REP -
reckst4r - 24.10.2013
The code for that interior & for the cells is right below the video.
Re: [Help] Of cell +1 REP -
DuongNghia - 25.10.2013
Quote:
Originally Posted by reckst4r
pawn Код:
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*/);
For further documentation: https://sampwiki.blast.hk/wiki/MoveObject
|
Add what line ??
Re: [Help] Of cell +1 REP -
SsHady - 25.10.2013
We're not your scripting Puppets like if you want anything you just Demand it and we'll create it for you
We're here just to guide you and get you own the way!
Help you with the errors and Help you get going!
This is probably the best documentation you can find about "What you're looking for"
https://sampwiki.blast.hk/wiki/MoveObject