ERROR 19 file or function is not found
#1

Script [gamemodes/WORLDWAR.amx]: run time error 19 file or function is not found

i have all plugins and nativechecker also i check server.cfg all is good

qusetion is how to fix this problem and i work on this gamemode for 3 mounth but it say run time error 19 file or function is not found

i try to search in many webside but still can't fix this problem!!!

and this gamemode is original no copy and why it have run time error 19 file or function is not found!!!
Reply
#2

Can you show server log ?
Reply
#3

pawn Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, (C)2005-2014 SA-MP Team

[20:38:30]
[20:38:30] Server Plugins
[20:38:30] --------------
[20:38:30]  Loading plugin: streamer
[20:38:30]

*** Streamer Plugin v2.5 by Incognito loaded ***

[20:38:30]   Loaded.
[20:38:30]  Loading plugin: sscanf
[20:38:30]

[20:38:30]  ===============================

[20:38:30]       sscanf plugin loaded.    

[20:38:30]    (c) 2009 Alex "******" Cole

[20:38:30]    0.3d-R2 500 Players "dnee"

[20:38:30]  ===============================

[20:38:30]   Loaded.
[20:38:30]  Loading plugin: Whirlpool
[20:38:30]  
[20:38:30]  ==================
[20:38:30]  
[20:38:30]   Whirlpool loaded
[20:38:30]  
[20:38:30]  ==================
[20:38:30]  
[20:38:30]   Loaded.
[20:38:30]  Loading plugin: nativechecker
[20:38:30]   Loaded.
[20:38:30]  Loaded 4 plugins.

[20:38:30] >>>Loading...


[20:38:30] >>>Z.A.S Loaded Configurations:


[20:38:30] TextDraw Loaded      [6]
[20:38:30] Folders Loaded           [3]
[20:38:30] Max Warnigs:             [3]
[20:38:30] Max Reports:             [10]
[20:38:30] Max Ping:                [800]
[20:38:30] Killing Spree:           [Enabled]
[20:38:30] Auto Login:          [Enabled]
[20:38:30] Admin Teleport:      [Enabled]
[20:38:30] >>>Weapons Enabled For Players:
[20:38:30] Mini Gun:            [Disabled]
[20:38:30] Heat Seeker:             [Disabled]
[20:38:30] Rocket Launcher:         [Disabled]
[20:38:30] Rifle:               [Disabled]
[20:38:30] Flame Thrower:           [Disabled]
[20:38:30] AntiCheat Loaded.
[20:38:30]
>>>Loaded Successfully.
[20:38:30]
--------------------------------------
[20:38:30]     Loaded Zero Admin System v3.9           
[20:38:30]                                         
[20:38:30]     Date: 12.10.2014.  Time: 20:38:30    
[20:38:30] --------------------------------------

[20:38:30]   Loaded 1 filterscripts.

[20:38:30]    Error: Function not registered: 'Streamer_CallbackHook'
[20:38:30]  
[20:38:30]  =======================================
[20:38:30]  |                                     |
[20:38:30]  |        YSI version 1.03.0011        |
[20:38:30]  |        By Alex "******" Cole        |
[20:38:30]  |                                     |
[20:38:30]  |  Checking the latest YSI version..  |
[20:38:30]  |                                     |
[20:38:30]  =======================================
[20:38:30]  
[20:38:30] Script[gamemodes/WORLDWAR.amx]: Run time error 19: "File or function is not found"
[20:38:30] Number of vehicle models: 0
Reply
#4

Update your streamer plug-in,
Quote:

Error: Function not registered: 'Streamer_CallbackHook

Quote:

*** Streamer Plugin v2.5 by Incognito loaded ***"

Version 2.5 is extremely outdated. See https://sampforum.blast.hk/showthread.php?tid=102865
Reply
#5

Update Streamer.inc and Streamer plugin latest

https://sampforum.blast.hk/showthread.php?tid=102865
Reply
#6

pawn Код:
echo Executing Server Config...
lanmode 0
rcon_password --------
maxplayers 50
port 7777
hostname THE World War
gamemode0 WORLDWAR 1
filterscripts ZeroAdmin
plugins streamer sscanf Whirlpool nativechecker
announce 0
query 1
chatlogging 0
weburl SOON!!!
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
Reply
#7

now i download latest vertion of streamer

i got

pawn Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, (C)2005-2014 SA-MP Team

[20:47:12]
[20:47:12] Server Plugins
[20:47:12] --------------
[20:47:12]  Loading plugin: streamer
[20:47:12]   Failed.
[20:47:12]  Loading plugin: sscanf
[20:47:12]

[20:47:12]  ===============================

[20:47:12]       sscanf plugin loaded.    

[20:47:12]    (c) 2009 Alex "******" Cole

[20:47:12]    0.3d-R2 500 Players "dnee"

[20:47:12]  ===============================

[20:47:12]   Loaded.
[20:47:12]  Loading plugin: Whirlpool
[20:47:12]  
[20:47:12]  ==================
[20:47:12]  
[20:47:12]   Whirlpool loaded
[20:47:12]  
[20:47:12]  ==================
[20:47:12]  
[20:47:12]   Loaded.
[20:47:12]  Loading plugin: nativechecker
[20:47:12]   Loaded.
[20:47:12]  Loaded 3 plugins.

[20:47:12]
[20:47:12] >>>Loading...


[20:47:12] >>>Z.A.S Loaded Configurations:


[20:47:12] TextDraw Loaded      [6]
[20:47:12] Folders Loaded           [3]
[20:47:12] Max Warnigs:             [3]
[20:47:12] Max Reports:             [10]
[20:47:12] Max Ping:                [800]
[20:47:12] Killing Spree:           [Enabled]
[20:47:12] Auto Login:          [Enabled]
[20:47:12] Admin Teleport:      [Enabled]
[20:47:12] >>>Weapons Enabled For Players:
[20:47:12] Mini Gun:            [Disabled]
[20:47:12] Heat Seeker:             [Disabled]
[20:47:12] Rocket Launcher:         [Disabled]
[20:47:12] Rifle:               [Disabled]
[20:47:12] Flame Thrower:           [Disabled]
[20:47:12] AntiCheat Loaded.
[20:47:12]
>>>Loaded Successfully.
[20:47:12]
--------------------------------------
[20:47:12]     Loaded Zero Admin System v3.9           
[20:47:12]                                         
[20:47:12]     Date: 12.10.2014.  Time: 20:47:12    
[20:47:12] --------------------------------------

[20:47:12]   Loaded 1 filterscripts.

[20:47:12]    Error: Function not registered: 'Streamer_CallbackHook'
[20:47:12]    Error: Function not registered: 'CreateDynamicObject'
[20:47:12]  
[20:47:12]  =======================================
[20:47:12]  |                                     |
[20:47:12]  |        YSI version 1.03.0011        |
[20:47:12]  |        By Alex "******" Cole        |
[20:47:12]  |                                     |
[20:47:12]  |  Checking the latest YSI version..  |
[20:47:12]  |                                     |
[20:47:12]  =======================================
[20:47:12]  
[20:47:12] Script[gamemodes/WORLDWAR.amx]: Run time error 19: "File or function is not found"
[20:47:12] Number of vehicle models: 0

i think this is the thing that make error 19
pawn Код:
[20:47:12]    Error: Function not registered: 'Streamer_CallbackHook'
[20:47:12]    Error: Function not registered: 'CreateDynamicObject'
Reply
#8

ok i fix all this now thank you every on i fix by use

replace TEXT DYNAMIC to not thing

now gamemode work 100%

give +rep for people who help me
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)