Jump to content
  • 0

samp runtime error 19 file or function is not found


geo98

Question

Nick: geo98

Problema: am vrut sa urc un server pe sa-mp.gz.

Erori / warnings:Loaded log file: "server_log.txt".

----------

SA-MP Dedicated Server

----------------------

v0.3z-R2, ©2005-2014 SA-MP Team

[15:38:42]

[15:38:42] Server Plugins

[15:38:42] --------------

[15:38:42]  Loading plugin: streamer

[15:38:42]  Failed (plugins/streamer: cannot open shared object file: No such file or directory)

[15:38:42]  Loading plugin: audio

[15:38:42]  Failed (plugins/audio: cannot open shared object file: No such file or directory)

[15:38:42]  Loading plugin: sscanf

[15:38:42]  Failed (plugins/sscanf: cannot open shared object file: No such file or directory)

[15:38:42]  Loaded 0 plugins.

[15:38:42]

[15:38:42] Filterscripts

[15:38:42] ---------------

[15:38:42]  Loaded 0 filterscripts.

[15:38:42] Script[gamemodes/MSGZ2.amx]: Run time error 19: "File or function is not found"

[15:38:42] Number of vehicle models: 0

Lini/script: --

Ai incercat sa rezolvi singur ?:am schimbat pluginurile am sters anumite functii care mai aareau pe net specifice acestei erori

George H.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

Am toate pluginurile. Serverul meu e pentru windows si hostul cred ca merge tot pe windows. Pana ieri am avut alt GM pus si mergea perfect, dar am gasit pe net unul mai bun si frumos si am zis sa vad cu e. Daca il pornesc in pc pe localhost merge perfect, iar pe sa-mp.gs imi apare eroarea de mai sus.

George H.

Link to comment
Share on other sites

configuratia asta merge:

echo Executing Server Config...

lanmode 1

rcon_password geteam

maxplayers 50

port 7777

hostname UNIX | 20:30-21:00 dam lider

gamemode0 GOGF 1

filterscripts arme ctextdraw

plugins sscanf.dll streamer.dll

announce 1

query 1

weburl www.galaxyomega.tk

maxnpc 1

onfoot_rate 40

incar_rate 40

weapon_rate 40

stream_distance 300.0

stream_rate 1000

iar asta nu:

echo Executing Server Config...

lanmode 1

rcon_password geteam

maxplayers 30

port 7777

hostname UNIX | ora 20:30-22:00 dam lider

gamemode0 MSGZ2

filterscripts

announce 1

query 1

weburl www.unix.tk

maxnpc 1

plugins streamer.dll audio.dll sscanf.dll nativechecker.dll

onfoot_rate 40

incar_rate 40

weapon_rate 40

stream_distance 300.0

stream_rate 1000

George H.

Link to comment
Share on other sites

Totdeauna pe host pui pluginurile cu extensia .so specifice serverului linux deoarece pe host folosesti linux si in pc tau folosesti windows pe windows is cu .dll iar pe linux .so verifica daca ai toate pluginurile alea in folderul plugins de pe host si in server.cfg punele .so . Succes !

Link to comment
Share on other sites

T/C. 2 days+ without reply.

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.