Invalid Function of declaration
#5

return 1; in my gamemode and return 0; in my filterscript but the filterscript not work please help
Quote:
Originally Posted by _Zeus
Посмотреть сообщение
Use either return 0; (if it's filterscript) or return 1; (if it's gamemode).

Change
pawn Код:
// ...
    }
    return 1;
    }
    return 0; // this is line 573
}
to:

either
pawn Код:
// ...
    }
    return 1;
}
or
pawn Код:
// ...
    }
    return 0;
}
Reply


Messages In This Thread
Invalid Function of declaration - by xganyx - 08.07.2013, 10:38
Re: Invalid Function of declaration - by Konstantinos - 08.07.2013, 10:40
Re: Invalid Function of declaration - by Deathstalker - 08.07.2013, 10:41
Respuesta: Invalid Function of declaration - by Xabi - 08.07.2013, 10:43
Re: Invalid Function of declaration - by xganyx - 09.07.2013, 01:19
Re: Invalid Function of declaration - by xganyx - 10.07.2013, 01:51
Re: Invalid Function of declaration - by Sandiel - 10.07.2013, 03:15
Re: Invalid Function of declaration - by xganyx - 10.07.2013, 05:13
Re: Invalid Function of declaration - by xganyx - 10.07.2013, 11:32
Re: Invalid Function of declaration - by iggy1 - 10.07.2013, 11:36

Forum Jump:


Users browsing this thread: 2 Guest(s)