SA-MP Forums Archive
Unknown - 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: Unknown (/showthread.php?tid=477579)



Unknown - LemonPunch - 24.11.2013

The blue rings is where the problem are at the picture



How do i change it to my gamemode?


Re: Unknown - toi - 24.11.2013

It could be a problem with plugins, what tells you the log file?


Re: Unknown - LemonPunch - 24.11.2013

Код:
SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team

[16:22:04] 
[16:22:04] Server Plugins
[16:22:04] --------------
[16:22:04]  Loading plugin: sscanf
[16:22:04]   Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[16:22:04]  Loading plugin: streamer
[16:22:04]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[16:22:04]  Loaded 0 plugins.

[16:22:05] 
[16:22:05] Filterscripts
[16:22:05] ---------------
[16:22:05]   Loading filterscript 'Code2.amx'...
[16:22:05] 
--------------------------------------
[16:22:05]  Police Flash lights V2.1
[16:22:05]  By Stefantjuh97
[16:22:05] --------------------------------------

[16:22:05]   Loading filterscript 'buttons.amx'...
[16:22:05]   Loading filterscript 'cs.amx'...
[16:22:05]   Loading filterscript 'RCON.amx'...
[16:22:05]   Loaded 4 filterscripts.

[16:22:10] Script[gamemodes/frp.amx]: Run time error 19: "File or function is not found"
[16:22:10] Number of vehicle models: 0



Re: Unknown - Joy_Freed - 24.11.2013

What's your operating system? If your operating system linux then change the plugins to .so in your server.cfg

For example from "sscanf" to "sscanf.so" and same for the other plugins.

If Windows, change it to .dll


Re : Unknown - samp_boy - 24.11.2013

hello

if you use window version add streamer.dll sscanf.dll
if you use linux version add streamer.so sscanf.so

pawno/Open/Choose Your Gm/Compline


Re: Unknown - toi - 24.11.2013

In fact, you do not load the plugins, be sure to enter them in the cfg file format nameplugins.so and that includes the plugins are up to date


Re: Unknown - LemonPunch - 24.11.2013

Quote:
Originally Posted by toi
Посмотреть сообщение
In fact, you do not load the plugins, be sure to enter them in the cfg file format nameplugins.so and that includes the plugins are up to date
same thing happens


Re: Unknown - FlawPaw - 25.11.2013

Compile your pawno, any errors or warnings?