Where is .amx file in filterscripts releases? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Where is .amx file in filterscripts releases? (
/showthread.php?tid=275621)
Where is .amx file in filterscripts releases? -
Loque - 10.08.2011
Some users released filterscripts, they link .pwn file to pastebin.
I paste that code on a .pwn file and put it to filterscripts folder, but when i run the server i get the error that the file .amx is missing?
How to solve that? Some users not release .amx file..
Re: Where is .amx file in filterscripts releases? -
JaTochNietDan - 10.08.2011
They don't include the .amx and you need to compile the .pwn file yourself, open the .pwn file in pawno.exe and then press F5 or hit the compile button, then you have your AMX file.
Re: Where is .amx file in filterscripts releases? -
Loque - 10.08.2011
thank you