PPC Housing related help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: PPC Housing related help (
/showthread.php?tid=634603)
PPC Housing related help -
FireRage007 - 22.05.2017
Hi guys,
I am using PPC_Housing and PPC_Business by PowerPc. I have all plugins and includes told by him to install.
But when i create a house/business, it says you have created a house and its files are stored in my scriptfiles too.
But the icon is not added. Nor in Gameplay neither in Map. So if help me please... i will be grateful to you.
https://sampforum.blast.hk/showthread.php?tid=283501
https://sampforum.blast.hk/showthread.php?tid=285406
Regards,
YM
Re: PPC Housing related help -
-Shifty- - 22.05.2017
Your streamer plugin version is possibly not matching with your include version. This should be visible in your server log at startup.
Re: PPC Housing related help -
FireRage007 - 23.05.2017
I have latest version of Streamer plugin, do i need to downgrade it?
Код:
[11:03:46] Server Plugins
[11:03:46] --------------
[11:03:46] Loading plugin: streamer.so
[11:03:46]
*** Streamer Plugin v2.8.2 by Incognito loaded ***
[11:03:46] Loaded.
[11:03:46] Loading plugin: mysqlR39.so
[11:03:46] >> plugin.mysql: R39-6 successfully loaded.
[11:03:46] Loaded.
[11:03:46] Loading plugin: sscanf.so
[11:03:46]
[11:03:46] ===============================
[11:03:46] sscanf plugin loaded.
[11:03:46] Version: 2.8.1
[11:03:46] © 2012 Alex "******" Cole
[11:03:46] ===============================
[11:03:46] Loaded.
[11:03:46] Loading plugin: whirlpool.so
[11:03:46]
[11:03:46] ==================
[11:03:46]
[11:03:46] Whirlpool loaded
[11:03:46]
[11:03:46] ==================
[11:03:46]
[11:03:46] Loaded.
[11:03:46] Loaded 4 plugins.
this is the logs when plugins are loaded.
Код:
Streamer Plugin: CreateDynamicPickup: Expecting 11 parameter(s), but found 9
[11:03:46] *** Streamer Plugin: CreateDynamic3DTextLabel: Expecting 15 parameter(s), but found 13
[11:03:46] *** Streamer Plugin: CreateDynamicMapIcon: Expecting 12 parameter(s), but found 10
Is this causing the problem. iF YES. i need to downgrade?
Re: PPC Housing related help -
-Shifty- - 23.05.2017
Are you sure both your include and the plugin version are the same? Try to put the streamer plugin to load first in your configuration.
Re: PPC Housing related help -
YouHack - 23.05.2017
Re-compile the script...
Re: PPC Housing related help -
Sew_Sumi - 23.05.2017
Pay attention guys... This is one reason why you don't blindly update includes/plugins when dealing with older gamemodes...
The script itself is written with an older streamer...
OP, you need to figure out what parameters have been added to the include, and update the gamemodes references to said functions accordingly.
Re: PPC Housing related help -
FireRage007 - 23.05.2017
Yup i got that thanks bro