09.12.2009, 07:19
HI all, I have a little problem with my new gamemode that I am working on. I have a ship I have put together in MTA, but when I use MoveObject, the ship goes dlightly diagonally, backwards (i have tried using - but with no luck), and the objects slowly close in on each other. Is there a way to reduce 24 objects into one identifier? such as:
and how would i go at making the player stick to the object as if they were surfing on a vehicle? because when I try to jump i get flown backwards.
thanks
Код:
new ship[4] = { {CreateObject(0,0,0,0,0,0,0)}, {CreateObject(0,0,0,0,0,0,0)}, {CreateObject(0,0,0,0,0,0,0)}, {CreateObject(0,0,0,0,0,0,0)}; }
thanks