Moving object
#1

if i compile i get 2 warnings because of these warnings my object won't move i think :S

(190) : warning 202: number of arguments does not match definition
(197) : warning 202: number of arguments does not match definition

Line 190: MoveObject(helipad,4726, 382.001038,2500.741211,52.551369,100);
Line 197: MoveObject(helipad,4726, 372.814697,2547.501709,14.510818,100);

I really need this moving object because for my stunt sevrer i create it's to get on a other stunt :P
Reply
#2

Wow that is going to move super slow,
And you only need your X, Y, Z
Reply
#3

It should be (I think)

pawn Код:
MoveObject(objectid,x,y,z);
Not

pawn Код:
MoveObject(objectid,?,x,y,z,?);
Reply
#4

Paste this on the lines you're getting the errors on.
Код:
MoveObject(helipad, 382.001038, 2500.741211, 52.551369, 100.0);
MoveObject(helipad, 372.814697, 2547.501709, 14.510818, 100.0);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)