How to use streamer plugin? -
blanic - 05.06.2016
I want to load more than 1000 objects on my server so I'm using streamer plugin
https://sampforum.blast.hk/showthread.php?tid=102865 as you see there are definitions, enumrator etc...
1. do I have to insert those into my gamemode? (I haven't done it yet)
2. I followed instructions (
https://github.com/samp-incognito/sa...er-plugin/wiki) so I put streamer.dll into plugins folder, and I added streamer.dll next to plugin in server.cfg, in gamemode I did #include <streamer> and I put streamer.inc into pawno\include folder
but it's not working so may you help me out?
Thanks
Re: How to use streamer plugin? -
Kimble - 05.06.2016
Did you compile the gamemode? And is it giving any errors?
Re: How to use streamer plugin? -
blanic - 05.06.2016
I compiled it and there is no bug, but I didn't add Definitions, Enumerator, Natives, objects etc... into my gamemode, shall I add those?
Re: How to use streamer plugin? -
Stinged - 05.06.2016
Are you using CreateDynamicObject or are you still using CreateObject?
Re: How to use streamer plugin? -
blanic - 05.06.2016
CreateObject
Re: How to use streamer plugin? -
Kimble - 05.06.2016
Quote:
Originally Posted by blanic
CreateObject
|
Well there's your problem, just rename everything to CreateDynamicObject and it will work.
Use CTRL + H to do it faster if you already didn't know.
Re: How to use streamer plugin? -
iKevin - 05.06.2016
Well streamer function is CreateDynamicObject, you have to change all of CreateObject lines to CreateDynamicObject
Re: How to use streamer plugin? -
Imbalo - 13.03.2017
Can Streamer plugins use in server 0.3.7 ?
Re: How to use streamer plugin? -
X337 - 13.03.2017
Quote:
Originally Posted by Imbalo
Can Streamer plugins use in server 0.3.7 ?
|
Ofcourse it is.
Re: How to use streamer plugin? -
Imbalo - 13.03.2017
Quote:
Originally Posted by X337
Ofcourse it is.
|
but i have 1 eror [QUOTE]D:\Server\pawno\include\streamer.inc(254) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"[QUOTE]