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



Run time error 19 - beefcake - 01.10.2012

ive been testin some GM i keep gettin this error

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

what i do wrong? Im a long term player just want to get my own server up.


Re: Run time error 19 - Illusion_gamers - 01.10.2012

Quote:
Originally Posted by beefcake
View Post
ive been testin some GM i keep gettin this error

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

what i do wrong? Im a long term player just want to get my own server up.
You need to download the latest (audio.dll + audio.oso) Otherwise some amx file's won't work.

There might been aswell when you compiled the server AMX, that you resived a Error. if that's it, you need to recompail and make sure you don't have a single error. Thanks for posting tho.


Re: Run time error 19 - zDevon - 01.10.2012

Ensure all of your plugins are up to date, or even that you have them installed.


Re: Run time error 19 - Skaizo - 01.10.2012

download nativechecker, .so for linux .dll for windows
put in folder plugins then open server.cfg you see line Plugins add nativechecker then save,open again server then show server_log


Re: Run time error 19 - trapstar2020 - 01.10.2012

get nativecheck, check 2 ensure that all plugins are are added to cfg

Code:
 
gamemode0 test1 1 <<< u also need to add the gamemode onto the line like that

plugins steamer sscanf nativchecker whirlpool << just made a list w/e u using put there



Re: Run time error 19 - Red_Dragon. - 01.10.2012

Download nativechecker and add it on your server.cfg at the END of your plugins directory


Re: Run time error 19 - shadow177 - 11.12.2014

download link is broken of nativechecker


Re: Run time error 19 - Krest - 11.12.2014

Quote:
Originally Posted by shadow177
View Post
download link is broken of nativechecker
No, it's not. Press the 'Direct Download' small letter instead of the big green one when downloading at Solidfiles.


Re: Run time error 19 - www - 12.12.2014

Try to search for it in ******


Re: Run time error 19 - NGGMars - 12.12.2014

Ensure your script is compatible with the client version you are using


Re: Run time error 19 - nemanjasepa - 15.07.2015

I have same error because I changed streamer and sscanf includes inside pawno folder... However I forgot to change it in plugins folder... Now problem is fixed.