Posts: 7
Threads: 1
Joined: Jul 2011
Reputation:
0
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
Posts: 4,510
Threads: 163
Joined: Mar 2008
Reputation:
0
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.
Posts: 7
Threads: 1
Joined: Jul 2011
Reputation:
0
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
Posts: 724
Threads: 62
Joined: Dec 2008
Reputation:
0
Just use the .amx that they give you already
Posts: 1,426
Threads: 56
Joined: Dec 2010
Reputation:
0
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
Posts: 757
Threads: 94
Joined: Feb 2011
Reputation:
0
23.07.2011, 02:53
(
Last edited by misho1; 23/07/2011 at 11:47 PM.
)
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]
Posts: 7
Threads: 1
Joined: Jul 2011
Reputation:
0
But one question more :$
Where i can find the cordinats?
I must use them for a filterscript....
Greetz Justus
Posts: 189
Threads: 12
Joined: Mar 2011
Reputation:
0
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.