Run time error 19: "File or function is not found
#1

SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team

[03:40:32]
[03:40:32] Server Plugins
[03:40:32] --------------
[03:40:32] Loading plugin: sscanf
[03:40:32]

[03:40:32] ===============================

[03:40:32] sscanf plugin loaded.

[03:40:32] © 2009 Alex "******" Cole

[03:40:32] 0.3d-R2 500 Players "dnee"

[03:40:32] ===============================

[03:40:32] Loaded.
[03:40:32] Loading plugin: mysql
[03:40:32]

> MySQL plugin R5 successfully loaded.

[03:40:32] Loaded.
[03:40:32] Loading plugin: nativechecker
[03:40:32] Loaded.
[03:40:32] Loaded 3 plugins.

[03:40:32]
[03:40:32] Filterscripts
[03:40:32] ---------------
[03:40:32] Loading filterscript 'DropGun.amx'...
[03:40:32]

[03:40:32] Drop Gun [FS] By gimini ©
[03:40:32] Do not remove copyright!!!
[03:40:32] Version 1.3

[03:40:32] ERROR: Failed to open "DroppedGuns.ini"
[03:40:32] Loading filterscript 'dealer.amx'...
[03:40:32] WARNING: Missing dealerships/vehicles/ in scriptfiles folder.
Your server may NOT function properly without the file.

[03:40:32] Loaded 2 filterscripts.

[03:40:32] Error: Function not registered: 'rdns'
[03:40:32] Error: Function not registered: 'Streamer_RegisterInterface'
[03:40:32] Error: Function not registered: 'Streamer_AddPlayer'
[03:40:32] Error: Function not registered: 'Streamer_RemovePlayer'
[03:40:32] Error: Function not registered: 'Streamer_VerifyPickup'
[03:40:32] Error: Function not registered: 'Streamer_VerifyCheckpoint'
[03:40:32] Error: Function not registered: 'CreateDynamicPickup'
[03:40:32] Error: Function not registered: 'CreateDynamicCP'
[03:40:32] Error: Function not registered: 'CreateDynamicMapIcon'
[03:40:32] Error: Function not registered: 'CreateDynamicObject'
[03:40:32] Error: Function not registered: 'DestroyDynamicObject'
[03:40:32] Error: Function not registered: 'MoveDynamicObject'
[03:40:32] Error: Function not registered: 'DestroyDynamicCP'
[03:40:32] Error: Function not registered: 'DestroyDynamicMapIcon'
[03:40:32] Error: Function not registered: 'TogglePlayerAllDynamicCPs'
[03:40:32] Script[gamemodes/MA-RP.amx]: Run time error 19: "File or function is not found"
Reply
#2

You probably have a plugin missing or might be using the older version of a required plugin
Reply
#3

Code:
[03:40:32] ERROR: Failed to open "DroppedGuns.ini"
[03:40:32] Loading filterscript 'dealer.amx'...
[03:40:32] WARNING: Missing dealerships/vehicles/ in scriptfiles folder.
Your server may NOT function properly without the file.

[03:40:32] Loaded 2 filterscripts.
Here is the error
Make delarships in scriptfiles in delarship make Vehicles in scriptfiles folder
Reply
#4

You haven't loaded streamer. Make sure it's on you're server.cfg like this. For Windows
pawn Code:
plugins streamer.dll
Linux
pawn Code:
plugins streamer.so
Reply
#5

Make sure that all your plugins are properly installed.

In your server.cfg add a line "plugins" then add the respective plugins.

Also make sure that your "DroppedGuns.ini" is properly installed on your "SCRIPTFILES" folder.

Also make a "Dealership" folder on your scriptfiles folder and onto it a "vehicles" folder
Reply
#6

For sure you can get Native Checker, and run the samp-server with it in, and post the Server Log here
Reply
#7

i added streamer and ive always had dealership and vehicles folders and i have native check now i get this


[04:05:45] ERROR: Failed to open "DroppedGuns.ini"
[04:05:45] Loading filterscript 'dealer.amx'...
[04:05:45] WARNING: Missing dealerships/vehicles/ in scriptfiles folder.
Your server may NOT function properly without the file.

[04:05:45] Loaded 2 filterscripts.

[04:05:45] *** Streamer Plugin: Obsolete or invalid native "Streamer_RegisterInterface" found (script needs to be recompiled with the latest include file)
[04:05:45] *** Streamer Plugin: Obsolete or invalid native "Streamer_AddPlayer" found (script needs to be recompiled with the latest include file)
[04:05:45] *** Streamer Plugin: Obsolete or invalid native "Streamer_RemovePlayer" found (script needs to be recompiled with the latest include file)
[04:05:45] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyPickup" found (script needs to be recompiled with the latest include file)
[04:05:45] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyCheckpoint" found (script needs to be recompiled with the latest include file)
[04:05:45] *** Streamer Plugin: Include file version (unknown version) does not match plugin version (0x26105) (script needs to be recompiled with the latest include file)
[04:05:45] Error: Function not registered: 'rdns'
[04:05:45] Script[gamemodes/PR-RP.amx]: Run time error 19: "File or function is not found"
[04:05:45] Number of vehicle models: 0


and i recompiled and got the following error
Code:
\pawno\include\streamer.inc(401) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
Reply
#8

It obviously is because of the streamer.. are you sure you place the streamer plugin into the plugins folder, add it in your server.cfg? Also, you have to do this in your gamemode, and make sure that you are opening the script with the right pawno:
pawn Code:
#include <streamer>
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)