SA-MP Forums Archive
Urgent Help Needed. - 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: Urgent Help Needed. (/showthread.php?tid=348899)



Urgent Help Needed. - Jarnu - 07.06.2012

I am Unable to start my Server.. I checked Server log and it gives this error

Код:
[08:55:57] Script[gamemodes/gm4.amx]: Run time error 19: "File or function is not found"
[08:55:57] Number of vehicle models: 0
fast help Would be apriciated..


Re: Urgent Help Needed. - zDevon - 07.06.2012

Check your server.cfg and ensure the plugins list has every plugin from your plugins folder listed there.


Re: Urgent Help Needed. - Jarnu - 07.06.2012

Yes it has!


Re: Urgent Help Needed. - zDevon - 07.06.2012

What plugins are you attempting to load?

Also, are you running Linux or Windows? Better yet, paste your server.cfg.


Re: Urgent Help Needed. - Jarnu - 07.06.2012

sscanf and streamer.. they get loaded Successfully

see:

Код:
[08:55:57]       sscanf plugin loaded.
Код:
Loading plugin: streamer.so
[08:55:57] 

*** Streamer Plugin v2.5 by Incognito loaded ***

[08:55:57]   Loaded.
[08:55:57]  Loaded 2 plugins.



Re: Urgent Help Needed. - zDevon - 07.06.2012

If you are running a Windows server, change the streamer.so and sscanf.so in your server.cfg to streamer.dll and sscanf.dll and ensure that you have the latest version of both of these plugins.


Re: Urgent Help Needed. - Jarnu - 07.06.2012

I am running in Linux and Yes i have Latest Version of both of these Plugins.


Re: Urgent Help Needed. - zDevon - 07.06.2012

Make sure you do instead of just saying that. Be sure you included them each in your script as well.


Re: Urgent Help Needed. - Flake. - 07.06.2012

Quote:
Originally Posted by Jarnu
Посмотреть сообщение
I am running in Linux and Yes i have Latest Version of both of these Plugins.
make sure you have .so at the end of each plugin also make sure all your plugins are up to date and the script is RE-COMPLIED with the new plguin/include versions


Re: Urgent Help Needed. - FalconX - 07.06.2012

Quote:
Originally Posted by (*|Flake|*)
Посмотреть сообщение
make sure you have .so at the end of each plugin also make sure all your plugins are up to date and the script is RE-COMPLIED with the new plguin/include versions
Also, if you can't find any solution to fix that problem you can always use the following plugin to find out what is missing:-

https://sampforum.blast.hk/showthread.php?tid=249226
-FalconX