SA-MP Forums Archive
how to fix this pleazz guysss - 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: how to fix this pleazz guysss (/showthread.php?tid=462146)



how to fix this pleazz guysss - simo000 - 05.09.2013

Your server could not be started because you are missing 2 plugin(s) in your /plugins folder which are required for your server as defined in server.cfg

Please upload the required 64 bit Linux CentOS / Generic .so plugins to your /plugin folder.


The following plugins are required:



streamer.so
sscanf.so

my server.cfg

echo Executing Server Config...
lanmode 1
rcon_password rgx2013r3d
maxplayers 50
port 7777
hostname ReD's-GeNeRaTiOnX-[RGX] FR 2013 || [DM] [STUNT] [RACE] [TDM]
mapname [RG]-Gaming
gamemode0 RGXTDM 1
filterscripts XA Weapon-laser HW Fuel new2 irc Gang
plugins streamer sscanf whirlpool
announce 1
query 1
weburl Rgxtdm.tk
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]


Re: how to fix this pleazz guysss - kaisersouse - 05.09.2013

So go to the plugins forum here and grab incognito's streamer plugin and sscanf plugin. Place the .so files in your 'plugins' directory on your server.

These plugins are easy to find and are likely on the first page of our 'plugins' forum


Re: how to fix this pleazz guysss - WopsS - 05.09.2013

Download https://sampforum.blast.hk/showthread.php?tid=102865 and https://sampforum.blast.hk/showthread.php?tid=120356 with extension .so and put it to plugins.


Re: how to fix this pleazz guysss - kaisersouse - 05.09.2013

*sigh* if you give them exact links they'll NEVER learn to search on their own....but yeah. That.


Re: how to fix this pleazz guysss - simo000 - 05.09.2013

same error


Re: how to fix this pleazz guysss - simo000 - 05.09.2013

pleazz help me


Re: how to fix this pleazz guysss - WopsS - 05.09.2013

Give us your server.cfg


Re: how to fix this pleazz guysss - simo000 - 05.09.2013

Quote:
Originally Posted by WopsS
Посмотреть сообщение
Give us your server.cfg
echo Executing Server Config...
lanmode 1
rcon_password rgx2013r3d
maxplayers 50
port 7777
hostname ReD's-GeNeRaTiOnX-[RGX] FR 2013 || [DM] [STUNT] [RACE] [TDM]
mapname [RG]-Gaming
gamemode0 RGXTDM 1
filterscripts XA Weapon-laser HW Fuel new2 irc Gang
plugins streamer sscanf whirlpool
announce 1
query 1
weburl Rgxtdm.tk
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]


Re: how to fix this pleazz guysss - Konstantinos - 05.09.2013

Change to:
pawn Код:
plugins streamer.so sscanf.so Whirlpool.so
You need to add the .so at the end and the case of the letters matters.

"whirlpool" is not same as "Whirlpool".


Re: how to fix this pleazz guysss - WopsS - 05.09.2013

try this
Код:
echo Executing Server Config...
lanmode 1
rcon_password rgx2013r3d
maxplayers 50
port 7777
hostname ReD's-GeNeRaTiOnX-[RGX] FR 2013 || [DM] [STUNT] [RACE] [TDM]
mapname [RG]-Gaming
gamemode0 RGXTDM 1
filterscripts XA Weapon-laser HW Fuel new2 irc Gang
plugins streamer.so sscanf.so whirlpool.so
announce 1
query 1
weburl Rgxtdm.tk
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
and download .so plugins,
Quote:

Download https://sampforum.blast.hk/showthread.php?tid=102865 and https://sampforum.blast.hk/showthread.php?tid=120356 with extension .so and put it to plugins.