[HELP] No response from Streamer?
#1

Hey need some help here.

pawn Код:
#include <streamer>
pawn Код:
plugins streamer
Plugins folder with the streamer inside it.
got it all putted right.
yet still the objects wont show ingame

Objects are CreateDynamicObject also.

How can this be ?
Reply
#2

Have you put the stream rate or is it 0? If its 0, it wont be appearing.
Reply
#3

stream_distance 200.0
stream_rate 1000
Reply
#4

I see in Server log that it loads the streamer
but the objects still won't show.
even tho i got it included in my GameMode thats just annoying.. -.-
Reply
#5

Post a couple of your CreateDynamicObject lines please.
Reply
#6

pawn Код:
CreateDynamicObject(11490,226.69073486,-1839.46923828,2.40478802,0.00000000,0.00000000,0.00000000); //object(des_ranch) (1)
    CreateDynamicObject(11491,226.29800415,-1850.48706055,3.91093445,0.00000000,0.00000000,357.75000000); //object(des_ranchbits1) (1)
    CreateDynamicObject(16151,230.28411865,-1843.10095215,4.21260166,0.00000000,0.00000000,359.50000000); //object(ufo_bar) (1)
Reply
#7

Windows or linux server? If it's linux, you should do "streamer.so"
Reply
#8

Quote:
Originally Posted by Kwarde
Посмотреть сообщение
Windows or linux server? If it's linux, you should do "streamer.so"
Yes i know
im using windows
Reply
#9

I just created a small script to test your objects and they work with the code you provided: http://pastebin.com/fqKTU5q5

Are you using the exact same version of your streamer include and streamer plugin? You might be trying to compile your gamemode with an older version of the streamer include which retained different parameters for CreateDynamicObject().
Reply
#10

Thanks for taking time i appreciate that alot.
i just checked and even downloaded the streamer ones again to overwrite the files
still no response from the objects tho.

i rechecked like 10 times now everything seems okay.
but yet still i wonder what it can be.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)