Special moove of a object
#3

Quote:
Originally Posted by Basicz
Посмотреть сообщение
pawn Код:
// Top of your script ( after includes )
new obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10;

// GameModeInit
obj1 = CreateObject(3114, -810.55603027344, 420.6044921875, 17.095462799072, 0, 0, 180);
obj2 = CreateObject(3114, -789.43017578125, 420.6044921875, 17.095462799072, 0, 0, 180);
obj3 = CreateObject(3114, -768.29992675781, 420.6044921875, 17.095462799072, 0, 0, 180);
obj4 = CreateObject(3114, -747.20837402344, 420.6044921875, 17.099962234497, 0, 0, 180);
obj5 = CreateObject(3114, -726.08239746094, 420.6044921875, 17.099962234497, 0, 0, 180);
obj6 = CreateObject(3114, -704.98468017578, 420.6044921875, 17.099962234497, 0, 0, 180);
obj7 = CreateObject(3114, -683.87829589844, 420.6044921875, 17.099962234497, 0, 0, 180);
obj8 = CreateObject(3114, -662.74847412109, 420.6044921875, 17.099962234497, 0, 0, 180);
obj9 = CreateObject(3114, -641.62139892578, 420.6044921875, 17.099962234497, 0, 0, 180);
obj10 = CreateObject(3114, -620.49261474609, 420.6044921875, 17.099962234497, 0, 0, 180);

//---------------------------

// at your command

MoveObject( obj1, -810.5556640625, 422.2275390625, 21.699628829956, /*speed*/5.0 );
MoveObject( obj2, -789.4296875, 422.2275390625, 21.699628829956, 5.0 );
MoveObject( obj3, -768.2998046875, 422.2275390625, 21.699628829956, 5.0 );
MoveObject( obj4, -747.2080078125, 422.2275390625, 21.699628829956, 5.0 );
MoveObject( obj5, -726.08203125, 422.2275390625, 21.699628829956, 5.0 );
MoveObject( obj6, -704.98468017578, 422.2275390625, 21.699628829956, 5.0 );
MoveObject( obj7, -683.8779296875, 422.2275390625, 21.699628829956, 5.0 );
MoveObject( obj8, -662.748046875, 422.2275390625, 21.699628829956, 5.0 );
MoveObject( obj9, -641.62109375, 422.2275390625, 21.699628829956, 5.0 );
MoveObject( obj10, -620.4921875, 422.2275390625, 21.699628829956, 5.0 );
You mean like that?

Код:
* cruising is tired.
This i already know thanks, the question was if they gonna move to that leaning position or just flat straight up?
That was what happened when i was trying to make the carrier door in aft move just lite this
Reply


Messages In This Thread
Special moove of a object - by cruising - 16.06.2011, 14:27
Re: Special moove of a object - by Basicz - 16.06.2011, 14:39
Re: Special moove of a object - by cruising - 16.06.2011, 14:44
Re: Special moove of a object - by Basicz - 16.06.2011, 14:49
Re: Special moove of a object - by cruising - 16.06.2011, 14:56
Re: Special moove of a object - by Gamer_Z - 16.06.2011, 14:56
Re: Special moove of a object - by cruising - 16.06.2011, 15:02

Forum Jump:


Users browsing this thread: 4 Guest(s)