SA-MP Forums Archive
HELP ME PLEASE run time error 19... - 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: HELP ME PLEASE run time error 19... (/showthread.php?tid=348058)



HELP ME PLEASE run time error 19... - Manuel_Franco - 04.06.2012

Hi everybody:

Can you help me with this error please?

i have installed samp server in my computer it run fine but with my GM in a VDS it call filterscripts fine but GM dont work.

i have check plugins for windows and they are in directory plugins and give me this error but alexa.amx and alexa.pwn are in directory gamemodes. In Server.cfg i am calling fine plugins.

i dont know why dont work.

[19:40:05]
[19:40:05] Server Plugins
[19:40:05] --------------
[19:40:05] Loading plugin: streamer
[19:40:05] Failed.
[19:40:05] Loading plugin: Whirlpool
[19:40:05]
[19:40:05] ==================
[19:40:05]
[19:40:05] Whirlpool loaded
[19:40:05]
[19:40:05] ==================
[19:40:05]
[19:40:05] Loaded.
[19:40:05] Loading plugin: xStreamer
[19:40:05] Failed.
[19:40:05] Loading plugin: nativechecker
[19:40:05] Loaded.
[19:40:05] Loaded 2 plugins.
[19:31:47] Ban list
[19:31:47] --------
[19:31:47] Loaded: samp.ban
[19:40:05] Loading filterscript 'xStreamer.amx'...
[19:40:05] Error: Function not registered: 'UpdateMovingObjects'
[19:40:05] Error: Function not registered: 'StreamObjects'
[19:40:05] Error: Function not registered: 'xStreamer_Filterscript'
[19:40:05] Error: Function not registered: 'ConnectPlayer'
[19:40:05] Error: Function not registered: 'DisconnectPlayer'
[19:40:05] Loading filterscript 'anim.amx'...
[19:40:05] Loading filterscript 'animaciones.amx'...
[19:40:05] Loading filterscript 'silla.amx'...
[19:40:05] Error: Function not registered: 'Streamer_CallbackHook'
[19:40:05] Error: Function not registered: 'CreateDynamicObject'
[19:40:05] Error: Function not registered: 'CreateStreamedObject'
[19:40:05] Error: Function not registered: 'DestroyStreamedObject'
[19:40:05] foreach called
[19:40:05] Script[gamemodes/alexa.amx]: Run time error 19: "File or function is not found"
[19:40:05] Number of vehicle models: 0

If i change all to CreateObjet of pawno it work fine but my maps i can see them.


Re: HELP ME PLEASE run time error 19... - TheDominator - 04.06.2012

Make sure you have the latest versions of these plugins, then add them and recompile your script, once done start the server again.


Re: HELP ME PLEASE run time error 19... - AMEENAMEEN - 04.06.2012

Download streamer plugin and in server.cfg add plugins streamer


Re: HELP ME PLEASE run time error 19... - Edward156 - 04.06.2012

Use this:

https://sampforum.blast.hk/showthread.php?tid=249226


Re: HELP ME PLEASE run time error 19... - Manuel_Franco - 04.06.2012

Yes i reinstalled all plugins streamer for 0.3e and i have installed nativechecker and it say the errors i recompiled too have .net framework 4.0 and dont work. It is on Windows server 2008 because in my laptop windows 7 it run fine.


Re: HELP ME PLEASE run time error 19... - Edward156 - 04.06.2012

Quote:
Originally Posted by Manuel_Franco
Посмотреть сообщение
Yes i reinstalled all plugins streamer for 0.3e and i have installed nativechecker and it say the errors i recompiled too have .net framework 4.0 and dont work. It is on Windows server 2008 because in my laptop windows 7 it run fine.
What did the nativechecker say the error was?


Re: HELP ME PLEASE run time error 19... - Manuel_Franco - 04.06.2012

[19:40:05] Error: Function not registered: 'Streamer_CallbackHook'
[19:40:05] Error: Function not registered: 'CreateDynamicObject'
[19:40:05] Error: Function not registered: 'CreateStreamedObject'
[19:40:05] Error: Function not registered: 'DestroyStreamedObject'

nativechecker say it


Re: HELP ME PLEASE run time error 19... - Manuel_Franco - 04.06.2012

I can solve and fix this problem thanks a lot for all