Making a moving ship
#1

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:

Код:
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)};
}
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
Reply
#2

I dont think thats possble. If you are the RCON admin increase the gravity to 0.009 and you shouldnt be able to jump far.
Reply
#3

Ask "Seif"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)