help error
#1

hi i get this error:
pawn Код:
C:\Documents and Settings\Luc\Bureaublad\Pawno\gamemodes\SDR.PWN(1319) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Warning.
it says line 1319 this is line 1319
pawn Код:
MoveObject(gate1, 1385.557617, -2688.828857, 5); //5 is the speed of opening and the coords when the gate is opened
what is it?
can anyone help me ty alot
Reply
#2

It's a warning, and objects are placed in a 3d space so you need a z coordinate.
Reply
#3

Quote:
Originally Posted by 0rb
It's a warning, and objects are placed in a 3d space so you need a z coordinate.
like this?

pawn Код:
MoveObject(gate1, 1385.557617, -2688.828857,272.734619, 5);
like that?
Reply
#4

yes like that.
Reply
#5

Quote:
Originally Posted by Gamer007
yes like that.
ok ty i gonna try it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)