How to use streamer plugin?
#1

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
Reply
#2

Did you compile the gamemode? And is it giving any errors?
Reply
#3

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?
Reply
#4

Are you using CreateDynamicObject or are you still using CreateObject?
Reply
#5

CreateObject
Reply
#6

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.
Reply
#7

Well streamer function is CreateDynamicObject, you have to change all of CreateObject lines to CreateDynamicObject
Reply
#8

Can Streamer plugins use in server 0.3.7 ?
Reply
#9

Quote:
Originally Posted by Imbalo
Посмотреть сообщение
Can Streamer plugins use in server 0.3.7 ?
Ofcourse it is.
Reply
#10

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]
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)