SA-MP Forums Archive
CreateDynamicObject - 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: CreateDynamicObject (/showthread.php?tid=614670)



CreateDynamicObject - AlexPalermitano97 - 11.08.2016

Hello, before I used it streamer.dll for windows but now that my host has switched to Linux I use the streamer.so
When I used .dll stramer it gave me errors on serverlog.txt but now I use it streamer.so
1) Do not charge the object
2) In the log server gives me this error for each object:

*** Streamer Plugin: CreateDynamicPickup: Expecting 10 parameter (s), but found 9

I understand that I have to put the basic parameters 10 but I will use 9, how do I get them all automatically for each object? I have to set them by hand?


Re: CreateDynamicObject - Kaliber - 11.08.2016

Nah this error means your .so Plugin is not the right with your include

Download the newest Plugins & Includes & Compile your script new


Re: CreateDynamicObject - AlexPalermitano97 - 11.08.2016

Thanks <3