Run server on host problems.
#1

When I'm trying to run my server on host, the host console send me this errors:

PHP код:
Loading ...
Error: Function not registered'MoveDynamicObject'
   
Error: Function not registered'UpdateDynamic3DTextLabelText'
   
Error: Function not registered'IsValidDynamicObject'
   
Error: Function not registered'AttachDynamicObjectToVehicle'
   
Error: Function not registered'CountDynamicObjects'
   
Error: Function not registered'CountDynamicPickups'
   
Error: Function not registered'CountDynamicMapIcons'
   
Error: Function not registered'CountDynamic3DTextLabels'
   
Error: Function not registered'GetDynamicObjectPos'
   
Error: Function not registered'CreateDynamicSphere'
   
Error: Function not registered'SetDynamicObjectRot'
   
Error: Function not registered'DestroyDynamicPickup'
   
Error: Function not registered'IsValidDynamic3DTextLabel'
   
Error: Function not registered'Streamer_UpdateEx'
   
Error: Function not registered'IsValidDynamicMapIcon'
   
Error: Function not registered'DestroyDynamicMapIcon'
   
Error: Function not registered'GetDynamicObjectRot'
   
Error: Function not registered'EditDynamicObject'
   
Error: Function not registered'Streamer_TickRate'
   
Error: Function not registered'Streamer_Update'
   
Error: Function not registered'SetDynamicObjectPos'
Script[gamemodes/*****.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 1 
my host support dll files and I run it with dll files, when I run the server on the computer anything fine.

+rep to helpers!
Reply
#2

Update streamer plugin and includes.
Reply
#3

Quote:
Originally Posted by Astralis
Посмотреть сообщение
Update streamer plugin and includes.
I did it, but I try again, Thank u for the answer by theway.

edit: to recompile the streamer.dll ? or just the gamemode and the streamer.inc? or everything?
Reply
#4

Quote:
Originally Posted by Astralis
Посмотреть сообщение
Update streamer plugin and includes.
to recompile or update? and if it is update, where I can find the updated plugin? I search for the new streamer but the link removed.
Reply
#5

https://github.com/samp-incognito/sa...ugin-2.9.1.zip

You just put the streamer.dll to your plugins folder. Then go to your pawno folder and put streamer.inc inside include folder (replace it).

After it's done, re-compile your .pwn script and try to start server again.
Reply
#6

Quote:
Originally Posted by Astralis
Посмотреть сообщение
https://github.com/samp-incognito/sa...ugin-2.9.1.zip

You just put the streamer.dll to your plugins folder. Then go to your pawno folder and put streamer.inc inside include folder (replace it).

After it's done, re-compile your .pwn script and try to start server again.
I did it a lot and the problem still... I don't know what to do because when I run the server on the computer anything fine, and when I host it all the problems began.
Reply
#7

Have you contacted your host support?
Reply
#8

Quote:
Originally Posted by Astralis
Посмотреть сообщение
Have you contacted your host support?
I'll try.
Reply
#9

Because you are using .dll but server hosting use .so so u need to upload the .so file to your online plugins folder...

So go download the streamer.so and place it in your plugins folder in your server ftp and then change it from streamer.dll to streamer.so in the server.cfg file..

Always remember that if not all but most host only use .so plugins
Reply
#10

First of all, If you're hosting on Linux, You should use the .so plugins since Linux Servers does not support .dll, You can use .dll in case you're using windows, That's it.
Reply
#11

Quote:
Originally Posted by 1fret
View Post
Because you are using .dll but server hosting use .so so u need to upload the .so file to your online plugins folder...

So go download the streamer.so and place it in your plugins folder in your server ftp and then change it from streamer.dll to streamer.so in the server.cfg file..

Always remember that if not all but most host only use .so plugins
Quote:
Originally Posted by Beryllium
View Post
First of all, If you're hosting on Linux, You should use the .so plugins since Linux Servers does not support .dll, You can use .dll in case you're using windows, That's it.
I said guys, my host supp dll files I have windows option... and if you think better to use so, give me links to streamer sscanf whirpool and aduio because all the links I find removed, please help me guys!
Reply
#12

Quote:
Originally Posted by CheckItOut
View Post
I said guys, my host supp dll files I have windows option... and if you think better to use so, give me links to streamer sscanf whirpool and aduio because all the links I find removed, please help me guys!
How you're hosted on windows?

Here's the links:

Whirlpool Latest Version (Linux): https://github.com/Southclaws/samp-w...0/Whirlpool.so

Streamer 2.9.1 Linux & Windows: https://github.com/samp-incognito/sa...ugin-2.9.1.zip

SSCANF 2.8.2 Linux Version: https://github.com/maddinat0r/sscanf...2-linux.tar.gz

Audio Plugin v0.5-r2 Linux & Windows: https://github.com/samp-incognito/sa...in-v0.5-r2.zip

All of the links are trusted since they're the official download links that they're released in!

Important Notice: .so does not related to performance, .so is used in case your host is linux, They're not made for performance.

If you're linux use .so plugins.
If you're windows use .dll plugins.

Don't forget to add to your server.cfg

Code:
plugins whirlpool.so streamer.so sscanf.so audio.so
Better to remove all plugins that are in your plugins folder and install the above plugins links!
Reply
#13

Quote:
Originally Posted by Beryllium
View Post
How you're hosted on windows?

Here's the links:

Whirlpool Latest Version (Linux): https://github.com/Southclaws/samp-w...0/Whirlpool.so

Streamer 2.9.1 Linux & Windows: https://github.com/samp-incognito/sa...ugin-2.9.1.zip

SSCANF 2.8.2 Linux Version: https://github.com/maddinat0r/sscanf...2-linux.tar.gz

Audio Plugin v0.5-r2 Linux & Windows: https://github.com/samp-incognito/sa...in-v0.5-r2.zip

All of the links are trusted since they're the official download links that they're released in!

Important Notice: .so does not related to performance, .so is used in case your host is linux, They're not made for performance.

If you're linux use .so plugins.
If you're windows use .dll plugins.

Don't forget to add to your server.cfg

Code:
plugins whirlpool.so streamer.so sscanf.so audio.so
Better to remove all plugins that are in your plugins folder and install the above plugins links!
Thank u very much +rep u, I will check if it's can fix my server... by theway my host supp dll files, when I host I have folder of windows and folder of linux. I have the two options...
Reply
#14

Quote:
Originally Posted by Beryllium
View Post
How you're hosted on windows?

Here's the links:

Whirlpool Latest Version (Linux): https://github.com/Southclaws/samp-w...0/Whirlpool.so

Streamer 2.9.1 Linux & Windows: https://github.com/samp-incognito/sa...ugin-2.9.1.zip

SSCANF 2.8.2 Linux Version: https://github.com/maddinat0r/sscanf...2-linux.tar.gz

Audio Plugin v0.5-r2 Linux & Windows: https://github.com/samp-incognito/sa...in-v0.5-r2.zip

All of the links are trusted since they're the official download links that they're released in!

Important Notice: .so does not related to performance, .so is used in case your host is linux, They're not made for performance.

If you're linux use .so plugins.
If you're windows use .dll plugins.

Don't forget to add to your server.cfg

Code:
plugins whirlpool.so streamer.so sscanf.so audio.so
Better to remove all plugins that are in your plugins folder and install the above plugins links!
misstake, sorry delete this comment
Reply
#15

Quote:
Originally Posted by CheckItOut
View Post
Thank u very much +rep u, I will check if it's can fix my server... by theway my host supp dll files, when I host I have folder of windows and folder of linux. I have the two options...

edit: don't need inc files to this plugins? only .so plugins?
.inc files are only used for pawno to compile scripts its not needed for host.

Also remember to update your server.cfg like this:

Whirpool.so Streamer.so etc(put .so at the end of eachplugin name)

And NOT like this:
Whirpool streamer.so(do not only put .so at the end of the line, can cause some issues)

Also always load whirpool plugin before others
Reply
#16

Quote:
Originally Posted by 1fret
View Post
.inc files are only used for pawno to compile scripts its not needed for host.

Also remember to update your server.cfg like this:

Whirpool.so Streamer.so etc(put .so at the end of eachplugin name)

And NOT like this:
Whirpool streamer.so(do not only put .so at the end of the line, can cause some issues)

Also always load whirpool plugin before others
Now it's send me this and don't active the server with the mod...

PHP Code:
Loading ...
Started server on ***.192.227.106:****, with maxplayers50 lanmode is OFF
edit: now it's send me this message:
PHP Code:
Loading ...
ServerOutputSorryserver log doesnt existPlease check your configuration files and scripts for problems or syntax errors and ensure that the server is running
Reply
#17

Can you show me your server.cfg
Reply
#18

Quote:
Originally Posted by MrAjusshi
View Post
Can you show me your server.cfg
PHP Code:
echo Executing Server Config.
lanmode 0
rcon_password 23488423423
maxplayers 50
port 
****
hostname ******** ****y R*****
gamemodes0 LS**P
filterscripts tra
*h lumb*r s*eeper p*za r*1 ro*2 zmapping doo*s s*ll gc*era sm g*r asystem b*k***ll p*er anims
plugins streamer
.so whirlpool.so sscanf.so audio.so
announce 0
query 1
weburl Coming Soon
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
bind 104.
***.***.106 
I have problems in my server.cfg?
Reply
#19

Code:
Sorry, server log doesnt exist.
Never face that problem. Are you sure, you have server.log in your file? If so, try to paste here. If not, try to make some.
Reply
#20

Quote:
Originally Posted by MrAjusshi
View Post
Code:
Sorry, server log doesnt exist.
Never face that problem. Are you sure, you have server.log in your file? If so, try to paste here. If not, try to make some.
I have server_log.text, I dont know what the problem realy....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)