SA-MP Forums Archive
Run time error 19. help me. - 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: Run time error 19. help me. (/showthread.php?tid=314966)



Run time error 19. help me. - kosspara - 01.02.2012

hi....i have problem that when i open my server setup so it cant be open

Code:

[13:34:59] 
[13:34:59] Server Plugins
[13:34:59] --------------
[13:34:59]  Loading plugin: streamer.so
[13:35:05]   Failed.
[13:35:05]  Loading plugin: sscanf.so
[13:35:06]   Failed.
[13:35:06]  Loading plugin: audio.so
[13:35:08]   Failed.
[13:35:08]  Loaded 0 plugins.

[13:35:08] Script[gamemodes/gp.amx]: Run time error 19: "File or function is not found"
[13:35:08] Number of vehicle models: 0
[13:35:12] --- Server Shutting Down.
please help me to open my server....thanks..

helper get +1 from me ..thanks alot !!!


Re: Run time error 19. help me. - aminj - 01.02.2012

its because of plugins... as you see :
[13:34:59] Loading plugin: streamer.so
[13:35:05] Failed.
[13:35:05] Loading plugin: sscanf.so
[13:35:06] Failed.
[13:35:06] Loading plugin: audio.so
[13:35:08] Failed.
[13:35:08] Loaded 0 plugins.
Is it hosted in windows server?


Re: Run time error 19. help me. - Markā„¢ - 01.02.2012

are you having a linux server ? If its windows then remove .so from those plugins by renaming them.


Re: Run time error 19. help me. - kosspara - 01.02.2012

Quote:
Originally Posted by aminj
View Post
its because of plugins... as you see :
[13:34:59] Loading plugin: streamer.so
[13:35:05] Failed.
[13:35:05] Loading plugin: sscanf.so
[13:35:06] Failed.
[13:35:06] Loading plugin: audio.so
[13:35:08] Failed.
[13:35:08] Loaded 0 plugins.
Is it hosted in windows server?
i am not sure but i use [ window xp 2006 plus edition( professional edition) ] ....it might be window..!!!!


Re: Run time error 19. help me. - [UE]Milan - 01.02.2012

Yes,it is windows now remove .so.


Re: Run time error 19. help me. - kosspara - 01.02.2012

Quote:
Originally Posted by Xtreme_playa
View Post
are you having a linux server ? If its windows then remove .so from those plugins by renaming them.
i use both of plugin as

Code:
streamer sscanf audio
and

Code:
streamer.so sscanf.so audio.so
but i failed ::


Re: Run time error 19. help me. - kosspara - 01.02.2012

Quote:
Originally Posted by [UE]Milan
View Post
Yes,it is windows now remove .so.
ok but again i failed to run my server....why ?


Re: Run time error 19. help me. - Konstantinos - 01.02.2012

Into the server.cfg file, on plugins line should be like this
pawn Code:
filterscript test test1
plugins streamer sscanf audio
without .so
And make sure, the plugins are on your_server\plugins\.dll (Here!)


Re: Run time error 19. help me. - [UE]Milan - 01.02.2012

do you have the DLL in the plugins folder or only .so ?


Re: Run time error 19. help me. - robintjeh - 01.02.2012

You need to download these plugins and put 'em in your plugins directory.