21.03.2011, 02:04
So I'm getting this Error MEssage? It was fine until i added my latest gate. This isnt the latest gate this is my first one but since i added a new one i've got this message?
Please help!
ERROR
Please help!
pawn Код:
//Forward
forward PDGateClose();
forward PDGate1Close();
forward ScrapClosed();
forward PrisEntClosed();
pawn Код:
public PDGateClose()
{
MoveObject (PDGate,629.40325927734, -583.38275146484, 15.622407913208, 2.5);
return 1;
}
ERROR
pawn Код:
C:\Users\Tyler Burgess\Documents\SA Servers\Own coded\gamemodes\PoleRlayTest.pwn(13) : error 001: expected token: ";", but found "forward"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.