Samp Runtime Error 19 -
TheLaw138 - 09.10.2013
Ok, So im trying to run HRP_9.0.amx but it pulls up an error, please help. I spelled the Gamemode correctly, here's the Run:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[09/10/2013 15:54:26]
[09/10/2013 15:54:26] Server Plugins
[09/10/2013 15:54:26] --------------
[09/10/2013 15:54:26] Loading plugin: mysql
[09/10/2013 15:54:26] >> plugin.mysql: R34 successfully loaded.
[09/10/2013 15:54:26] Loaded.
[09/10/2013 15:54:26] Loading plugin: streamer
[09/10/2013 15:54:26]
*** Streamer Plugin v2.6 by Incognito loaded ***
[09/10/2013 15:54:26] Loaded.
[09/10/2013 15:54:26] Loading plugin: Whirlpool
[09/10/2013 15:54:26]
[09/10/2013 15:54:26] ==================
[09/10/2013 15:54:26]
[09/10/2013 15:54:26] Whirlpool loaded
[09/10/2013 15:54:26]
[09/10/2013 15:54:26] ==================
[09/10/2013 15:54:26]
[09/10/2013 15:54:26] Loaded.
[09/10/2013 15:54:26] Loaded 3 plugins.
[09/10/2013 15:54:26]
[09/10/2013 15:54:26] Filterscripts
[09/10/2013 15:54:26] ---------------
[09/10/2013 15:54:26] Loading filterscript 'yom_buttons.amx'...
[09/10/2013 15:54:26] Loading filterscript 'anims.amx'...
[09/10/2013 15:54:26] Loaded 2 filterscripts.
[09/10/2013 15:54:26] Script[gamemodes/HRP_9.0.amx]: Run time error 19: "File or function is not found"
[09/10/2013 15:54:26] Number of vehicle models: 0
Re: Samp Runtime Error 19 -
Konstantinos - 09.10.2013
You're missing plugin(s). Download and load nativechecker plugin and run your server. It will print what functions are not registered.
Re: Samp Runtime Error 19 -
benjaminjones - 09.10.2013
Maybeh' you just places wrong name of the correct gamemode. Check it again!
Re: Samp Runtime Error 19 -
Konstantinos - 09.10.2013
Quote:
Originally Posted by benjaminjones
Maybeh' you just places wrong name of the correct gamemode. Check it again!
|
If the name was incorrect; therebefore it did not exist, it'd say about 'Please verify your server.cfg'.
Re: Samp Runtime Error 19 -
TheLaw138 - 09.10.2013
I added nativechecker.so and .dll in plugins but it still never worked
Re: Samp Runtime Error 19 -
Konstantinos - 09.10.2013
I never said that you will add nativechecker plugin and it will work. You misread my post.
Add the nativechecker to the server.cfg (plugins line, last) and run your server. Then show us what it printed to the console/server log in order to tell you what plugin you forgot to load.
Re: Samp Runtime Error 19 -
TheLaw138 - 09.10.2013
I placed the Nativechecker.so and .dll in the Plugins file and ran the server:
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[09/10/2013 16:19:33]
[09/10/2013 16:19:33] Server Plugins
[09/10/2013 16:19:33] --------------
[09/10/2013 16:19:33] Loading plugin: mysql
[09/10/2013 16:19:33] >> plugin.mysql: R34 successfully loaded.
[09/10/2013 16:19:33] Loaded.
[09/10/2013 16:19:33] Loading plugin: streamer
[09/10/2013 16:19:33]
*** Streamer Plugin v2.6 by Incognito loaded ***
[09/10/2013 16:19:33] Loaded.
[09/10/2013 16:19:33] Loading plugin: Whirlpool
[09/10/2013 16:19:33]
[09/10/2013 16:19:33] ==================
[09/10/2013 16:19:33]
[09/10/2013 16:19:33] Whirlpool loaded
[09/10/2013 16:19:33]
[09/10/2013 16:19:33] ==================
[09/10/2013 16:19:33]
[09/10/2013 16:19:33] Loaded.
[09/10/2013 16:19:33] Loaded 3 plugins.
[09/10/2013 16:19:33]
[09/10/2013 16:19:33] Filterscripts
[09/10/2013 16:19:33] ---------------
[09/10/2013 16:19:33] Loading filterscript 'yom_buttons.amx'...
[09/10/2013 16:19:33] Loading filterscript 'anims.amx'...
[09/10/2013 16:19:33] Loaded 2 filterscripts.
[09/10/2013 16:19:33] Script[gamemodes/HRP_9.0.amx]: Run time error 19: "File or function is not found"
[09/10/2013 16:19:33] Number of vehicle models: 0
Re: Samp Runtime Error 19 -
Konstantinos - 09.10.2013
You seem to misread my post again. I'm going to bold it for you.
Quote:
Originally Posted by Konstantinos
I never said that you will add nativechecker plugin and it will work. You misread my post.
Add the nativechecker to the server.cfg (plugins line, last) and run your server. Then show us what it printed to the console/server log in order to tell you what plugin you forgot to load.
|
You never loaded the nativechecker plugin, it's not possible to do what it was made to do without loading it first.
Re: Samp Runtime Error 19 -
TheLaw138 - 09.10.2013
How do you add the nativechecker to server.cfg? Its a text
Re: Samp Runtime Error 19 -
Konstantinos - 09.10.2013
Open it and edit the line to:
pawn Code:
plugins mysql streamer Whirlpool nativechecker