03.02.2013, 19:37 
	
	
	
		Well guys, i need a little help in my Filterscript, that i can't solve anyway.
Well, there is the codes:
Now the error:
I Can't reveal all the code, because it's a surprise to Map Sections 
	
	
	
	
Well, there is the codes:
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/lift1d", true))
    {
 	MoveObject(uss1, -779.39, 3196.35, 9.69, 15000);
}else{
 if(!strcmp(cmdtext, "/lift2d", true))
	{
	MoveObject(uss2, -821.67, 3181.70, 9.89, 15000);
	 	    
}else{
	if(!strcmp(cmdtext, "/lift1u", true))
	{
	MoveObject(uss1, -779.39, 3196.35, 16.80, 15000);
	    }else{
	if(!strcmp(cmdtext, "/lift2u", true))  < This is the line 42
	{
	MoveObject(uss2, -821.67, 3181.70, 17.03, 15000);
    return 0;
}
#endif
Код:
C:\SA-MP\filterscripts\sacarrier.pwn(48) : error 030: compound statement not closed at the end of file (started at line 42) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
	

