PDA

View Full Version : help cci



chayny_143
11-20-2007, 07:49 PM
plz anyone can give me and example. how i can put a sound on a transformation?

ranter20000
11-21-2007, 02:24 PM
ok well just add this in to your second

case:1

emit_sound( Client, CHAN_ITEM, "ecx.goku/t_ssj.wav", 1.0, ATTN_NORM, 0, PITCH_NORM );

then put this in your precatch

precache_sound( "ecx.goku/t_ssj.wav" );

and that should work

chayny_143
11-21-2007, 03:07 PM
oh i fix it :) thx