Problem with adding gamemodes on server!
#1

Hi, i just rented SAMP server, but it has server control panel what is on webpage (browser based).
So i tried gamemode for test (lvdm), it worked well. Then i downloaded few gamemodes and they didn't work, when i got on server i just had to click spawn and fell to blueberry.
Well, i had experience with LAN server and i pretty much knew how to add gamemodes and stuff, but still it didn't work.

Like i said, i have webpage server control panel, so i have to upload files in there.

Things i did:
1. Downloaded gamemode.
2. Uploaded gamemode .amx and .pwn on gamemode folder.
3. Uploaded scriptfiles into folder.
4. Uploaded plugins into folder.

Edited server.cfg BUT still same thing.
I didn't see in server.cfg plugins, so i just wrote it in there and front of it wrote sscanf and other plugins what server had.

Then i tried to add VIP and Admin commands on lvdm, i did evrything like tutorial said, but nothing even happend.
Unknown command!

I hope you guys understand what is my problem
Reply
#2

Not all gamemodes use the same plugins,put one server on it,open it and post here server.log and server.cfg.
Reply
#3

So, if one gamemode has plugin for example: "streamer" and other has plugin named "streamer" too, but i have to change them anyways?
Reply
#4

Not that,i wanted to say..not all server use same plugins..it can use many more..and on your description the couse may be from plugins,just post here server.log
Reply
#5

Copy of server.cfg

echo Executing Server Config...
lanmode 0
rcon_password *********
// Keelatud muuta algus - server eemaldub //
maxplayers 50
port 8889
// Keelatud muuta l�pp - server eemaldub //
hostname Supra-Gaming
gamemode0 gm 1
filterscripts base objects
plugins streamer sscanf mysql
announce 0
query 1
weburl www.sa-mp.com
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000

And the gamemode what i'm trying to get working:
https://sampforum.blast.hk/showthread.php?tid=359213
Reply
#6

Server log:
SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[23:49:15]
[23:49:15] Server Plugins
[23:49:15] --------------
[23:49:15] Loading plugin: streamer
[23:49:15] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[23:49:15] Loading plugin: sscanf
[23:49:15] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[23:49:15] Loading plugin: mysql
[23:49:15] Failed (plugins/mysql: cannot open shared object file: No such file or directory)
[23:49:15] Loaded 0 plugins.

[23:49:15]
[23:49:15] Filterscripts
[23:49:15] ---------------
[23:49:15] Loading filterscript 'base.amx'...
[23:49:15]
--Base FS loaded.

[23:49:15] Loading filterscript 'objects.amx'...
[23:49:15] Loaded 2 filterscripts.

[23:49:15] Script[gamemodes/gm.amx]: Run time error 19: "File or function is not found"
[23:49:15] Number of vehicle models: 0
Reply
#7

Here is the problem,like i said.
I gues is linux right?
You need plugins for linux with .so extension and in server.cfg at plugins lines it must be like this
plugins streamer.so sscanf.so mysql.so
If is not linux check if you have that plugins in folders.
Reply
#8

No i don't have Linux, i have Windows Vista.
And i have folder called plugins, in there i have:
crashdetect.dll
mysql.dll
sscanf.dll
sscanf.so
streamer.dll
Reply
#9

It can be..he didn`t find the plugins in that folder,you have windows but on the host is not linux?
Reply
#10

Actually i don't know about host is he using linux or not.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)