error 076: syntax error in the expression, or invalid function call
#4

Quote:
Originally Posted by RaZvY
View Post
Code:
public FBIgate();
{
MoveObject(FBIGate,310.303253, -1555.700439, 31.081642,2);
return 1;
}
1. use [pawn] tags
2. public FBIgate(); <- Remove semicolon (' ; ')

pawn Code:
public FBIgate()
{
    MoveObject(FBIGate,310.303253, -1555.700439, 31.081642,2);
    return 1;
}
Reply


Messages In This Thread
error 076: syntax error in the expression, or invalid function call - by RaZvY - 26.03.2010, 06:28
Re: error 076: syntax error in the expression, or invalid function call - by NiiRV4N4 - 26.03.2010, 06:32
Re: error 076: syntax error in the expression, or invalid function call - by RaZvY - 26.03.2010, 06:42
Re: error 076: syntax error in the expression, or invalid function call - by Joey Tucker - 09.08.2011, 11:09

Forum Jump:


Users browsing this thread: 1 Guest(s)