PDA

View Full Version : Video



z0d
4th May 2013, 17:46
Heyo,

was wondering, how to implen a video into MOD (*roq)? Just seen some servers having it and working perfectly.

serthy
4th May 2013, 18:58
playVideo( file , forced )
{
if( isDefined( forced ) && forced )
self execClientCommand( "unskippablecinematic " + file );
else
self execClientCommand( "cinematic " + file );
}

player thread playVideo( "atvi" );

credits to eXtreme mod