SA-MP Forums Archive
Errors when starting up the server - 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: Errors when starting up the server (/showthread.php?tid=572140)



Errors when starting up the server - FunnyBear - 25.04.2015

Hey,

This problem started to occur when I got a new laptop and transferred all of my stuff onto it. The server worked on the old one, but it's not working on my current laptop. Whenever I start up the server I get,

Код:
[19:11:43]   Loaded 0 filterscripts.

[19:11:43]    Error: Function not registered: 'CreateDynamicObject'
[19:11:43]    Error: Function not registered: 'CreateDynamicMapIcon'
[19:11:43]    Error: Function not registered: 'mysql_log'
[19:11:43]    Error: Function not registered: 'mysql_connect'
[19:11:43]    Error: Function not registered: 'mysql_errno'
[19:11:43]    Error: Function not registered: 'CreateDynamicCP'
[19:11:43]    Error: Function not registered: 'cache_get_data'
[19:11:43]    Error: Function not registered: 'cache_get_field_content'
[19:11:43]    Error: Function not registered: 'mysql_format'
[19:11:43]    Error: Function not registered: 'mysql_tquery'
[19:11:43]    Error: Function not registered: 'cache_get_row_count'
[19:11:43]    Error: Function not registered: 'cache_get_field_content_int'
[19:11:43]    Error: Function not registered: 'cache_get_field_content_float'
[19:11:43]    Error: Function not registered: 'CreateDynamic3DTextLabel'
[19:11:43]    Error: Function not registered: 'CreateDynamicPickup'
[19:11:43]    Error: Function not registered: 'MoveDynamicObject'
[19:11:43]    Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[19:11:43]    Error: Function not registered: 'DestroyDynamicMapIcon'
[19:11:43] Script[gamemodes/MySQL.amx]: Run time error 19: "File or function is not found"
[19:11:43] Number of vehicle models: 0
I have all of my plugins and includes in place and my script is compiled. I don't know what to do.

Thanks,

FunnyBear


Re: Errors when starting up the server - Karan007 - 25.04.2015

Update or re-install your includes.

-karan007


Re: Errors when starting up the server - FunnyBear - 25.04.2015

Quote:
Originally Posted by karan007
Посмотреть сообщение
Update or re-install your includes.

-karan007
I've done that many times and doesn't work


Re: Errors when starting up the server - mirou123 - 25.04.2015

Make sure you added the plugins to server.cfg


Re: Errors when starting up the server - FunnyBear - 25.04.2015

Quote:
Originally Posted by mirou123
Посмотреть сообщение
Make sure you added the plugins to server.cfg
That would be one of the first things I would do whilst starting up a server, so it's already done. Anything else?


Re: Errors when starting up the server - mirou123 - 25.04.2015

I had a problem like this before. Make sure you have the main() function.


Re: Errors when starting up the server - FunnyBear - 25.04.2015

Quote:
Originally Posted by mirou123
Посмотреть сообщение
I had a problem like this before. Make sure you have the main() function.
I already have it.


Re: Errors when starting up the server - Mencent - 25.04.2015

Hello!

Have you taken the right file?

Mencent


Re: Errors when starting up the server - FunnyBear - 25.04.2015

Quote:
Originally Posted by Mencent
Посмотреть сообщение
Hello!

Have you taken the right file?

Mencent
Yep.


Re: Errors when starting up the server - Mencent - 25.04.2015

Can you show us your whole server_log.txt?

Mencent