SA-MP Forums Archive
Run Time Error - 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 (/showthread.php?tid=504675)



Run Time Error - Biakku - 05.04.2014

Hello guys, i have a gamemode and i want to open it says this
Quote:

Script[gamemodes/FkZ.amx]: Run time error 19: "File or function is not found"
[15:10:04] Number of vehicle models: 0

Ok i decide to download Nativechecker and when i open the server say this
Quote:

[15:10:04] Error: Function not registered: 'Streamer_CallbackHook'
[15:10:04] Error: Function not registered: 'CreateDynamicObject'
[15:10:04] Error: Function not registered: 'DestroyDynamicObject'
[15:10:04] Error: Function not registered: 'WP_Hash'
[15:10:04] Error: Function not registered: 'MoveDynamicObject'
[15:10:04] Script[gamemodes/FkZ.amx]: Run time error 19: "File or function is not found"
[15:10:04] Number of vehicle models: 0

What can i do to make the server go on to play with my friends


Re: Run Time Error - Konstantinos - 05.04.2014

Streamer and Whirlpool are needed for the gamemode to be run. Load those two plugins.


Re: Run Time Error - Biakku - 05.04.2014

I have streamer and wgirpool and nothing


Re: Run Time Error - Konstantinos - 05.04.2014

If you added those two in server.cfg then they were failed to load. If you didn't add them, then you'll have to to add them in server.cfg


Re: Run Time Error - Biakku - 05.04.2014

How to add ? )


Re: Run Time Error - Konstantinos - 05.04.2014

Open the server.cfg and find the plugins line. Then add the plugins you want. An example for Windows:
pawn Код:
plugins streamer Whirlpool nativechecker
for Linux:
pawn Код:
plugins streamer.so Whirlpool.so nativechecker.so
It's just an example so if you have other plugins that are needed for the gamemode, don't remove them. You only need to add streamer and Whirlpool.


Re: Run Time Error - thomaswilliams - 05.04.2014

Get the latest versions of it and then re-compile and then start, it should work


Re: Run Time Error - Biakku - 05.04.2014

hey man can you give me skype or id mess to discuss there please?