Errors[+rep]
#1

Hello
What's wrong with this code?
pawn Код:
MoveObject(pdd1, 239.549917,119.577560,1003.218688,1, 0.0, 0.0, 0.0)); // V
the errors:
pawn Код:
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\Server\gamemodes\M-RP.pwn(17236) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\Server\gamemodes\M-RP.pwn(17236) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\Server\gamemodes\M-RP.pwn(17236) : warning 215: expression has no effect
Reply
#2

MoveObject(pdd1, 239.549917,119.577560,1003.218688,1, 0.0, 0.0, 0.0);

One bracket too much!
Reply
#3

Quote:

MoveObject(pdd1, 239.549917,119.577560,1003.218688,1, 0.0, 0.0, 0.0)); // V

hmm check ur spell or..
and also check if u defined the variable

Quote:

MoveObject(pdd1, 239.549917,119.577560,1003.218688,1, 0.0, 0.0, 0.0); // V

Reply
#4

Do:
pawn Код:
MoveObject(pdd1, 239.549917,119.577560,1003.218688,1, 0.0, 0.0, 0.0); // V
As Twisted_Insane said.
Reply
#5

If you know that I said it first, then why are you repeating it?
Reply
#6

when i enter the post i didn't saw ur post when i reply i saw ur first one posted
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)