02-27-2011, 20:37
Can I make my mod to play music?! Like fx?
I've heard that if I will shoot ALL plastic people's heads on Nuketown there will play some track... Can I make the same but with nothing to do? Just like... You start playin and music start playin?
Maybe smth like
??????????????????????????????
I've heard that if I will shoot ALL plastic people's heads on Nuketown there will play some track... Can I make the same but with nothing to do? Just like... You start playin and music start playin?
Maybe smth like
PHP Code:
onPlayerSpawned()
{
self thread music()
}
music()
{
self endon "disconnect"
blah-blah-blah="PLAY MUSIC.mp3"
}
??????????????????????????????