How i install filterscriptS? -
JustusB007 - 22.07.2011
Hello, people
I readed all tutorials how to install filter and plugin scripts etc...
But everytime i set the filterscripts in the filterscript folder... ( and by server.cfg)
And then i start the server he said he wont execute the file .amx its unable?!
And how i make my own and use that for my server?
Greetz Justus
Re: How i install filterscriptS? -
Zh3r0 - 22.07.2011
There are 2 types of files.
.pwn and
.amx
The
.pwn file is for editing your source code, then you must hit the compile button or
F5-F6, If the code is well written without any mistakes so no errors come up, the
.amx file will be created.
The
.amx file is used by the server, it is the file that is being read and transforms the inside code into "living" stuff into the server.
The filterscripts created/downloaded must be placed in
filterscripts folder and must have the
.amx file present.
The plugins must be placed into the
plugins folder, now it depends on what operating system you have, if you have Linux, the plugins must be in
.so format, if you run Windows, then the plugins must be
.dll
Certain plugins requires the .NET Framerwork 3.0 to work.
Re: How i install filterscriptS? -
JustusB007 - 22.07.2011
Ok, Thnx for info
But with i must make amx. files for example Pawno?
Greetz Justus
Re: How i install filterscriptS? -
Zh3r0 - 22.07.2011
Quote:
Originally Posted by JustusB007
Ok, Thnx for info
But with i must make amx. files for example Pawno?
Greetz Justus
|
What you mean? Yes, to compile you must use the pawn.exe from the
pawno folder.
Open your scripts with that program.
Re: How i install filterscriptS? -
JustusB007 - 23.07.2011
I Downloaded it the Lux Admin System and opened in Pawno then i disabled two rcon passwords...
Then i press f5 and then there are some 20 errors :O and i didnt changed anything?!
You know the problem?
Greetz Justus
Re: How i install filterscriptS? -
Memoryz - 23.07.2011
Just use the .amx that they give you already
Re: How i install filterscriptS? -
JustusB007 - 23.07.2011
Quote:
Originally Posted by Memoryz
Just use the .amx that they give you already
|
I did...
Re: How i install filterscriptS? -
Kingunit - 23.07.2011
How can you know the errors if you using the .amx they gave? Then you don't need to compile it. Just upload, and ingame. /rcon password and then /rcon loadfs fsname
Re: How i install filterscriptS? -
misho1 - 23.07.2011
Wrong Section
Any Way This Video Will Help You [ame="http://www.youtube.com/watch?v=mB0qLUcSgAs"]http://www.youtube.com/watch?v=mB0qLUcSgAs[/ame]
Re: How i install filterscriptS? -
Zh3r0 - 23.07.2011
Quote:
Originally Posted by misho1
|
Wrong selection? Wasn't this a section and not a selection?
Re: How i install filterscriptS? -
JustusB007 - 23.07.2011
But one question more :$
Where i can find the cordinats?
I must use them for a filterscript....
Greetz Justus
Re: How i install filterscriptS? -
Gazmull - 23.07.2011
Use the /save feature in-game.
Then go at My documents> GTA UserFiles > SAMP > savedpositions.txt then open "savedpositions.txt" and you'll find the coordinates there.