SA-MP Forums Archive
error in server.exe - 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: error in server.exe (/showthread.php?tid=556192)



error in server.exe is still persisting - Primard - 10.01.2015

When I started the server.exe, this error came up:
Код:
   Error: Function not registered: 'CreateDynamicObject'



Re: error in server.exe - Divergent - 10.01.2015

You need to update your streamer plugin and include. https://github.com/samp-incognito/samp-streamer-plugin


Re: error in server.exe - Primard - 10.01.2015

the error is still there


Re: error in server.exe - Divergent - 10.01.2015

You need to put the include in the pawno folder and the server directory and the plugin in the server directory. Then recompile the script with the new include.


Re: error in server.exe - Primard - 10.01.2015

the error is still there


Re: error in server.exe - Divergent - 10.01.2015

Quote:
Originally Posted by Primard
Посмотреть сообщение
the error is still there
Check streamer.inc and look for #native CreateDynamicObject. Either that has been changed, or you're doing what I've already told you wrong.


Re: error in server.exe - Primard - 10.01.2015

there is the native CreateDynamicObject inside