What am I doing wrong?
#1

SOLVED!
Reply
#2

Did you actually compile the script?
Reply
#3

pawn Код:
#include <a_samp>
public OnFilterScriptInit() {
CreateObject(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ, Float:DrawDistance);
}
Compile > be sure its in filterscript > be sure its in your server.cfg > run your server
Reply
#4

Yes, I did. Here, take a look how my FS looks like;


Reply
#5

Uncomment line 3.
Reply
#6

He doesn't even need

#define FILTERSCRIPT
#if defined FILTERSCRIPT
#endif

Can remove all those lines
Reply
#7

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)
Reply
#8

It works, thank you alot!
Reply
#9

No problem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)