Jump to content
Sign in to follow this  
3l0ckad3

Broadcasting video on objects ?

Recommended Posts

I'm not asking for someone to write me out anything, unless you feel inclined to, but, every script or mod I have been looking at isn't working anymore, and I'm working on something that is reliant upon a video being played on a laptop. Even KK's script example isn't working, it has sound, but no video, and the description is spitting out errors.
If someone could point me in the right direction(s)  I'd be very thankful 

Share this post


Link to post
Share on other sites

This works fine for me
 

_object setObjectTextureGlobal [0, _videoString];
		_videoplaying = [_videoString,[10,10]] spawn BIS_fnc_playVideo;

 

  • Like 1

Share this post


Link to post
Share on other sites
2 hours ago, Mr H. said:

 

This works fine for me

 

Works on every client?

Share this post


Link to post
Share on other sites
2 hours ago, Mr H. said:

This works fine for me
 


_object setObjectTextureGlobal [0, _videoString];
		_videoplaying = [_videoString,[10,10]] spawn BIS_fnc_playVideo;

 


I'll check it out, been a pain in the royal *** I downloaded so many mods and scripts, and none of them worked..

Share this post


Link to post
Share on other sites
31 minutes ago, killzone_kid said:

Works on every client?


 

I'm assuming so from the global command, I'm assuming he knows because he had to do it for his sat mod.

And nice to see you around Kilzone_Kid, heard you left us.

 

Share this post


Link to post
Share on other sites
4 hours ago, Mr H. said:

This works fine for me
 


_object setObjectTextureGlobal [0, _videoString];
		_videoplaying = [_videoString,[10,10]] spawn BIS_fnc_playVideo;

 


Can confirm it works, I've spent about a month or so, googled it probably a 100 times, tested a dozen mods,,,, so, thank you isn't even enough! I have no clue how I didn't see this command.

  • Like 1

Share this post


Link to post
Share on other sites
3 hours ago, killzone_kid said:

Works on every client?

Good question! I remote executed it without paying attention to the fact that I used setObjectTextureGLOBAL, , change that to setobjectTexture and Remote Exec in MP.
 

 

3 hours ago, 3l0ckad3 said:

I'm assuming he knows because he had to do it for his sat mod.

Nope in the sat mod I used a PIP feed instead of a video but the principle is quite the same.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×