Run Time 19, Problem?
#1

I moved everything over from my computer to the linux server, Runs fine on Windows. Start up with Linux with the .so files,

[15:54:19] Number of vehicle models: 0
[15:54:19] Script[gamemodes/sgrp.amx]: Run time error 19: "File or function is not found"
[15:54:19] Error: Function not registered: 'SetDynamicObjectPos'
[15:54:19] Error: Function not registered: 'EditAttachedObject'
[15:54:19] Error: Function not registered: 'IsValidDynamicPickup'
[15:54:19] Error: Function not registered: 'DestroyDynamicMapIcon'
[15:54:19] Error: Function not registered: 'EditDynamicObject'
[15:54:19] Error: Function not registered: 'GetDynamicObjectRot'
[15:54:19] Error: Function not registered: 'GetDynamicObjectPos'
[15:54:19] Error: Function not registered: 'SetDynamicObjectRot'
[15:54:19] Error: Function not registered: 'MoveDynamicObject'
[15:54:19] Error: Function not registered: 'AttachDynamicObjectToVehicle'
[15:54:19] Error: Function not registered: 'WP_Hash'
[15:54:19] Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[15:54:19] Error: Function not registered: 'sscanf'
[15:54:19] Error: Function not registered: 'DestroyDynamicObject'
[15:54:19] Error: Function not registered: 'Streamer_SetFloatData'
[15:54:19] Error: Function not registered: 'DestroyDynamicPickup'
[15:54:19] Error: Function not registered: 'CreateDynamicMapIcon'
[15:54:19] Error: Function not registered: 'CreateDynamicObject'
[15:54:19] Error: Function not registered: 'CreateDynamicPickup'
[15:54:19] Error: Function not registered: 'CreateDynamic3DTextLabel'
[15:54:19] Error: Function not registered: 'DestroyDynamic3DTextLabel'
[15:54:19] Error: Function not registered: 'IsValidDynamic3DTextLabel'
[15:54:19] Error: Function not registered: 'Streamer_CallbackHook'
[15:54:19] Error: Function not registered: 'SSCANF_Leave'
[15:54:19] Error: Function not registered: 'SSCANF_Join'
[15:54:19] Error: Function not registered: 'SSCANF_Init'
Reply
#2

I believe you have to include the file extension in the server.cfg when loading .so files on Linux - example:
Код:
plugins sscanf.so streamer.so
Reply
#3

Quote:
Originally Posted by LarzI
Посмотреть сообщение
I believe you have to include the file extension in the server.cfg when loading .so files on Linux - example:
Код:
plugins sscanf.so streamer.so
They are there. The plugins are loading fine.
Reply
#4

Is the plugin and (possible) associated include(s) up to date? If not, that may be the problem.
Reply
#5

Quote:
Originally Posted by LarzI
Посмотреть сообщение
Is the plugin and (possible) associated include(s) up to date? If not, that may be the problem.
All the plugins are up to date.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)