02.11.2010, 18:30
Errors:
code
Quote:
|
G:\FreshGE(Samod) V2.0\gamemodes\rtprp2.pwn(31331) : error 010: invalid function or declaration G:\FreshGE(Samod) V2.0\gamemodes\rtprp2.pwn(31333) : error 010: invalid function or declaration G:\FreshGE(Samod) V2.0\gamemodes\rtprp2.pwn(3133 : error 054: unmatched closing brace ("}") |
Код:
if (IsPlayerInRangeOfPoint( playerid, 15, 1589.053344, -1638.123168, 14.122960))
{
if( Player[playerid][Group] == 1)
{
MoveDynamicObject(pdgate1,1599.053344,-1638.123168,14.122960, 0.8);
SetTimer("GateClose", 12000, 0);
}
}


: error 054: unmatched closing brace ("}")
(p.s. to be honest i don't even know what enum is )
?
..