[HELP] No response from Streamer? -
NotoriousMOB - 14.04.2011
Hey need some help here.
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 ?
Re: [HELP] No response from Streamer? - Max_Coldheart - 14.04.2011
Have you put the stream rate or is it 0? If its 0, it wont be appearing.
Re: [HELP] No response from Streamer? -
NotoriousMOB - 14.04.2011
stream_distance 200.0
stream_rate 1000
Re: [HELP] No response from Streamer? -
NotoriousMOB - 14.04.2011
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.. -.-
Re: [HELP] No response from Streamer? -
iggy1 - 14.04.2011
Post a couple of your CreateDynamicObject lines please.
Re: [HELP] No response from Streamer? -
NotoriousMOB - 14.04.2011
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)
Re: [HELP] No response from Streamer? -
Kwarde - 14.04.2011
Windows or linux server? If it's linux, you should do "streamer.so"
Re: [HELP] No response from Streamer? -
NotoriousMOB - 14.04.2011
Quote:
Originally Posted by Kwarde
Windows or linux server? If it's linux, you should do "streamer.so"
|
Yes i know
im using windows
Re: [HELP] No response from Streamer? -
Calgon - 14.04.2011
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().
Re: [HELP] No response from Streamer? -
NotoriousMOB - 14.04.2011
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.