zcmd.inc compiling problems
#7

Well the problem is quite simple.

First of all, you need to put
pawn Код:
#include <a_samp>
on the very top - it has to be the first include.

Second of all, you need to add the initialization of the filterscript, but adding this above OnPlayerCommandText:
pawn Код:
public OnFilterScriptInit()
{
    return 1;
}
Reply


Messages In This Thread
zcmd.inc compiling problems - by Red_Dragon. - 10.12.2012, 17:34
Re: zcmd.inc compiling problems - by LarzI - 10.12.2012, 17:36
Re: zcmd.inc compiling problems - by Red_Dragon. - 10.12.2012, 17:40
Re: zcmd.inc compiling problems - by LarzI - 10.12.2012, 18:00
Re: zcmd.inc compiling problems - by Red_Dragon. - 10.12.2012, 18:05
Re: zcmd.inc compiling problems - by DiGiTaL_AnGeL - 10.12.2012, 18:10
Re: zcmd.inc compiling problems - by LarzI - 10.12.2012, 18:11
Re: zcmd.inc compiling problems - by Red_Dragon. - 10.12.2012, 18:15
Re: zcmd.inc compiling problems - by LarzI - 10.12.2012, 18:22
Re: zcmd.inc compiling problems - by Red_Dragon. - 10.12.2012, 18:33

Forum Jump:


Users browsing this thread: 5 Guest(s)