23.10.2011, 19:42
You're missing the plugins.
WINDOWS
hostname SA-MP SERVER
gamemode0 gamemode1
plugins plugin1 plugin2 plugin3
announce 1
query 1
weburl www.sa-mp.com
LINUX
hostname SA-MP SERVER
gamemode0 gamemode1
plugins plugin1.so plugin2.so plugin3.so
announce 1
query 1
weburl www.sa-mp.com
- Go to your server.cfg
- Make sure you're loading all the required plugins (e.g. plugins streamer buttons etc.)
- Make sure the required plugins are .dll for windows and .so for linux
- If your VPS has linux you need to have the .so plugins and load them by adding a .so next to the plugins in server.cfg (e.g. plugins streamer.so buttons.so etc.)
WINDOWS
hostname SA-MP SERVER
gamemode0 gamemode1
plugins plugin1 plugin2 plugin3
announce 1
query 1
weburl www.sa-mp.com
LINUX
hostname SA-MP SERVER
gamemode0 gamemode1
plugins plugin1.so plugin2.so plugin3.so
announce 1
query 1
weburl www.sa-mp.com