Server isn't Starting - 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: Server isn't Starting (
/showthread.php?tid=496211)
Server isn't Starting -
Drago987 - 20.02.2014
Can Someone help me with this problem ?
Код:
[01:44:59] Script[gamemodes/SRP.amx]: Run time error 19: "File or function is not found"
[01:44:59] Number of vehicle models: 0
I only get this message when i start the server on the host ,but it works properly on my PC
So Post please if you can help me with this.
++ REP
Re: Server isn't Starting -
xo - 21.02.2014
Check plugins, use .so plugin for linux
Re: Server isn't Starting -
Drago987 - 21.02.2014
i'm using .so for the plugin
Re: Server isn't Starting -
DarkLored - 21.02.2014
Make sure you dont get any errors when compiling the script and search for .amx file of the gm that you are correctly using
Re: Server isn't Starting -
Drago987 - 21.02.2014
No Errors when compiling
Re: Server isn't Starting -
Flake. - 21.02.2014
For your plugins if you're using .so you need to be running the server on a linux computer. If your computer is not linux remove the .so extention in your ../server.cfg file and make sure you have all the correct .dll files (for windows)
Re: Server isn't Starting -
xo - 21.02.2014
Download native checker plugin and see whats missing
Re: Server isn't Starting -
Drago987 - 21.02.2014
Quote:
Originally Posted by (*|Flake|*)
For your plugins if you're using .so you need to be running the server on a linux computer. If your computer is not linux remove the .so extention in your ../server.cfg file and make sure you have all the correct .dll files (for windows)
|
The Server is hosted on Linux
Re: Server isn't Starting -
Drago987 - 21.02.2014
i've added in the nativechecker.so but i got these
Код:
[03:04:03] Error: Function not registered: 'mysql_query'
[03:04:03] Error: Function not registered: 'mysql_connect'
[03:04:03] Error: Function not registered: 'mysql_insert_id'
[03:04:03] Error: Function not registered: 'mysql_store_result'
[03:04:03] Error: Function not registered: 'mysql_num_rows'
[03:04:03] Error: Function not registered: 'mysql_retrieve_row'
[03:04:03] Error: Function not registered: 'mysql_fetch_field_row'
[03:04:03] Error: Function not registered: 'mysql_free_result'
[03:04:03] Script[gamemodes/SRP.amx]: Run time error 19: "File or function is not found"
[03:04:03] Number of vehicle models: 0
Re: Server isn't Starting -
Aldi666 - 21.02.2014
Download libmysql.so put that on your script folder