Hello There, Guest! Login or Register


I could use some help
#2
Line 14:
Code:
Pirateship = CreateObject(8493, 1908.9828, 543.4374, -0.4981,8, 0.0000, 0.0000, 0.0000);

CreateObject has 7 parameters. Presuming the 5th parameter, "8" is a mistake, try:

Code:
Pirateship = CreateObject(8493, 1908.9828, 543.4374, -0.4981, 0.0000, 0.0000, 0.0000);

Line 30:

MoveObject (Pirateship,1908.9828, 543.4374, -0.4981,8,0.5);

Again, with the MoveObject statement, there appears to be an extra param in there, being 8. MoveObject only has 5 params. Presuming its another mistake, remove the 8 and it's fixed ;)
Reply


Messages In This Thread
I could use some help - by [BA]Matthias - 01-28-2009, 01:34 PM
Re: I could use some help - by Jay - 01-28-2009, 01:50 PM
Re: I could use some help - by [BA]Matthias - 01-28-2009, 04:50 PM
Re: I could use some help - by Philip - 01-29-2009, 11:57 PM
Re: I could use some help - by FarePak - 01-30-2009, 12:44 AM
Re: I could use some help - by [BA]Matthias - 01-30-2009, 05:14 PM