SA-MP Forums Archive
I'm a beginner and still a big noob so need help! - 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)
+--- Thread: I'm a beginner and still a big noob so need help! (/showthread.php?tid=385393)



I'm a beginner and still a big noob so need help! - MatriXScoT - 15.10.2012

When someone posts a cool FS and its in Pastebin what am i supposed to do with it?


Re: I'm a beginner and still a big noob so need help! - RedJohn - 15.10.2012

If you like that FS download it and place it into Filterscripts folder and open server.cfg and add this:
Код:
filterscripts filterscript_name_goes_here



Re: I'm a beginner and still a big noob so need help! - MatriXScoT - 15.10.2012

Quote:
Originally Posted by RedJohn
Посмотреть сообщение
If you like that FS download it and place it into Filterscripts folder and open server.cfg and add this:
Код:
filterscripts filterscript_name_goes_here
When i download it its a .txt file and i save it as .pwn and its still not working and after you told me to do so i've put the .txt in it and i always do the server.cfg but when i start the server it says
Код:
 Loading filescript [filescript.amx]
and than it says
Код:
 Unable to load filescript [filescript.amx]
Its always as .amx :L


Re: I'm a beginner and still a big noob so need help! - RedJohn - 15.10.2012

You NEED to have .amx file in your filterscripts folder and make sure your filterscript is successfully compiled.


Re: I'm a beginner and still a big noob so need help! - lorizz - 15.10.2012

Wants to start a funny server....
Doesn't know how to set it up....


Re: I'm a beginner and still a big noob so need help! - MatriXScoT - 15.10.2012

Quote:
Originally Posted by RedJohn
Посмотреть сообщение
You NEED to have .amx file in your filterscripts folder and make sure your filterscript is successfully compiled.
How to get the .amx in there ? :P and it is successfully compiled


Re: I'm a beginner and still a big noob so need help! - ricardo178 - 15.10.2012

You have to open a new Pawn file with pawno, than paste the code inside, compile it, save it with a name and than put it inside the filterscripts folder in your server. After that, add it to server.cfg as someone said above and start your server. There, you're done.