SA-MP Forums Archive
SAMP-TUBE | SPRITE/TXD/TEXTDRAW | DEMO | By OTACON - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Screenshots and Videos (https://sampforum.blast.hk/forumdisplay.php?fid=21)
+--- Thread: SAMP-TUBE | SPRITE/TXD/TEXTDRAW | DEMO | By OTACON (/showthread.php?tid=629455)



SAMP-TUBE | SPRITE/TXD/TEXTDRAW | DEMO | By OTACON - OTACON - 26.02.2017

SAMP-TUBE | SPRITE/TXD/TEXTDRAW | DEMO | By OTACON



https://www.youtube.com/watch?v=joyb1tHQqnc






Respuesta: SAMP-TUBE | SPRITE/TXD/TEXTDRAW | DEMO | By OTACON - Whillyrez - 26.02.2017

Release the code


Re: SAMP-TUBE | SPRITE/TXD/TEXTDRAW | DEMO | By OTACON - Onfroi - 26.02.2017

fake and gay


Respuesta: SAMP-TUBE | SPRITE/TXD/TEXTDRAW | DEMO | By OTACON - OTACON - 27.02.2017




Re: SAMP-TUBE | SPRITE/TXD/TEXTDRAW | DEMO | By OTACON - NaS - 27.02.2017

Quote:
Originally Posted by Onfroi
View Post
fake and gay
Why fake? It's certainly easy to do.


Re: SAMP-TUBE | SPRITE/TXD/TEXTDRAW | DEMO | By OTACON - wallee - 27.02.2017

here's an idea for you ...

https://sampforum.blast.hk/showthread.php?tid=554042

use this to create ~30 images/sec so everybody can watch movies together without custom txd


Re: SAMP-TUBE | SPRITE/TXD/TEXTDRAW | DEMO | By OTACON - NaS - 27.02.2017

Quote:
Originally Posted by wallee
View Post
here's an idea for you ...

https://sampforum.blast.hk/showthread.php?tid=554042

use this to create ~30 images/sec so everybody can watch movies together without custom txd
There are good silent movies indeed

http://pastebin.com/WVjpMY4u

Use (for example) VirtualDub to extract all frames of a video to PNG files.
If you use the Exec plugin, you can use VD in CommandLine mode to fully automate this step.

It works OK for me on my local server, but I guess it will lagg hard on a real server with more people.
Could be better for some GIFs with lower FPS and resolution though.


Re: SAMP-TUBE | SPRITE/TXD/TEXTDRAW | DEMO | By OTACON - Sumit4 - 27.02.2017

Code of it plss


Respuesta: SAMP-TUBE | SPRITE/TXD/TEXTDRAW | DEMO | By OTACON - OTACON - 27.02.2017

https://www.youtube.com/watch?v=yeFTOgJ3ecU

Code:
INSTRUCTIONS:

1- Look for an video not too long.
2- decompress the video to frames (every second).
3- Insert frames into an file (.txd).
4- create an timer with the functions that corresponds to the sprites, (the interval of the timer must be the result of 1000 / FPS (of the video).
5- ready.



Re: SAMP-TUBE | SPRITE/TXD/TEXTDRAW | DEMO | By OTACON - Amunra - 01.03.2017

Nice