Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Did you actually compile the script?
Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
He doesn't even need
#define FILTERSCRIPT
#if defined FILTERSCRIPT
#endif
Can remove all those lines
Posts: 103
Threads: 2
Joined: Jun 2008
Reputation:
0
Just use what I told you to,
Indeed don't define! Just include a_samp, then open your OnFilterScriptInit.
And then you objects like you did now, close the init > compile > run.
* In this case you are checking if it is defined but.. you didnt (becouse you commented #define filterscript)
So it would ignore everything under that line (if defined)
Posts: 78
Threads: 6
Joined: Nov 2011
Reputation:
0
It works, thank you alot!