SA-MP Forums Archive
error 010: invalid function or declaration - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: error 010: invalid function or declaration (/showthread.php?tid=636612)



error 010: invalid function or declaration - SeifGeny - 30.06.2017

Here is the line help please

Код:
SendClientMessage( playerid , COLOR_GREEN , string ) ; } } }  } return 1 ; }



Re: error 010: invalid function or declaration - Astralis - 30.06.2017

Post whole code.


Re: error 010: invalid function or declaration - Beryllium - 01.07.2017

PHP код:
SendClientMessageplayerid COLOR_GREEN string ); 


}  
}
return 
1

I also suggest you to post the code if you got the same error again.

You may get loose indentation warning, So post the code to fix this.