help . warning 235: public
#1

pawn Код:
forward CloseDoorfbiii();
forward CloseDoorfbii();
pawn Код:
public CloseDoorFbiii()// add by achhraf
{
    MoveObject(doorFbiii, 239.57629, 116.40170, 1002.21411, 3);
    return 1;
}
public CloseDoorFbii()// add by achhraf
{
    MoveObject(doorFbii, 253.22740, 107.98210, 1002.21539, 3);
    return 1;
}
and i get this warning

pawn Код:
warning 235: public function lacks forward declaration (symbol "CloseDoorFbiii")
warning 235: public function lacks forward declaration (symbol "CloseDoorFbii")}
Reply


Messages In This Thread
help . warning 235: public - by morocco - 21.05.2013, 13:23
Re: help . warning 235: public - by Avi Raj - 21.05.2013, 13:29
Re : Re: help . warning 235: public - by morocco - 21.05.2013, 13:55
AW: help . warning 235: public - by HurtLocker - 21.05.2013, 13:59
Re: help . warning 235: public - by Avi Raj - 21.05.2013, 14:01
Re: help . warning 235: public - by Rayan_black - 21.05.2013, 14:11
Re : AW: help . warning 235: public - by morocco - 21.05.2013, 14:14

Forum Jump:


Users browsing this thread: 2 Guest(s)