SA-MP Forums Archive
[HELP]Run time error 19:File or function is not found - 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: [HELP]Run time error 19:File or function is not found (/showthread.php?tid=279485)



[HELP]Run time error 19:File or function is not found - ENES_SINANOVIC - 27.08.2011

Okay, i know that the problem is in Linux, just i dont know how to solve it, can anyone show me step by step how to solve.. Thx


Re: [HELP]Run time error 19:File or function is not found - Shockey HD - 27.08.2011

Show your Server_Log.txt


Re: [HELP]Run time error 19:File or function is not found - iMonk3y - 27.08.2011

Nope, this isn't only linux related problem... you have probably some plugins missing or old version of sa-mp installed. Read some topics about Run time error 19:

https://sampforum.blast.hk/showthread.php?tid=155968
https://sampforum.blast.hk/showthread.php?tid=152077
https://sampforum.blast.hk/showthread.php?tid=185863
http://forum.sa-mp.de/san-andreas-mu...-is-not-found/


Re: [HELP]Run time error 19:File or function is not found - Amel_PAtomAXx - 27.08.2011

and make sure when you adding plugin that you have .so files , and in server.cfg must be writen with .so
exam.
pawn Code:
streamer.so



Re: [HELP]Run time error 19:File or function is not found - Kingunit - 27.08.2011

Most of the times it's just the old version of some populair plugins (streamer, sscanf)


Re: [HELP]Run time error 19:File or function is not found - Sensitive - 27.08.2011

Put .so end in your plugins list.
Like

pawn Code:
plugins Streamer.so LuxAdmin.so
and so on.


Re: [HELP]Run time error 19:File or function is not found - ENES_SINANOVIC - 27.08.2011

Quote:
Originally Posted by Shockey HD
View Post
Show your Server_Log.txt
[22:23:31] Loading filter script 'CarMenu.amx'...
[22:23:31] Vehicle Selection Menu v1.3 by [03]Garsino has been loaded.
[22:23:31] Loading filter script 'GarPM.amx'...
[22:23:31] Loading filter script 'GarStore.amx'...
[22:23:31] Loaded 10 filter scripts.

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


Re: [HELP]Run time error 19:File or function is not found - Amel_PAtomAXx - 27.08.2011

Quote:
Originally Posted by Sensitive
View Post
Put .so end in your plugins list.
Like

pawn Code:
filterscripts Streamer.so LuxAdmin.so
and so on.[/pawn]
huh ? filterscript ??
You mean
pawn Code:
plugins Streamer.so sscanf.so
btw LuxAdmin is FS and it can't be .so , Streamer.so is plugin ...


Re: [HELP]Run time error 19:File or function is not found - Kingunit - 27.08.2011

Please provide your server.cfg here.


Re: [HELP]Run time error 19:File or function is not found - Sensitive - 27.08.2011

Oh yes, i mean Plugins line. Sorry for that. Fixed now.


Re: [HELP]Run time error 19:File or function is not found - Amel_PAtomAXx - 27.08.2011

There's 2 Linux Plugins for ya , Incognito's Streamer and Y_Less's sscanf >>>Click Me<<<


Re: [HELP]Run time error 19:File or function is not found - ENES_SINANOVIC - 28.08.2011

Quote:
Originally Posted by Kingunit
View Post
Please provide your server.cfg here.
echo Executing Server Config...
lanmode 0
rcon_password lol
maxplayers 100
port 7777
hostname [BC] BalkaN-CitY=Rol3Play
gamemode0 BalkaNCitY 1
filterscripts JunkBuster csmenu ls_elevator auto speedcam Odjeca spawner FC Business lordscars IJB tuningcarv1.1 AdminScript CarMenu GarPM GarStore IJB
announce 0
query 1
weburl www.Balkan_Samp.tk
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
plugins streamer sscanf




Re: [HELP]Run time error 19:File or function is not found - ENES_SINANOVIC - 28.08.2011

Quote:
Originally Posted by Amel_PAtomAXx
View Post
There's 2 Linux Plugins for ya , Incognito's Streamer and Y_Less's sscanf >>>Click Me<<<
hey i download it and put into plugins folder and i Compile the GM i will se if its working..


Re: [HELP]Run time error 19:File or function is not found - Amel_PAtomAXx - 28.08.2011

this is correct server.cfg file

pawn Code:
echo Executing Server Config...
lanmode 0
rcon_password lol
maxplayers 100
port 7777
hostname [BC] BalkaN-CitY=Rol3Play
gamemode0 BalkaNCitY 1
filterscripts JunkBuster csmenu ls_elevator auto speedcam Odjeca spawner FC Business lordscars IJB tuningcarv1.1 AdminScript CarMenu GarPM GarStore IJB
announce 0
query 1
weburl [url]www.Balkan_Samp.tk[/url]
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
plugins streamer.so sscanf.so
i told ya' that you need to put .so , and make sure that you have Linux's plugins in "plugins" folder


Re: [HELP]Run time error 19:File or function is not found - ENES_SINANOVIC - 28.08.2011

EDIT:Wrong Message !


Re: [HELP]Run time error 19:File or function is not found - ENES_SINANOVIC - 28.08.2011

Quote:
Originally Posted by Amel_PAtomAXx
View Post
this is correct server.cfg file

pawn Code:
echo Executing Server Config...
lanmode 0
rcon_password lol
maxplayers 100
port 7777
hostname [BC] BalkaN-CitY=Rol3Play
gamemode0 BalkaNCitY 1
filterscripts JunkBuster csmenu ls_elevator auto speedcam Odjeca spawner FC Business lordscars IJB tuningcarv1.1 AdminScript CarMenu GarPM GarStore IJB
announce 0
query 1
weburl [url]www.Balkan_Samp.tk[/url]
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
plugins streamer.so sscanf.so
i told ya' that you need to put .so , and make sure that you have Linux's plugins in "plugins" folder
Rhank you so much, i will test this now


Re: [HELP]Run time error 19:File or function is not found - ENES_SINANOVIC - 28.08.2011

Quote:
Originally Posted by Amel_PAtomAXx
View Post
this is correct server.cfg file

pawn Code:
echo Executing Server Config...
lanmode 0
rcon_password lol
maxplayers 100
port 7777
hostname [BC] BalkaN-CitY=Rol3Play
gamemode0 BalkaNCitY 1
filterscripts JunkBuster csmenu ls_elevator auto speedcam Odjeca spawner FC Business lordscars IJB tuningcarv1.1 AdminScript CarMenu GarPM GarStore IJB
announce 0
query 1
weburl [url]www.Balkan_Samp.tk[/url]
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
plugins streamer.so sscanf.so
i told ya' that you need to put .so , and make sure that you have Linux's plugins in "plugins" folder
You are the best, it worked ..Love YOU


Re: [HELP]Run time error 19:File or function is not found - Amel_PAtomAXx - 28.08.2011

No Problems


Re: [HELP]Run time error 19:File or function is not found - Kingunit - 28.08.2011

Like we all said. You need to drop .so behind the plugins