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



run time error 19 - GeneralAref - 24.06.2016

i have this problem when i run server in VPS:
Код:
Script[gamemodes/CODAW.amx]: Run time error 19: "File or function is not found"
i don't have that problem in my pc.
and this is my server log:
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[10:06:51] filterscripts = ""  (string)
[10:06:51] 
[10:06:51] Server Plugins
[10:06:51] --------------
[10:06:51]  Loading plugin: streamer
[10:06:51]   Failed.
[10:06:51]  Loading plugin: mysql
[10:06:51]   Failed.
[10:06:51]  Loading plugin: sscanf
[10:06:51]   Failed.
[10:06:51]  Loading plugin: Directory
[10:06:51] 

[10:06:51] ------------------------------

[10:06:51]       Plugin Directory v2.0

[10:06:51]        Loaded

[10:06:51] ------------------------------

[10:06:51]   Loaded.
[10:06:51]  Loading plugin: nativechecker
[10:06:51]   Loaded.
[10:06:51]  Loaded 2 plugins.

[10:06:51] 
[10:06:51] Filterscripts
[10:06:51] ---------------
[10:06:51]   Loaded 0 filterscripts.

[10:06:51]    Error: Function not registered: 'mysql_log'
[10:06:51]    Error: Function not registered: 'mysql_connect'
[10:06:51]    Error: Function not registered: 'mysql_errno'
[10:06:51]    Error: Function not registered: 'mysql_format'
[10:06:51]    Error: Function not registered: 'mysql_query'
[10:06:51]    Error: Function not registered: 'cache_is_valid'
[10:06:51]    Error: Function not registered: 'cache_get_field_content_int'
[10:06:51]    Error: Function not registered: 'cache_get_field_content_float'
[10:06:51]    Error: Function not registered: 'cache_get_field_content'
[10:06:51]    Error: Function not registered: 'mysql_escape_string'
[10:06:51]    Error: Function not registered: 'mysql_tquery'
[10:06:51]    Error: Function not registered: 'cache_insert_id'
[10:06:51]    Error: Function not registered: 'cache_delete'
[10:06:51]    Error: Function not registered: 'cache_get_row_count'
[10:06:51]    Error: Function not registered: 'SSCANF_Init'
[10:06:51]    Error: Function not registered: 'SSCANF_IsConnected'
[10:06:51]    Error: Function not registered: 'SSCANF_Join'
[10:06:51]    Error: Function not registered: 'SSCANF_Leave'
[10:06:51]    Error: Function not registered: 'CreateDynamicCP'
[10:06:51]    Error: Function not registered: 'CreateDynamicObject'
[10:06:51]    Error: Function not registered: 'CreateDynamic3DTextLabel'
[10:06:51]    Error: Function not registered: 'sscanf'
[10:06:51]    Error: Function not registered: 'IsValidDynamicObject'
[10:06:51]    Error: Function not registered: 'GetDynamicObjectRot'
[10:06:51]    Error: Function not registered: 'SetDynamicObjectRot'
[10:06:51]    Error: Function not registered: 'StopDynamicObject'
[10:06:51]    Error: Function not registered: 'MoveDynamicObject'
[10:06:51]    Error: Function not registered: 'GetDynamicObjectPos'
[10:06:51]    Error: Function not registered: 'DestroyDynamicObject'
[10:06:51] Script[gamemodes/CODAW.amx]: Run time error 19: "File or function is not found"
[10:06:51] Number of vehicle models: 0
please help me.


Re: run time error 19 - Konstantinos - 24.06.2016

http://forum.sa-mp.com/showpost.php?...51&postcount=3


Re: run time error 19 - SyS - 24.06.2016

your plugins are not loading check the plugins folder whether it exists or not


Re: run time error 19 - GeneralAref - 24.06.2016

plugin folder is exists and i install those softwares but not changed


Re: run time error 19 - SyS - 24.06.2016

Quote:
Originally Posted by GeneralAref
Посмотреть сообщение
plugin folder is exists and i install those softwares but not changed
do you have the plugins in that folder?


Re: run time error 19 - Bondage - 24.06.2016

1. Check whether you used the write version of plugins as you used in windows.
2. Make sure to put .so extension for linux
3. Libraries, VPS needs some libs to make plugins work, so just do an update in the vps before running again.