05.10.2013, 07:54
In most cases, it works with comments
Example:
dont warn, if i put:
he return:
LINE 3, BRACKET 1
or
Large scripts too: (no my script)
without tool:
http://pastebin.com/WDh2k22F
with tool:
http://pastebin.com/Agj4NmHX
Thanks Man
Example:
pawn Code:
func(...) {
// {
/*
{
{
{
*/
print("{ wow its work");
}
pawn Code:
func(...) {
// {
{
/* {
{
{
{
*/
print("{ wow its work");
}
Code:
Existem 1 { a mais demais no cуdigo O erro foi encontrado antes da linha 3 no bracket 1
or
pawn Code:
func(...) {
// {
{
/* {
{
{
{
*/
{{
print("{ wow its work");
}
Code:
Existem 3 { a mais demais no cуdigo O erro foi encontrado depois da linha 18 no bracket 3
without tool:
http://pastebin.com/WDh2k22F
with tool:
http://pastebin.com/Agj4NmHX
Thanks Man