SA-MP Forums Archive
my server still restarting and can't work - 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: my server still restarting and can't work (/showthread.php?tid=660943)



my server still restarting and can't work - vikoo - 17.11.2018

hello
when i tried to start my server i got that





[00:42:26] *** CreateDynamicCP: Expecting 8 parameter(s), but found 10
[00:42:26] *** CreateDynamicCP: Expecting 8 parameter(s), but found 10
[00:42:26] *** CreateDynamicCP: Expecting 8 parameter(s), but found 10
[00:42:26] *** CreateDynamicCP: Expecting 8 parameter(s), but found 10
[00:42:26] *** CreateDynamicCP: Expecting 8 parameter(s), but found 10
[00:42:26] *** CreateDynamicCP: Expecting 8 parameter(s), but found 10
[00:42:26] *** CreateDynamicCP: Expecting 8 parameter(s), but found 10
[00:42:26] *** CreateDynamicCP: Expecting 8 parameter(s), but found 10
[00:42:26] *** CreateDynamicCP: Expecting 8 parameter(s), but found 10


[00:43:13] *** CreateDynamicPickup: Expecting 9 parameter(s), but found 11
[00:43:13] *** CreateDynamicPickup: Expecting 9 parameter(s), but found 11
[00:43:13] *** CreateDynamicPickup: Expecting 9 parameter(s), but found 11


Re: my server still restarting and can't work - Boarden - 17.11.2018

This is (usually) due to mismatching plugin versions and includes.

Use the same version of the streamer include and plugin when you compile.


Re: my server still restarting and can't work - vikoo - 18.11.2018

Quote:
Originally Posted by Boarden
Посмотреть сообщение
This is (usually) due to mismatching plugin versions and includes.

Use the same version of the streamer include and plugin when you compile.
iam already using them and i wanna ask for some thing in server.cfg


what's the correct one? with (.so) or without it?
this


or this?



Re: my server still restarting and can't work - Boarden - 18.11.2018

Quote:
Originally Posted by vikoo
Посмотреть сообщение
iam already using them and i wanna ask for some thing in server.cfg


what's the correct one? with (.so) or without it?
this


or this?
If you're using Linux .so is necessary as well as matching capitalisation.


Re: my server still restarting and can't work - vikoo - 18.11.2018

yes iam linux did it .so but in gamemode i see it blank script and the maps is not working int the server







Re: my server still restarting and can't work - Boarden - 18.11.2018

Do you know which version of the streamer plugin you are using?


Re: my server still restarting and can't work - vikoo - 18.11.2018

Quote:
Originally Posted by Boarden
Посмотреть сообщение
Do you know which version of the streamer plugin you are using?
no idk and when i change the streamer i got more errors and idk how to get the correct streamerfor my gamemode


Re: my server still restarting and can't work - Boarden - 18.11.2018

Quote:
Originally Posted by vikoo
Посмотреть сообщение
no idk and when i change the streamer i got more errors and idk how to get the correct streamerfor my gamemode
Go with the latest version, make sure you recompile the filterscript with the latest include and replace the plugin with the up to date one. Post again if you encounter any issues.
https://github.com/samp-incognito/sa...lugin/releases


Re: my server still restarting and can't work - vikoo - 18.11.2018

Quote:
Originally Posted by Boarden
Посмотреть сообщение
Go with the latest version, make sure you recompile the filterscript with the latest include and replace the plugin with the up to date one. Post again if you encounter any issues.
https://github.com/samp-incognito/sa...lugin/releases
i downloaded it now recompile my gamemode with the plugin and include then upload them all?


Re: my server still restarting and can't work - Boarden - 18.11.2018

Put them onto your server and try it, make sure you upload the up to date plugin to your server too.