plugin help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: plugin help (
/showthread.php?tid=246252)
plugin help -
Tom1412 - 03.04.2011
What plugins do i need to run my server?
#include <a_samp>
#include <streamer>
#include <mysql>
#include <zcmd>
#include <sscanf2>
#include <foreach>
Re: plugin help -
[MG]Dimi - 03.04.2011
Depends on what do you have in your script.
Re: plugin help -
alpha500delta - 03.04.2011
Those are called includes, not plugins. For a basic script you will only need a_samp
If you want to save files you will need Dini or DJson, Y_ini
For new command processors you will need ycmd or zcmd.
Re: plugin help -
Tom1412 - 03.04.2011
well my server wont run
cos i dont have the right plugins so i need to know which plugins to use
Re: plugin help -
Snipa - 03.04.2011
in your server.cfg do you have a plugins line that has sscanf MySQL?