Color error?
#10

Quote:
Originally Posted by Miia
Посмотреть сообщение
I asked, How am I supposed to do it, if it should be a FS. I got no warnings yet, since I am not sure how to make it in a FS
All you need to do is define FILTERSCRIPT and use OnFilterScriptInit/OnFilterScriptExit callbacks.

pawn Код:
#define FILTERSCRIPT
   
#include <a_samp>
   
public OnFilterScriptInit()
{
    return 1;
}

public OnFilterScriptExit()
{
    return 1;
}
Reply


Messages In This Thread
Color error? - by Miia - 22.02.2014, 17:02
Re: Color error? - by Konstantinos - 22.02.2014, 17:04
Re: Color error? - by Miia - 22.02.2014, 17:05
Re: Color error? - by Miia - 22.02.2014, 19:54
Re: Color error? - by Konstantinos - 22.02.2014, 20:07
Re: Color error? - by Miia - 22.02.2014, 22:13
Re: Color error? - by MP2 - 23.02.2014, 01:02
Re: Color error? - by Miia - 23.02.2014, 06:23
Re: Color error? - by Miia - 23.02.2014, 07:47
Re: Color error? - by Konstantinos - 23.02.2014, 10:21

Forum Jump:


Users browsing this thread: 2 Guest(s)