SA-MP Forums Archive
About Plugins in my server hosting Vortex - 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: About Plugins in my server hosting Vortex (/showthread.php?tid=620552)



About Plugins in my server hosting Vortex - Lloyde - 31.10.2016

in Vortex Server i was hosted on that and i want to know about plugins

like this

Код:
echo Executing Server Config...
lanmode 0
rcon_password ************************
maxplayers 50
port 7800
hostname MetroCity Roleplay Philippines
bind 192.210.148.***
gamemode0 MCRP
plugins sscanf Whirlpool audio streamer
filterscripts anims ChangeHost HW
announce 1
query 1
weburl www.mc-rp.roleplaylife.net
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
rcon 0
mapname Philippines
language Filipino
die_on_error 1
what should i put on this .dll or .so
Код:
plugins sscanf Whirlpool audio streamer



Re: About Plugins in my server hosting Vortex - DTV - 31.10.2016

Depends on what OS the host's given you for your server. If it's linux, put the .so at the end, if not just leave them as is. If you're not sure if it's linux, the normal samp_server.exe should be something like samp03_svr.


Re: About Plugins in my server hosting Vortex - Lloyde - 31.10.2016

its not linux its windows server


Re: About Plugins in my server hosting Vortex - DTV - 31.10.2016

Then just leave the plugins list as is, no need to add the .dll at the end.