[Include] Extreamer- Easily stream checkpoints,race checkpoints,objects and more!
#1

Don't use this.
Reply
#2

Nice bro.
Reply
#3

Nice work!

Just a suggestion, you should add Virtual worlds as lot's of people use those for objects.
Reply
#4

nice, would be great if you could make something like SeiFTexT to go with this xD
Reply
#5

Thanks guys.
Reply
#6

thanks, this one works on my server for the map icon streaming.
Reply
#7

Good to know,since the map icon section is the only one I didn't have ability to test,now we know it also works.
Reply
#8

If it's a .inc file, would you mind putting it on pastebin?

Reading the file now, I'll pot some feedback.

Hmm, why are you doing 4 times of 300 ms, instead of one timer ^^?
Reply
#9

Awesome streamer (include) man!
Also.... PASTEBIN!
Reply
#10

Quote:
Originally Posted by Hiddos
View Post
Hmm, why are you doing 4 times of 300 ms, instead of one timer ^^?
It's funner that way D:

@Rest,thanks,and viruz I have put your link in the first post,thanks!
Reply
#11

just a question, how do u know the icon id ?
cause i am using now your streamer for a house system, but sometimes i need to destroy 1 certain icon and make a new one for it.
Reply
#12

Good Job!
Reply
#13

I'll use it on my server, very useful
Reply
#14

Quote:
Originally Posted by jiggy89
Посмотреть сообщение
just a question, how do u know the icon id ?
cause i am using now your streamer for a house system, but sometimes i need to destroy 1 certain icon and make a new one for it.
Icon count starts from 0,since the default variable is -1.
If you have much map icons I suggest you to use variables on them,but you need to create a global house icons variable.

For example:
pawn Код:
new houseicon[MAX_HOUSES]; //Or however you define your maximum house limit.

///...
///...
///...
///...

///Under you CreateHouse stock or whatever

houseicon[houseid] = CreateMapIconToStream(...);

///And rest of house's data.
Reply
#15

Incognito's plugin defeats any scripted streamer. If you really want to make a streamer, maybe you should consider making a plugin-based version.
Reply
#16

Quote:
Originally Posted by Calgon
Посмотреть сообщение
Incognito's plugin defeats any scripted streamer. If you really want to make a streamer, maybe you should consider making a plugin-based version.
Of course it does,I haven't made this streamer to even TRY to compete it.
But I don't even know any C++/C scripting,I might try to learn,not really into it right now.
Reply
#17

Updated to version 1.0.1,now can change a map icon's model.
Код:
SetStreamedMapIconMarker(iconid,markertype,color);
Reply
#18

yeah thanks a lot, got it finnaly working !
thank you thank you thank you
Reply
#19

Dude can you place your brain for me? Please or Uplaod your brain at www.solidfiles.com so i can put usb to my head and receive your brain :P
Reply
#20

You will need to pay D:
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)