23.01.2016, 09:58
if you have
remove it, remove onfilterscriptinit and onfilterscriptexit (copy what needed to be copied under them) and then write ongamemodeinit and ongamemodeexit callbacks and put what you've copied under each one (onfilterscriptinit content -> under ongamemodeinit)
put this code too:
make sure that the number of brackets used in the whole script is even and not an odd, be cause you could've missed a bracket.
pawn Код:
#define FILTERSCRIPT
put this code too:
pawn Код:
#else
main()
{
}
#endif