Making a moving ship - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Making a moving ship (
/showthread.php?tid=112644)
Making a moving ship -
GamerDude - 09.12.2009
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
Re: Making a moving ship -
luigifan9 - 25.02.2010
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.
Re: Making a moving ship -
Fresh9884 - 25.02.2010
Ask "Seif"