I want to add a model (which has got black.tga and white.tga textures) to scene manually and attach an action to play video file only on black.tga this model but not using wed or ged, please help, thanks...
Re: media_play on model
[Re: gamers]
#443399 07/15/1418:2707/15/1418:27
just from what Superku said, and looking at the manual, you need something like this. Forewarning, this is not tested so it may not work but it should be a step in the right direction.
Code:
//this should play the movie but only on the current skin
media_play("moviefile.mpg", bmap_for_entity(entityGoesHere,0), 100);
Re: media_play on model
[Re: xbox]
#443565 07/20/1414:1707/20/1414:17