22.07.2011, 23:39
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.
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.